Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I try to test A_B_C
if A = Num '0000' and B = 'FR', 1, 0
thank you in advance
Best regards
Maurice
if(A = 0 and B = 'FR', 1, 0) as WhatEver
Could you explain more?
Not without seeing your data and having a better understanding of what you are after.
All I did is write your statement using correct QV syntax.
Yes, I asked him if he can explain better than he wishes.
Sorry Pablo. I confused you with Maurice.
A = A is a numerical 4 digit
B equal FR
May be like this:
If(Len(A)=4 and B = 'FR', 1, 0)
-(IsNum(A) and Len(A)=4 and B='FR) as SomeFieldName