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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
souadouert
Specialist
Specialist

crosstable lined

Hello,

How to know the number of line crosstable object ??

5 Replies
sunny_talwar

crosstable object? Are you talking about a pivot table?

souadouert
Specialist
Specialist
Author

yes sunny

sunny_talwar

You want the count in the pivot table itself or outside of the pivot table? May be use NoOfRows(TOTAL) in the pivot table

souadouert
Specialist
Specialist
Author

int the pivot itself sunny

sunny_talwar

Did you try this?

NoOfRows(TOTAL)

or may be this

RowNo(TOTAL)