Hello Everyone,
Here is my situation:
I have two custom related tables in Dataverse.
Sales Order Table (Parent Table)
- Sale Order Line Items Table (Related to Sales Order Table; Many-To-One)
In the Sales Order Table, I created a column called Total Value of Sale (Data Type: Currency), which is a Rollup to aggregate the SUM of all the Total Sale Per Line (Data Type: Currency) in the Sale Order Line Item Table.
The relationship between the two tables
- One-To-Many from the Sales Order table perspective
- Many-To-One from the Sale Order Line Items table perspective
My issue: The rollup value is not displaying in the Sales Order table.
I tried recreating tables, the relationships, and refreshing data... but no luck.
Any ideas on how I can fix the problem?