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: 
sangeethag
Contributor III
Contributor III

In expression check condition Max date equal to date

Hi,

I have report date and calculated date in variable.

In my expression have to check condition like

if(Max(ReportDate)=Datevariable, Exp1, Exp1)

Is there any solution for this requirement?

3 Replies
ecolomer
Master II
Master II

Can you explain your question more, please?

sunny_talwar

I think you will have to provide more information before we can help you. Do you have a sample you can provide?

sangeethag
Contributor III
Contributor III
Author

Thank you for replies.

I have found the solution for this.

We can use like below

if(Max(Date([Report_Date],'DD/MM/YYYY'))=Date('$(vQ1End)','DD/MM/YYYY'),Exp1,Exp2)