Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Hide rows of template if the values are initial in smartforms.

arijitbarman
Participant
0 Kudos
1,602

Hi Everyone,

I have this requirement in smart forms where in between subtotal and total I need to show three rows of taxes if their values are not zeros. Since I am having only one line item I am using a template. For the taxes rows I am using the conditions to hide the rows but only the tax text and the tax value are getting hidden but not the complete row. I need to hide that too with other details diplaying in that row.  Can it be achieved by using a template or I need to redesign this and use a table to achieve this. If I could do it in the template it would be nice. Please someone help me with this.

4 REPLIES 4

Former Member
0 Kudos
604

In such cases, Go for table

Former Member
0 Kudos
604

Hi Arijit,

This scenario is not possible with template, you can achieve it with the help of table.

Best Regards,

Ramesh

Chintu6august
Contributor
0 Kudos
604

Hi,


Since the  templates are static, you cannot hide or add row dynamically, to achieve this use table and give conditions in condition tab.

thank you!!

0 Kudos
604

Thanks guys had to switch to table.