Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am using following code to get the no of rows and columns in my script.js file and further for loops will extract the data.
I am getting No_of_Col = 3 which is correct, but No_of_Row = 450(wrong value) which is actually 2013.
and for loops will fetch only 450 records, if i hardcore No_of_Row = 2013 then my dashboard fails to load.
how to get all(2013 records) the rows?
Thanks,
Tarun