AbhishekChatterjee14
Occasional Contributor

Override and Edit

AbhishekChatterjee14_0-1651242856868.png

I want the超越销售目标line item to be editable for input whenOverride boolean Line Itemis checked (i.e. true) for the same row otherwise it should be all 0.

2 REPLIES2
ManjunathKN
SuperContributor

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

david.savarin
Regular Contributor

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 likeif 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