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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help with filtering on calculated fields

I'm using the following expressions to determine what name should be shown based on date range selected. This gets me what I want to see, but when I click on a value that is being determined by the calculated dimension, it's filtering on all the fields in the calculated dimension. I only want to filter on the actual name I see. Anyone can help with this or offer a different solution.

If ([MaxDate] >= UltBrokerIncDate,UltimateBrokerName,ToBrokerName)

3 Replies
Anonymous
Not applicable
Author

An alternative solution is to create two almost identical charts with the different dimensions, one with UltimateBrokerName, another with ToBrokerName.  Show one chart or another depending on the UltBrokerIncDate condition.

No calculated dimensions, so the selection will work on click.

Not applicable
Author

Can you show both charts at the same time? Row 1 may use UltimateBroker while Row 2 might use ToBroker

Anonymous
Not applicable
Author

Not sure now how you want it to look like.  An example would be helpful.