Hi All,
I have a text formatted line item which gives me the text message "Error" or "No error" based on condition satisfied.
I want to color all the row having message "Error" as light yellow and "No Error" as light green.
Regards
Madhu
Hi Madhabika,
Create a line item called Error Color with this formula
IF Error text = "Error" THEN -5 ELSE IF Error text = "No Error" THEN 5 ELSE 0
Then in the conditional formatting options, use these settings:
Hope this helps!
@MadhabikaM
As you mentioned Yellow and Green Combination, go with 2Color scale format (Green - Yellow). We don't have Yellow White Green combo in 3color scale.
Regards,
Kavin.
XL3SetProperty to navigate
Hi, Where are the member properties for lists defined in Anaplan XL? In the training documentation there is an example showing a property such as “Birth Date”, which appears to be a list-item attribute. That suggests you can create custom list properties from the Anaplan list. However, when I connect through Anaplan XL, I…
Hi all I have a list of networks organized hierarchically on a list of entities, which is itself organized hierarchically on a list of divisions (organization). An entity can have several networks. I also have a list of product models, which is itself ranked with three higher levels: this “Models” L4 list is ranked at a…