I'm working on a iif and statement that will turn the numbers in my ([OMNI_Status1]) from "9" to a 1, and if it’s not a "9" make it a "0"
I will also need to Trim the ([OMNI_Status1]) field
Below is what I thought would work but its either telling me that I have then wrong number of arguments, or giving me incorrect data or not working at all
Thanks for taking the time to help
I will also need to Trim the ([OMNI_Status1]) field
Below is what I thought would work but its either telling me that I have then wrong number of arguments, or giving me incorrect data or not working at all
Code:
Past_6_Full_Months: (IIf([CORRESPONDENT_PURCHASE_DATE] Between DateSerial(Year(Date()),Month(Date())-0,0) And DateSerial(Year(Date()),Month(Date())-6,1),and trim [OMNI_Status1]="9",1,0))
Thanks for taking the time to help