fieldData.OnData.bind( function(){
fieldData.rows.forEach(function(row){
console.log(row.qText)
})
output
So my question is how do I get all these values into one array for use?
PS-(Basically I want last value moreover (2022-2023) )
Can anybody suggest a solution for this issue?
Any help is greatly appreciated.
Thanks in advance
2
Answers
I think it’s already an array then you can use