Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i want know how many rows are there in the table?
NoOfRows('TableName ') // in the script
NoOfRows([total]) // Front end chart
NoofRows('tablename')
NoofFields('tablename')
NoofFields('qvdname')
Hope it helps.......
mark as correct answer
Hi, Manoj.
Another option is to add a line of code into your load script.
1 as RowCount.
Then all you do in your front end is sum(RowCount).
Cheers,
Neil