Show calculated field of child report on parent

Show calculated field of child report on parent

Comments

  • Hello,

    Currently I have a parent report tied to a child report using a parent object ID, where only certain items appear in the child report with each respective entry in the parent report. The items in the child report have a calculated column, in this case it calculates the total cost. How would I go about displaying these totals for each respective element within the parent report?

    Thank you!

  • Hi,

    The attached example can help you to solve your issue. In the example, I used two separate structures named Parent and Child. They linked to each other by Id. Then I used flow inline field to sum child report row data and updated both structure Total fields based on Id values. Please import and check the example. If you have any questions please let me know.

    Regards

Sign In or Register to comment.