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.
Hi, I have a worksheet for end users to enter new hires into, for which the list item which persist across versions. I am having an issue where the end user can delete a list item using the grid functionality because the Current Version value is blank, but I want to prevent them deleting them (as data will be lost from…
Hey everyone, I wanted to share the Anaplan Python SDK with you. It's a Python Library that wraps all Anaplan APIs and makes it easier to interact with Anaplan programmatically. It is mostly designed with Data Integration Scenarios in mind, but it does support all APIs including ALM, SCIM, Audit, and Cloud Works. Please…
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…