Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Expression Help

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.

6 Replies
giakoum
Partner - Master II
Partner - Master II

What is the problem using =column(4)*column(5)?

Not applicable
Author

Hi,

If I multiply - Column (4)*Column(5) = Value is wrong.

for example =  205*39 = 7995, But in Straight Table it is 7893.

giakoum
Partner - Master II
Partner - Master II

yes because you are rounding up. If you change all number formats to fixed to with 2 decimals it will be exactly.

Not applicable
Author

It is not coming in my Straight Table, Can you please correct in QVW and revert to me.

Thanks

giakoum
Partner - Master II
Partner - Master II

Properties --> Number tab to set number format

maxgro
MVP
MVP

try this

(Sum(Seats) * (1+ $(vQty)/100)) * (([Booking Fees]) + $(vValue))