How to append selected attributes on generated document.

0
Hello, I have one entity (Claims) in my domain model. In this I used checkboxes for selecting Yes and No attributes. I have one generate document button to generate the document as pdf.  Here my question is as I'm using two attributes(Yes and No) I want to generate only the selected attribute in document while the document is generated as pdf. Thanks in advance. Hello,    
asked
1 answers
0

Raghavendra,

If I understand your question, you want to display only the selected value inside of the document generated by Mendix.  You can accomplish this with conditional visibility in the document template you are using.  See this page for more information about making a table row conditionally visible:  https://docs.mendix.com/refguide/row-document-template/

Hope that helps,

Mike

answered