Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I want to subtract 2 fields at front end using set and want to multiply the result with another field.
Eg
There are 2 qtys say Actual and budget qty. I want to subtract budget qty from Actual qty. and result will be multiply by price
Say Actual qty is 10, Budget is 8 and price is 20.
I want (10-8)*20 as result
Please help!!!!!
Thank you..
May be this
Sum((Actual-Budget)/Price)
Or this
(Sum(Actual) - Sum(Budget))/Sum(Price)
Thanks..It works..
If your question is now answered, please flag the Correct Answer (via the big "Correct Answer" button near every post) and Helpful Answers (found under the Actions menu under every post).
If not, please make clear what part of this topic you still need help with .