Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Limit dimension in table

Hi experts

I have the folowing prpblem:

I created a table. The dimension is Business Unit. With the formula I sum up the sales. I have 2 Units, Unit 1 and Unit 2.

How can I restrict the Dimension that only Unit 1 is displayed in the table?

Thank you for your help!

Jan

1 Solution

Accepted Solutions
Not applicable
Author

in the set analysis expression, do something like : =sum({$< [Business Unit] = {'Unit 1'} >} Sales)

Hope it helps!

If this is what you looking for, remember to mark as answered!

Best regards!

Jonathan.

View solution in original post

4 Replies
Not applicable
Author

in the set analysis expression, do something like : =sum({$< [Business Unit] = {'Unit 1'} >} Sales)

Hope it helps!

If this is what you looking for, remember to mark as answered!

Best regards!

Jonathan.

Not applicable
Author

Hi Jonathan

This is my Formula: Sum ({<Year={$(VmaxYear)}>} ([Sales]))

Can I add another selection?

Not applicable
Author

Brilliant! Thank you!

Not applicable
Author

Jan,

Yes you can, i guess you already do it but there you have:

Sum ({<Year={$(VmaxYear)}, [Business Unit] = {'Unit 1'} >} ([Sales]))


Regards!