Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to compute selling price from cost 192 mark up 10% = 213 ?

Hi All

I have a table , i need to make it flexible by using only 1 table, Right now i am able compute when in singapore Currency , it can compute mark up 10% from cost with out any issue. But when i change to MR currency , i want the selling price in malaysia mark up 10%. But i am not able to modify the expression. Hope some one can advise me.

image 10 mu.png

Paul

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello, Paul.

Look for

floor(ceil(FOB_SGD_SUB*RATE_P*TAX_*TRANSPORT_SUB,.5)/MARKUP_SUB, .5)

in your expression and change it to

ceil(FOB_SGD_SUB*RATE_P/LESS,.5)/MARKUP_SUB

and you'll have the value you want, although I don't know if it conforms with your business rules.

Hope it helps.

Regards.

View solution in original post

5 Replies
Not applicable
Author

Hi All

Enclosed my QV Doc.

Paul

Not applicable
Author

Paul,

It is difficult to interfere with the system developed by someone else. This requires a little more time to recognize and understand the assumptions and dependencies. I assume you are not the author ...?


regards

Darek

Anonymous
Not applicable
Author

Hello, Paul.

Look for

floor(ceil(FOB_SGD_SUB*RATE_P*TAX_*TRANSPORT_SUB,.5)/MARKUP_SUB, .5)

in your expression and change it to

ceil(FOB_SGD_SUB*RATE_P/LESS,.5)/MARKUP_SUB

and you'll have the value you want, although I don't know if it conforms with your business rules.

Hope it helps.

Regards.

Not applicable
Author

Hi Bruno

Yes this is what i look for. Thank.

Paul

Not applicable
Author

Hi Dariuzs

You are right the expression is develop by the help of this forum. which i slowly expend alone the way to make it more flexible and more powerful. Yes it is not easy to understand other people script.

Paul