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: 
zagzebski
Creator
Creator

Set Analysis -less than or equal to

I have the following in my set analysis expression and it works fine. However I am struggling with the syntax of this part of the expression when I want to change it to MonthYear being less than or equal to the right side of the equation. I don't know where to put the <= 

MonthYear={$(=max(MonthYear))}

10 Replies
sunilkumarqv
Specialist II
Specialist II

Hi Zagzebski

Try like these

MonthYear= {"<=$(=Max(MonthYear))"}

Hope you get the solution

make your dimension as Date(MonthYear)

and use Date ={"<=$(=Max(Date))"} in these format