D
D
Hi:
I have two IIf statements; I did the split cause I could not get them into
one. I would please need jut one field called Value_Date.
Is there a way to consolidate them?
Thank you,
Dan
1. Value_Date: iif([P_Subtp] = "FWD" and [T_date]<[rpt_date],0,[T_date]
2. Value_Date1: iif([P_Subtp] <> "FWD" and [S_date]<[rpt_date],0,[S_date]
I have two IIf statements; I did the split cause I could not get them into
one. I would please need jut one field called Value_Date.
Is there a way to consolidate them?
Thank you,
Dan
1. Value_Date: iif([P_Subtp] = "FWD" and [T_date]<[rpt_date],0,[T_date]
2. Value_Date1: iif([P_Subtp] <> "FWD" and [S_date]<[rpt_date],0,[S_date]