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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
dseelam
Creator II
Creator II

How to calculate

Hello All,

Please help

Attached samples, Some how I am not able to calculate PPV Amount expression last column in proper ,Expected result was in text box

Thanks in Advance

1 Solution

Accepted Solutions
rubenmarin

Hi Dinesh, some parenthesys was left:

(sum(Price+(Price*Duty%)+Freight)-([Frozen Cost]))*Qty

And for use monetary values (max 2 decimals for what I see in the table):

Round((sum(Price+(Price*Duty%)+Freight)-([Frozen Cost])), 0.01)*Qty

View solution in original post

2 Replies
rubenmarin

Hi Dinesh, some parenthesys was left:

(sum(Price+(Price*Duty%)+Freight)-([Frozen Cost]))*Qty

And for use monetary values (max 2 decimals for what I see in the table):

Round((sum(Price+(Price*Duty%)+Freight)-([Frozen Cost])), 0.01)*Qty

dseelam
Creator II
Creator II
Author

It was so dumb I dint notices it thanks Ruben