Sergey
OneStream Employee
2 years agoData 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}. Howe...
- 2 years ago
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