Roll up when DCA applied

experts,

I have an input dashboard where users input their data at base level in hierarchy. But these numbers are not aggregating at parent level. This is happening because I have a DCA applied to the module to prevent input when its locked.

Question - is there a way for user input the data and also roll up when DCA is applied.

Thank you

Kal

Answers

  • @logikalyan

    The data is being rolled up, you just can't see it with DCA being turned on. DCA doesn't wipe out the data, it just hides it.

  • Hi Kal,

    I have a few questions:

    1.

    I have a DCA applied to the module to prevent input when its locked.

    Is there a logic that turns the DCA on?

    2.

     is there a way for user input the data and also roll up when DCA is applied.

    If you apply DCA, users cannot input. What are you trying to accomplish here?

    3.

    Do you want to have an exception or override to your DCA logic?

  • @logikalyan you need to change the summary method in the lineitems driving the DCA, I suspect they are set to none which is giving "false" all the time.

  • Hi all,

    Thanks for all your responses.

    I have created a new module referencing this modules without DCA and that works for me and for user requirement.

    Thanks again

    Kal