31 Jan
2014
31 Jan
'14
5:09 a.m.
Il 2014-01-31 11:52 Geert Vandeweyer ha scritto:
Hi,
I'm looking for the correct syntax to achieve the following:
<data type="data" format="txt" name="loh" label="${tool.name} result on ${on_string} (loh) " > <filter>outtype == "0" || outttype == "2" </filter> </data> <data type="data" format="txt" name="cnv" label="${tool.name} result on ${on_string} (loh) " > <filter>outtype == "1" || outttype == "2" </filter> </data>
I tried the above, with and without parentheses, but it creates the second dataset also when outtype == 0. Is this type of dual filtering possible?
I don't know if this is the reason, but you seem to have a typo: outttype == "2" should be outtype == "2" Best, Nicola