[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt.usability] Re: use multiple fields for highlight condition

Actually you can slightly change the test expression as "column1 >= 30 && column2>=10000 " and use the "isTrue" operator, this will do the same trick.

Christine wrote:
I need to highlight a value in a dataset based upon an 'and' condition.
IE: % column >= 30 AND $ column >=10000

right now I can see where I can put in the multiple conditions but I don't see a way to link these conditions together so that both must be true in order for the column to be highlighted.
Is that a feature that is available?