Comments 11Issac started the conversationMay 11, 2017 at 5:04amDear Devs,I am not sure if this is possible to do, say I have word document which has the following lines:${type}${size}${color}If the ${size} is NULL or whatever value that might be, I want it not to hold one empty line so that ${color} can be displayed right below ${type}.Can I do that? Thanks a lot![deleted] repliedMay 15, 2017 at 12:25pmHi Issacchua, We do not have option for this functionality built in. It could be done but it requires code customization. If you are skillful with code you can find logic behind report creation in..wp-content/plugins/reportbuilder/source/class.document.builder.php1 Like 11Issac repliedMay 16, 2017 at 3:23amThanks for the exact file to modify, very much appreciated! Sign in to reply ...
Dear Devs,
I am not sure if this is possible to do, say I have word document which has the following lines:
${type}
${size}
${color}
If the ${size} is NULL or whatever value that might be, I want it not to hold one empty line so that ${color} can be displayed right below ${type}.
Can I do that? Thanks a lot!
Hi Issacchua,
We do not have option for this functionality built in. It could be done but it requires code customization.
If you are skillful with code you can find logic behind report creation in
..wp-content/plugins/reportbuilder/source/class.document.builder.php
Thanks for the exact file to modify, very much appreciated!