Sergey
2 years agoContributor III
Data Adapter Methods filters type ?
Hi !
When working on Data Adapter method types, there is alsways a mention about a filter, like here for the WorkflowProfile method : Example: {AllProfiles}{Empty String or Filter Expression}.
However, what are the different filter expression available ? So far I was able to use "=" or "<>"... is it possible to use contains, do not contains, like ?
Many thanks !
Regards,
Hey Sergei,
In the filter expression did you try under the WHERE clause to add the the "SQLish" equivalent. It should work.
{Dimension type}{Dimension name}{Member Filter}{where column1 LIKE '%word1%'} - It is the equivalent of Contains.
Cheers