Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to get the total row count from a table I have and place that count in a text object. I do not know how to code that, I am thinking I might have to use NoOfRows but not sure how to do it. Any help would be great.
Thank you,
Alam
Hi,
In text object using Count() you can find the count of the rows in the table.
If you want the overall count of the table ignoring the selections then use
=Count({1} DimensionName)
If you want the count of the rows for the current selections then use
=Count(DimensionName)
Hope this helps you.
Regards,
jagan.
Hi Alam,
Use this in TextObject
=Count(Field)
or
=Count(TOTAL Field)
Regards,
Sokkorn
Hi,
In text object using Count() you can find the count of the rows in the table.
If you want the overall count of the table ignoring the selections then use
=Count({1} DimensionName)
If you want the count of the rows for the current selections then use
=Count(DimensionName)
Hope this helps you.
Regards,
jagan.
Thanks this helped a lot.
Ok this about the total row count. But who knows how I can get the total rows of the table, I know in the table you can do it with NoOfRows(), and place that count in a text object, because it do not works with NoOfRows()