Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
guyvermeiren
Creator
Creator

Invalid dimension (calculated dimension) - Qlik Sense

Hello,

We are trying to create a calculated dimension to create a Top 15 in a table.

The formula is:

=If(Aggr(Rank(sum({$<[Opportunity Sub Status Code]-={$(vSubstatus)}>}[Opportunity Period Pipeline EUR])),[Opportunity Number])<=15,[Opportunity Number],null())

If we use the dimension we get a message "Invalid dimension". What is wrong ?

It works when using it in a table.

Thanks

Best regards,

Guy

1 Solution

Accepted Solutions
vkish16161
Creator III
Creator III

For limiting the values - Try this in QS.

LIMITATION

Limit1.JPG

then Fixed Number


Limit2.JPG

View solution in original post

2 Replies
Chanty4u
MVP
MVP

=If(Aggr(Rank(sum({$<[Opportunity Sub Status Code]-={$(=vSubstatus)}>}[Opportunity Period Pipeline EUR])),[Opportunity Number])<=15,[Opportunity Number],null())

vkish16161
Creator III
Creator III

For limiting the values - Try this in QS.

LIMITATION

Limit1.JPG

then Fixed Number


Limit2.JPG