Hello, I have a question about using boolean operators in query designer. I have to do a comparison ok. so i have 2 formula variables: FV_A and FV_B. what i need to do is check if FV_A is blank and FV_B has 'X'. if this is the case then my current formula multiply a keyfigure to 0 but if this is not the case then multiple the same keyfigure by 1. Now I don't know how to type the syntax for it. How do you say "BLANK" in boolean language? because it should be some thing like this.
((FV_A = BLANK) AND FV_B = 'X')*Keyfgure*0) and then i don't know how to say else multiple the keyfigure by 1.
please help.
Thanks.