Okay
  Public Ticket #1167083
Skip line if value is empty
Closed

Comments

  •  11
    Issac started the conversation

    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!

  • [deleted] replied

    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


  •  11
    Issac replied

    Thanks for the exact file to modify, very much appreciated!