Jarousz
Automotive
- Jul 17, 2014
- 18
Hi everybody,
I am trying to find NX expression for this situation:
If parametr_62=0 and parametr_65=0 then return 0, else return 1.
IF(p62=0)(0)else(1) ... works
IF(0=p65)(0)else(1) ... works
IF(p62=p65=0)(0)else(1) ... doesnt works (but is excepted)
Do you have any experince with this ???
Could you help me ?
Thanx
Jara
I am trying to find NX expression for this situation:
If parametr_62=0 and parametr_65=0 then return 0, else return 1.
IF(p62=0)(0)else(1) ... works
IF(0=p65)(0)else(1) ... works
IF(p62=p65=0)(0)else(1) ... doesnt works (but is excepted)
Do you have any experince with this ???
Could you help me ?
Thanx
Jara