Hi,
How can I filter entries from a table using the native filter box ?
Please see screenshot where:
I want to see all rows with 'Other Info' column = 'Any' AND CP = 'Any' for example.
Hi Daniela,
You should be able to do such a query with a filter like
"Other Info": "Any" "CP": "Any"
The result should be something like below
First filter
Adding the second part of the filter
I am not aware of documentation specific to the table filter on the element card but in the past, I have used with success some of the filter types mentioned on this docs page
https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/reference/Dynamic_table_filter_syntax.html
Hi Daniela,
In addition to my colleague’s suggestion, you can also extend your filtering to numeric columns of partial tables as it is supported now.
More info in https://docs.dataminer.services/release-notes/Cube/Cube_Feature_Release_10.4/Cube_10.4.3.html?q=ID_38367#enhanced-operator-support-when-constructing-filters-for-numeric-columns-of-partial-tables-id_38367
Hi João, it worked! Thanks!
Are you aware if there’s any documentation? Or if any other syntax is supported? If I’d like to perform an ‘OR’ instead of an ‘AND’ for example how would it look like?