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: 
Anonymous
Not applicable

calculated dimension

Hi

I need to create a calculated dimension for a chart which disregards the current selection in the Field 'Wave'.

I try: =Aggr(Only({<Wave=>}Wave), Wave)

But it doesn't work. It does not disregard the current selection in the Field 'Wave'.

Could you, please, give me a prompt?

Thank you in advance,

Larisa

1 Solution

Accepted Solutions
sunny_talwar

I think instead of adding it to your dimension, I would add this to all my expressions:

{<Wave=>}

View solution in original post

5 Replies
sunny_talwar

I think instead of adding it to your dimension, I would add this to all my expressions:

{<Wave=>}

Anonymous
Not applicable
Author

It's a nice idea. But the Expressions (there are 20 different ones which get activated on a certain condition) are based on Variables which I don't want to change.

So, is it possible to set a calculated dimension?

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Aggr(Only(1}Wave), Wave)


It will still get filtered by the Expressions, so may not give you what you expect.


-Rob

satishkurra
Specialist II
Specialist II

Correcting Rob's expression.

Just a type

Aggr(Only({1}Wave), Wave)


Rob: Apologies if anything wrong...


Thanks

Satish

Anonymous
Not applicable
Author

Thanks, everyone, for your comments!