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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Crosstab

Hi guys,

Does anyone know how to count 100% of the columns.
I use 2 dimensions (Purpose and Relation) and this is my expression


Count({$<QYYYY={'$(=QuarterName(max(QYYYY)))'}>}RELATION_R)/

Count({<QYYYY={'$(=QuarterName(max(QYYYY)))'}>}TOTAL <PURPOSE_R>  RELATION_R)

that gives me 100% in line.

Please see my attached the file.

Thanks,

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I got

Count({$<QYYYY={'$(=QuarterName(max(QYYYY)))'}>}PURPOSE_R)/

Count({<QYYYY={'$(=QuarterName(max(QYYYY)))'}>}TOTAL <RELATION_R>  PURPOSE_R)

View solution in original post

3 Replies
Not applicable
Author

Hi

Just change  <PURPOSE_R>  by <RELATION_R> 

JJ

Anonymous
Not applicable
Author

I got

Count({$<QYYYY={'$(=QuarterName(max(QYYYY)))'}>}PURPOSE_R)/

Count({<QYYYY={'$(=QuarterName(max(QYYYY)))'}>}TOTAL <RELATION_R>  PURPOSE_R)

Anonymous
Not applicable
Author

Thank you Jean-Jacques.

I found out it too.