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
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context andβ¦