cancel
Showing results for 
Search instead for 
Did you mean: 

How we define the price range

Former Member
0 Kudos

Hi All,

I am getting problem with declaring price range, please help me out.

this is the scenario,

for exp: 1 to 10 items = Rs 200

11 to 20 items =Rs 150

21 to 30 items = Rs 100 like this i need to declare .please specify step by step process .

thanks,

suresh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Suresh,

You can achieve this using Either the Assignments feature or else the Calculation Expression in MDM.

All you need to do is create a Field of type Calculated say Price.In this field

Another field say Item Id will be holding the serial order of the items in MDM such as Item 1,2,3,4 etc.

Now you need to write an expression in the calculated field containing the if and else combination to check what the price should be

So for items >1 and <10 Price= 200

for Items >11<20 Price= 150 and so on.

Hope It Helped

Thanks & Regards

Simona Pinto