Hi - I am not sure what I am doing wrong. I have a template with 8 print sections (letters) and based on certain criteria in the data depends on which letter needs to print. It is really rather simple. However, I have this one condition that doesn’t seem to be working. I have tried to several different ways. Currently it looks like this,
My data does not meet this criteria as the PLAN is equal to 840312 so it should NOT be printing and it does. What am I missing here? I tried reversing the condition and still doesn’t work. Please help. Seems so simple.
Ok - yes - I did disable it. Here is a copy of what I have so far. I do have a couple more conditions to go but I test as I add a condition. It won’t work even if it is the only condition here.
var English = merge.template.contexts.Print.sections[“English”];
var TaftHartley = merge.template.contexts.Print.sections[“TaftHartley”];
var Plan606612 = merge.template.contexts.Print.sections[“Plan606612”];
var Plan8403 = merge.template.contexts.Print.sections[“Plan8403_8457”];
var IRA = merge.template.contexts.Print.sections[“IRA”];
var Select = merge.template.contexts.Print.sections[“IRASelect”];
var AutoRO = merge.template.contexts.Print.sections[“IRAAutoRoll”];
var VEBA = merge.template.contexts.Print.sections[“VEBA”];
var Green = merge.template.contexts.PRINT.sections[“GoGreen”];
UGH!! Thank you so much. I knew it was something simple but I couldn’t figure it out. This will save me a ton of time with the rest of the conditions also. I would have had the same issue with a couple of the other ones. I wasn’t interpreting it that way. But it makes sense. I tried it and it works great !!!