I'm not sure if I'm just doing something wrong with formatting, etc., or if this simply won't work using the standard Word Printables functionality, but I am trying to create a document (as a PDF) that makes internal decisions using the Word IF statements and information fed to the printable via the printables mergefields.
For example, I have one value that I want to have calculated based upon the DownPayment mergefield. If the DownPayment is greater than a certain amount, additional language is added to the document (i.e. {IF {MERGEFIELD <>}>=10000,"Amount shall be wired directly to...",""} This works in the document before making it a printable, but once I make it a printable this functionality no longer works.
Thoughts?
Like
Yes. That's how it works The report generator will be modified in the further versions.
There are 2 options on how to handle the situation now:
1. You can create a new field on the related page and calculate it with a business process before creating the printable.
2. You can create a new view in the database. The view will contain all fields with the calculations. Then create a new object based on the view and use the object for the printable.
https://community.bpmonline.com/questions/bpm-75-sales
Eugene Podkovka, rhis still is not working in the nee versions. im trying to do a if condition as well