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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

error in the calculated dimension

Hello community,

I have a problem :

I have a error in the caclculated dimension with a pivot table, the expressions is just a Count expression

in the expression it works great but it reapeat the same value( because i have a lot of row) it's for that i want to make a caclulated dimension.

Somebody have a solution?

Thanks

2 Replies
Siva_Sankar
Master II
Master II

May be you have to use aggr(). But not sure about your application. Can you upload app with sample data?

MK_QSL
MVP
MVP

Use below as an expression in calculated dimension.

=Aggr(COUNT(YourFieldName),DimensionName)