Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
ananyaghosh
Creator III
Creator III

RowNo(TOTAL) does not work

Hi,

I want to show the row no of a table and I ma using RowNo(TOTAL) in the expression side. But it shows nothing as below

Please let me know what to correct?

Labels (1)
1 Solution

Accepted Solutions
vinieme12
Champion III
Champion III

this needs to be added as an expression, i think you trying to add it as a calculated dimension

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

3 Replies
sunny_talwar
MVP
MVP

Can you post a screenshot of the expression on the expression tab of the chart properties?

tresB
Champion III
Champion III

If you are using it as a calculated dimension, try like: = Aggr(RowNo(), [%Office Key]) and if you are looking for total number of rows, try = Aggr(NoOfRows(), [%Office Key])

vinieme12
Champion III
Champion III

this needs to be added as an expression, i think you trying to add it as a calculated dimension

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.