Announcements
how to calculatePVU * QTY
and save the PVT value in the list.
@Ben-00-38
Your formula needs to be on a behavior action of a control. It almost looks like in your image that it is on a label text property.
But, if in a behavioral action, then your formula needs to be:
Patch('Devis detail'; ThisItem; {PVT: ThisItem.PVU * ThisItem.Qty})
I hope this is helpful for you.
Is it possible to adapt the code with the control belowcalculation and recording of PVT.
so that PVT is sent during the action on the arrow.
Yes, change the formula to the following:
UpdateIf('Devis détail; ID=ThisItem.ID; {Qty: ThisItem.Qty + 1})
withUpdateIf ('Detailed quote'; ID = ThisItem.ID; {Qty: ThisItem.Qty + 1})PVT is not calculated.by clicking on the arrow left or right I need pvt to be calculated and sent to the list.
the code works but I have not succeeded in adapting yours
With ({_itm: LookUp ('Detailed quote';ID = Gallery7_1.Selected.ID)};Patch ('Detailed quote';_itm;{Qty: _itm.Qty + 1};{PVT: (ThisItem.Qty + 1) * ThisItem.PVU}))
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 397 Super User 2026 Season 2
Mohsin Ali 354
WarrenBelz 232 Most Valuable Professional