Hi I am looking in for a iif statement usage mutiple parametresi am doing this in the expression bulder in the queries and trying to put the below argument in a seperate colum with iif statements.
i have a "Sales" colum which has data A,B,C,D,E,F
now my argument is if Sales= "A" or "B" the result should be EUR and if sales ="C" or "D" then result should be AMR and finally if Sales = "E" or "F" the result should "PAC"...
can someone help me in this thanks