We are trying to color the cells in a table basing on a condition but
it is not working.
We are on Visual Composer 7.0 SP 15. Using SAP ECC 6.0. IE 7.
Can anyone pls advise?
I have followed the bwlo steps.
1) Create a model with a view
2) Import a BAPI BAPI_COMPANYCODE_GETLIST
3) map the output of the BAPI to a table.
4) add a EXPRESSION BOX to the table output.
5) click on the Formula and map the expression to @COMP_CODE
7) In the expression editor choose style 1 and enter the formula
@COMP_CODE=='0001' - > choose Foreground as Red from the pallette
8) save and deploy the model.