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: 
morenoju
Partner - Specialist
Partner - Specialist

Ignoring field selection on a scatter chart

Hi guys, I have a scatter plot with the following dimensions and measures:

Dimension:

=Dual(Type,aggr(ONLY({<Type={'A','B','C'}>}ID),ID))

Measures:

Time(StartTimestamp)

Parameter

The chart looks like this:

image.png

My problem is that when users select a Parameter, the chart obviously hides the values for all the other possible Parameters, but I need to keep it the way it was above. I need to ignore the Parameter selection so I don't end up displaying something like this:

image.png

I know how to ignore selections in set analysis {<Parameter=>} but somehow I don't know where to put it in my measures in dimensions.

Do you have any idea?

Thanks

Labels (2)
1 Reply
vikramv
Creator III
Creator III

Try creating a new Parameter like "Parameter New" which is exactly same as "Parameter" and use that instead.

Use "If condition" if needed to use both the parameters. 

Thanks.

Vikky