G
Guest
How can I get this to equal 0.5 if the field has a D in it and 1.0 if the
field only has a D?
Something like this:?
DDQTY: IIf([DQty]="D","1")
or
DDQTY: IIf([DQty]="*D*","0.5") ----> I don't think I have this line right?
Thanks for the help.
-Joel
field only has a D?
Something like this:?
DDQTY: IIf([DQty]="D","1")
or
DDQTY: IIf([DQty]="*D*","0.5") ----> I don't think I have this line right?
Thanks for the help.
-Joel