Hi team,
There is one Numbered List(Site List) and a Line Item(WFC).
And we need a Chart(Dot Chart) with WFC >6 and WFC <6 in different colors.
Can you please help me on this.
Thanks
@saurav4ss
Conditional formatting in the UX uses a line item number reference to determine what colour to use.
Therefore, create a new line item in your target module and using IF THEN ELSE create a condition in which a +1 is returned when WFC > 6 and a -1 is returned when WFC < 1.
I would also caution as to what happens when WCA = 1.
Therefore, use a statements similar to the following;
= IF WCA > 6 THEN 1 ELSE IF WCA < 6 THEN -1 ELSE 0
Zero is return if neither conditions are met.
In the UX when setting up the dot chart use this line item to inform the conditional formatting.
Good luck,
Chris
Hi everyone, I'm looking to design a workflow and would appreciate your input or guidance on how to set this up effectively in Anaplan. So, the goal is: Once end users complete their data input, they should be able to trigger a process that: Notifies stakeholders via email with a link to a report. The report includes: A…
I've few actions in our Supply model which when run takes some time on the "generating failure dump" step at the end of the action even though the import is a full success without warning or errors. This is just a few seconds when run for a single action, however we have a process with 120 actions, and most of these…
Hi, My org is looking to explore leveraging Google Apps script to extract data out of Anaplan and update already built templates in Google Sheets. We use the Anaplan Extension currently but find it crashes often with the amount of tabs, data, etc. Has anyone used both Anaplan OAUTH 2.0 API and Goolge Apps Script to write…