Skip to main content

New to Qlik Sense

If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
jbakerstull
Creator
Creator

Adding criteria to an existing formula

The formula below identifies all individuals latest exit within report period.  

 

=If([Exit Date] = Max(TOTAL <[Client Id]> Date(Floor(Num(IF([Exit Date Adjusted]>'3/31/2019',0,Date(Floor([Exit Date]))))),'MM/DD/YYYY')),
If([Entry Date] = Max(TOTAL <[Client Id]> [Entry Date]), 'Yes'))

I need to add the following criteria to the formula :Household Head of Household]={"Yes*"} .

I can't figure it out. 

 

0 Replies