I created an IF statement in Word to return the price of a specific plan, but I can't get it to return the correct info. In testing the formaula to understand why it wasn't working, I tried a simple statement to get it to return "True" The simple statement is below:
{ IF "<<Opportunity_LineItem_Product2>>" = "COMBO - Pricing" "True" "False" * MERGEFORMAT }
The Opportunity_LineItem_Product2 does in fact = COMBO - Pricing, the problem I'm running into is that there are 4 different opportunity plans and Opportunity_LineItem_Product2 defaults to the first one which is why my formula returns FALSE because the plan I'm trying to call out happens to be 3rd in the list.