I am pulling in a date field from salesforce into my MS Word template and need to suppress a table row if Start_Date in the Products table contains 2025. Or it could be constructed as < 1/1/26. Is this possible? How would this expression look?
Page 1 / 1
Have you tried xpath functions? You could probably do something like:
<# <SuppressTableRow Select="//rowdate[xs:date(.) < xs:date('2026-01-01')]" Match="True" /> #>
Replace rowdate with the actual date node
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/RegistrationDocusign 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.