Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
JasonRix
Contributor
Contributor

Filtering out dates in Bar Chart

Hello, I'm trying to filter out dates within a bar chart.  I want to only select dates to appear that are >= 01JAN2022.  What is the best way to accomplish this?

Labels (1)
1 Solution

Accepted Solutions
sidhiq91
Specialist II
Specialist II

@JasonRix  You use Set Analysis to tackle this situation.

Sum({<OrderDate={">=01/01/1998"}>}LineSalesAmount).

I think this should resolve your issue.

View solution in original post

1 Reply
sidhiq91
Specialist II
Specialist II

@JasonRix  You use Set Analysis to tackle this situation.

Sum({<OrderDate={">=01/01/1998"}>}LineSalesAmount).

I think this should resolve your issue.