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: 
dafnis14
Specialist
Specialist

A calculated dimension which ignores user selection

Hi,

I would like to create a table with a dimension that ignores a specific selection of other linked dimension.

For example:

The calculated dimension is Product.

The selected dimension to ignore is Warehouse Type.

So the table has to show all the products, regardless of the selected warehouse type.

Unfortunately, I couldn’t find  solutions in previous posts.

Thanks!

1 Solution

Accepted Solutions
MarcoWedel

=aggr(only({$<[WarehouseType]=>} Product), Product)

View solution in original post

4 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Can you attach sample data

Regards

ASHFAQ

MarcoWedel

=aggr(only({$<[WarehouseType]=>} Product), Product)

dafnis14
Specialist
Specialist
Author

Thanks!

MarcoWedel

You're welcome

regards

Marco