Is it possible to show one value for a set of different values?
eg.
if n<or=12 then x=1
if 12< n <or=24 then x=2
etc
thanks
-
How do i show n< or =?
-
hi percyt ,
the following works OK on my linux installation ( pd-0.42.5 ):-
[7/
|
|
[expr if (($f1 > 6) && ($f1 < 18), $f1, 0)]
|
|
[7/The [expr] object works rather like in 'C' , so you can use '&&' or '||' in conditional expressions..
..see the expr-help page