Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I doing what if analysis in straight table.
Need calculation for What - if Revenue = (What - if Price)*(What-if Sold).
For ref. please find the attached qvw.
Thanks in advance.
What is the problem using =column(4)*column(5)?
Hi,
If I multiply - Column (4)*Column(5) = Value is wrong.
for example = 205*39 = 7995, But in Straight Table it is 7893.
![]()
yes because you are rounding up. If you change all number formats to fixed to with 2 decimals it will be exactly.
It is not coming in my Straight Table, Can you please correct in QVW and revert to me.
Thanks
Properties --> Number tab to set number format
try this
(Sum(Seats) * (1+ $(vQty)/100)) * (([Booking Fees]) + $(vValue))