Matt Semmens 2 Posted February 11, 2020 Posted February 11, 2020 Good afternoon, I want to use a document property in a data on demand information link. User uses 18 digit product code System uses an extended 27 digit version of the product code which users are unaware of Input field for a document property (ProductReference) Use the document property in the data on demand settings, adding an "*", see below Column to filter by: PRODUCT_REFERENCE Expression: "${ProductReference}"&"*" Limited by active filtering scheme: No Limited by: (None) Update behavior: Manual Caching allowed: Yes Last reload: 11/02/2020 13:38 No data is returned. I have also tried just pointing the data on demand at the document property, and putting an asterisk in the field, however this doesn't yield any results either. However, if I type the full 27 digit version of the product code (which normal users wouldn't know) I get results. How can I make this wildcard search function correctly with document property & data on demand
Shandilya Peddi Posted February 11, 2020 Posted February 11, 2020 Can you try the following and see if it helps, 1. Modify your SQL to define a parameter. Something like below ... WHERE B1."NAME" LIKE param2.Define the On demand settings for this parameter, And use the document property with expression, Expression: "${ProductReference}"&"%"See if this helps.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now