H
hoachen
I have want to specify certain keyword and put them a value. For
example:keyword "CD", "Book", "newspaper" to have a value 0 which i can
accomplish by using the iif
Expr1: IIf([Keyword]="CD","0",IIf([Keyword]="Book","0"),
([Net]/0..1*0.55*1.1))
What if just say iif not these (CD, Book, newspaper) then put a value of -1?
example:keyword "CD", "Book", "newspaper" to have a value 0 which i can
accomplish by using the iif
Expr1: IIf([Keyword]="CD","0",IIf([Keyword]="Book","0"),
([Net]/0..1*0.55*1.1))
What if just say iif not these (CD, Book, newspaper) then put a value of -1?