You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a reuqest if somehow we could filter out the child table before printing. For our print we do not want to print all the rows in the table, we only want certain rows if a condition is met.
Example: {% for row in doc.required_items %}{% if row.item_group=='Flute' %}{{ row.item_code }}{% endif %}{% endfor %}
If I apply the above code, it only hides the value, but the rows are still generated
Is there any work around or feature possible for my requirement ?
Thanks
The text was updated successfully, but these errors were encountered:
moizsami
changed the title
Feature Request
Feature Request: Filter Child Rows before Print
Oct 22, 2024
Hi @maharshivpatel
I had a reuqest if somehow we could filter out the child table before printing. For our print we do not want to print all the rows in the table, we only want certain rows if a condition is met.
Example: {% for row in doc.required_items %}{% if row.item_group=='Flute' %}{{ row.item_code }}{% endif %}{% endfor %}
If I apply the above code, it only hides the value, but the rows are still generated
Is there any work around or feature possible for my requirement ?
Thanks
The text was updated successfully, but these errors were encountered: