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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Object Multiple Selection

Hi, is there anyway when i select a value in the multiple selection object and the filter is not like equal but, less equal then..

example:

[ day ] : [1,2,3,4,5,6,..,30]

When somebody select day 30 the chart will show data  <= 30 not only day 30.

Is there anyway to do that?

2 Replies
its_anandrjs
Champion III
Champion III

Hi,

As you say this can be achieve any other way also in Straight Table or Pivot Table why you are not use that charts.

Regards,

Anand

Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

You can probably do it in Set Analysis - something like this:

sum({<Day={"<=$(=max(Day))"}>} Sales)