Calculated fields not showing in section
Hi There,
I have a Case type with a simple Data Model:
- Quantity : Integer
- Price: Currency
- Total Price: .Quantity * .Price
I create a View (Section) with these property and when I run the case, once I change Quantity and Price, Total Price is automatically calculated and the UI refreshed. All good.
Then I did the same thing but creating a Data Object with the same exact property. I then created a View (Section) but the Total Price is never shown in the UI. When I move the Case forward I can see in the Clipboard that Total Price is calculated.
Could you please help me figure out what I am doing wrong?
Cheers.