Hi Guys I am working on a scenario where I have to show only 1st row of a table and and suppress all other rows. I have been trying to use this tag but it seems to be not working and suppressing all the rows. as a result no value is passing in the row.
<# <SuppressTableRow Test="count(./Ext_Dealer__c) >= 1" /> #><# <Content Select="./Ext_Dealer__c[1]"/> #>
Solved
How to Suppress Table Rows when there are more than one row in a table?
Best answer by Sudhanshu Vijayvargia
Hello Nathaly,
Thanks for the table Row tag that you shared it worked out for me. I just had to show the first row of the table and used this tag.
<# <TableRow Select="/Opportunity//OpportunityLineItems[position() = 1]" /> #>
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Sign up
Already have an account? Login
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Customer Login/Registration Developer Login/RegistrationJoin the Docusign Community by logging in with your Docusign developer or customer account credentials.
Don’t have an account? You can create a free one when registering.
Note: Partner-specific logins are not available yet. Partners should log in as either a customer or developer
Docusign Community
You can login or register as either a Docusign customer or developer. If you don’t already have a Docusign customer or developer account, you can create one for free when registering.
Customer Login/Registration Developer Login/RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.