Report definition - list where parameter value contains the column value
For a report defnition, if we have a parameter pA and column source Col1, we can check if column value contains the parameter value as the substring by using filter condition
.Col1 contains param.pA
Now, we have a requirement to check if the parameter contains the column value, how to write the filter condition for this?
Thanks