hello !
I ve a table with 3 differente numbers (1,2,150) , i want from my IIF statment to return 1 if the value in the box is 150 and zero if else. so i wrote this :
IIF (fields!tipo.value=150,1,0) and it doesn t work it returns false everywhere ... i ve tried in other ways but with no hope.
does anyone have an idea for that ?
thanks