Hi,
Could you please suggest the solution on below.
We have a requirement to highlight the entire row with color in module based on the Boolean check (i.e if it is True then highlight with color.
Thanks
Usha
Hi Usha,
We can't highlight(Conditional format) based on Boolean format line item, the line item should be number format.
Create CF Line Item,
CF logic: If Boolean = TRUE then 1 else 0
use this CF line item to Conditional format.
~Vignesh M
Try this
Create a number formatted line item with the formula called Color:
IF 'Boolean' THEN 5 ELSE 0
Then go to conditional formatting options and use these settings
If the parents are highlighted too brightly as compared to the other list members, set the Color line items summary to Average. Set it to none to avoid colors at the parent level entirely
Regards,
Anirudh
By entire row do you mean a particular line item or list member in the module?
Try removing all dimensions in the boolean, this will make sure the whole line item gets highlighted.
You have to do it on each line item that is displayed, there is no option to apply on multiple cells unfortunately.
Arun
Yes, do apply the CF on each lineitem . here is the screenshot for your reference.
Dear Hive Mind, Do we have a way to get the history of a particular List Item, from its creation into a model up until its removal ? I am trying to chase when / how an item has been added into a model and how / when it would have been deleted and then recreated with the same code. Is there a pattern (manual or API) to get…
I have an action in a process which is getting failed since 2 days when run via CloudWorks with below error . No issues when run manually . Same error occurs when run manually but as a warning "Import complete but with failures" This action is running since almost a year without any issue . No change has been made to…
Hi, I have a module with a time range as a dimension. I've set it with a daily time scale, but Anaplan's way of showing daily dates is for example "1 Jan 37" and I need it to be in numbers because when I export it excel doesn't recognize it as the date format that I've set in Windows (OS) (when a date as two digits it's…