Dear community,
May i know how can i interepret the formula below ?
IIF([HOUSEHOLD]="Y", [PACKAGE]= "100" or [PACKAGE] = "200", "NonHH")
normally i have the result of -1 and NonHH
and also formula below
IIF([PACKAGE]="100" or [PACKAGE] = "200", [REDEMPTION]>"2020-07-05 23:59:59" and [REDEMPTION] < "2022-10-01 00:00:00", "NonDevice")
I was trying to interpret this written and appreciate if someone can enlighten me on this.
Thank you,