try using 'and' and 'or' in your report's python expression

e.g.:
[[ (o.amount > 0) and o.amount or '' ]]
will give the amount only if it's positive otherwise it returns an empty string 
(2x ' ) see here for example: 
http://tinyerp.org/wiki/index.php/DevelopperBook/ReportsTags

------------------------
knerz





_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to