Question:
Hi all,
I have wad report and I want to paint one characteristic InfoObjects with colors according to its value. I want the result to be exactly the same like coloring KeyFigures with conditions.
For example: I have characteristic named "Status", I want to paint the cells with value "Not Finished" in RED and paint the cells with value "Finished" in GRIN.
How can I do it? Can I use the Html code in the WAD?
Thanks in advanced
Hagai – jhagai@orl.co.il
_________________
Hagai - BW Advisor, ORL Israel.
Answer:
the easiest way is to use the table api. There you could search for the text and change the style associated to the cell.
thanks,
jlaruss
Answer:
What do you mean by "table API"? what kind of table is that?
Im facing the same challange as jlaruss.
Thanks!!
Answer:
There is a how-to document on sdn:
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/g-i/How%20to%20Hide%20a%20Column%20in%20your%20Web%20Query%20with%20the%20Table%20Interface
This will give you a start with the Table API. This is only for the web and has been around since 2.1. It allows you to manipulate the BW generated HTML through an ABAP class.
Thanks,
jlaruss
Answer:
Aha, Table interface. Thanks!!