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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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.