I want the Override Sales Target line item to be editable for input when Override boolean Line Item is checked (i.e. true) for the same row otherwise it should be all 0.
Hi @AbhishekChatterjee14 you can apply DCA on "override sales target" on write column in blueprint. you need to select override boolean in write column.Thanks,Manjunath
You can have the same line item being editable or 0 based on a condition.
To solve this you need to build a 3d line item "final sales target" which has a formula like if override then override sales target else 0
additionnally to make "override sales target" editable conditionnally, use dca write on it using your "override" boolean line item as the dca write driver
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…