Does anyone have a working nested IfThenElse formula i can take a look at, i can’t work out the syntax from the documentation (i can do it in Sugar, and excel - but this!)
The issue i have is that i have 2 parameters - interest value, influence value, that the user sets (1-4). Depending on which combination, i want another field to indicate a text output of key player, keep informed, meet their needs, keep informed.
{ifThenElse({equal({P0};60)};partial value (60 €);
{ifThenElse({equal({P0};75)};partial value (75 €);
{ifThenElse({equal({P0};100)};full value (100 €);
{ifThenElse({equal({P0};130)};full value (130 €); )})})})}
It’s nested several levels. It prepares a custom field with a sentence that will become part of an email asking people to pay what is still due, based on what they have already payed.
There only a few discrete possibilities (those values you see) for two courses that can be payed by halves or in full (with small discount).