Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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