Desktop view Issue for virtual Column data manipulation

I have two tables one is quote and qouteItems(line items) quote table has the total amount which is calculated from Qouteitems (Line items) I have used this formula in the quote create form

For [qoute][TotalAmount]

Sum([RelatedQouteItems][TotalPrice])

which is working fine on mobile view, but in desktop view it’s not updating the sum value and it becomes text value in the form not a input

Mobile View (Works Fine)

Desktop View (Not Rendering The Sum From Virtual Column)

Thanks for the Great platform.

Report this as a design flag (If I recall, this have been mentioned before) in the corresponding thread since the Desktop Mode is not meant for anything crucial or production apps. It’s just a preview feature that is being developed

In Preview: New UI design for desktop users - Google Cloud Community
1 Like