|
From: Zoltan B. <zb...@du...> - 2006-09-04 12:55:55
|
Hi,
it can be done in the <field> node.
The trick is that the fields are treated
as strings internally, so depending
on the condition, e.g. if another field is
above 0 or not, you can display
the value you want or an empty string.
Something like:
<Output>
<Line>
<field value=3D"iif(val(myfield1)>0, myfield2, '')" width=3D"15"=20
align=3D"right"/>
...
</Line>
</Output>
Best regards,
Zolt=E1n B=F6sz=F6rm=E9nyi
Priya =EDrta:
> I'm a new user of RLIB i have few doubts,
> 1) I would like to display a field when a condition is satiesfied is=20
> that possible? I would like to know whether it is possible in the=20
> <field> or <literal> ?=20
> =20
> 2) can an array be used in the environment variables?
> =20
> With Thanks and Regards
> Priya Ranganathan
> -----------------------------------------------------------------------=
-
>
> -----------------------------------------------------------------------=
--
> Using Tomcat but need to do more? Need to support web services, securit=
y?
> Get stuff done quickly with pre-integrated technology to make your job =
easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron=
imo
> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=
=3D121642
> -----------------------------------------------------------------------=
-
>
> _______________________________________________
> Rlib-users mailing list
> Rli...@li...
> https://lists.sourceforge.net/lists/listinfo/rlib-users
> =20
|