According to documentation expD (date) can be used in == != ||
operations.
How can I get a result like data1 <= data2 where data1 and data2 are as
returned from stod() function ?
My current XML line:
..
<field value="iff(stod(data1) <= stod(data2),value,'0')"/>
get a !ERR_F error
Regards
Franco Spinelli
|