- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello,
I'm trying to configure an advance pressure rule that is able to dynamically set the delivery weight
Weight formula is something like that:
Case(
When([emailInfo/delivery/@nature]='firstDelivery',6 ),
When([emailInfo/delivery/@nature]='secondDelivery',5),
When([emailInfo/delivery/@nature]='thirdDelivery',4),
When([emailInfo/delivery/@nature]='fourthDelivery',3),
Else(0) )
I used also [currentDelivery/@nature] but I anticipate that the results are the same.
The single delivery is configured in this way:
I realized that the pressure rule works only with a constant weight but doesn't fit expectation if weight depends on formula described adove.
Could you tell me if there is something wrong in my configuration?
Thanks in advance,
Salvatore
Solved! Go to Solution.