this is my first question ever, so please be patient. :-)
I am using BIRT (ECLIPSE) to create a report, which has several tables. I want many of the cells in these tables to feature the same highlighting rules (colored backgrounds, fond formatting, etc.), based on the same rules (e.g. value equals minus 5). Ideally, I want to use these highlighting rules in other reports as well, but that's not as important.
If possible, I would like to create a STYLE which includes the highlighting rule (because then I could simply apply this everywhere I need), but I can't figure out how to fill in the condition box, since the name of the applicable object will vary.
If a STYLE is not possible or not recommended, I would also be happy to loop through the tables using the Script, but I have no idea how to do this.
Thanks in advance!!!
Johannes