Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filter the value of Select Fields at dashboard level

Hi Guys,

Currently My Date Dimension have years from 2000 to 2015 but I want to filter out the values older that 2008 and just want to display years from 2008 to 2015 in my dashboard.

There is any way to filter out the values for select fields and display only required. I don't want to do it at query level.

1 Solution

Accepted Solutions
PrashantSangle

Hi,

If you want it to filter in list box

then create list box using expression

Like

if(Year>2007,Year)

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

1 Reply
PrashantSangle

Hi,

If you want it to filter in list box

then create list box using expression

Like

if(Year>2007,Year)

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂