Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis Expression Filter doesn't work together with a Link Expression

I have created a set analysis expression to filter my data into two straight tables, one each for men's and women's apparel.

Each table has a Link expression as we want to go to a site (not a valid site, this is just for testing) to view the details.

The filter works well if we do not have a link defined (disabled). When I enable the link, it displays all Product Categories (Men and Women) and somehow disregards the set analysis filter. Is this a bug or is it just the way QV works ?

Ultimately, the requirement is to have 2 separate straight tables , one for men and one for women, and both tables should have a link.

I am attaching a sample app for reference.

3 Replies
Not applicable
Author

Hi Anthony,

You have to use the same condition for both the expression otherwise it will display all values. Or you can add the condition to the dimensions.

I have attached the application for your reference.

Regards

Rajesh

Not applicable
Author

Hi Jayesh,

Thanks for the tip.

I removed the set analysis filter expression and the condition on the productID and it worked out fine. So I guess as long as one condition in the dimension is available, the filter would still work.

Thanks again.

Anthony

Not applicable
Author

Hi,

When having lots of recs loaded, it looks like the IF statement uses a lot of memory as I get an "Allocated memory Exceeded" when I use that expression. However, I don't get the memory allocation error when I use Set Analysis to filter the data.

So my problem still exists. I am unable to use Set Analysis together with a link expression in a straight table. Using them together nullifies the set that was filtered on.

Anyone ?