Hello,
I have a template of type .docx in which certain checkboxes must be shown as 'Checked' or 'Not checked' depending on the value of some variables. I also have to, in case X variable exists, I have to show a block of the document and not show it if it is empty.
I was trying to use MS Word 2007 from template but although it takes the fields correctly with the ###, I don't know how to implement those "if()" conditionals and make it work.
I have also been looking at the Docx from dynamic template smart service of the 'Advanced Document Templaiting' plugin but I am not sure how to do the XML part and if I could do those "if()" with it.
Has anyone had this problem or some solution available?Thanks in advance
Discussion posts and replies are publicly visible
Buenas Sergio, creo que de base no te permite el aplicar esta logica condicional, para mostrar u ocultar partes del texto, solo puedes pasarle los tags que quieres mostrar. Posiblemente tengas que crear algo ad hoc para poder conseguir esta funcionalidad.
Intenta generalo en HTML para poder jugar con lo que muestras, y luego ya generas el documento final
docs.appian.com/.../HTML_Doc_From_Template_Smart_Service.html
community.appian.com/.../document-utilities