XPath constraint to retrieve list based on not null search attributes.

1
We have multiple attributes on which user will search and list will be populated via search-Entity association in list/grid. How can we handle the use case in XPath constraints if user doesn’t enter few attribute  values (NUlLL/Empty)  while retrieving the list.
asked
1 answers
0

Try to add

[$yourvalue = empty OR Attribute = $yourvalue]

 

answered