When filtering on a collection, how can I select multiple values when filtering on an attribute ?
S
Stéphanie FOURRIER
started a topic
over 2 years ago
When filtering on a collection, how can I select multiple values when filtering on an attribute ?
Best Answer
S
Stéphanie FOURRIER
said
over 2 years ago
The advanced filter option allows you to combine search criteria by selecting an attribute an operator, and a value. You can configure your advanced search with OR between terms like the screenshot below.
A second solution is creating a custom search form. You will need to create multiple search parameters. Keep in mind that in the search form the amount values selected are based on how many search parameters created.
In my example, I can select up to 3 values to filter on.
Here is my SemQL
(Address.State = :SEARCH_PARAM_STATE1) OR (Address.State= :SEARCH_PARAM_STATE2) OR (Address.State= :SEARCH_PARAM_STATE3)
1 Comment
S
Stéphanie FOURRIER
said
over 2 years ago
Answer
The advanced filter option allows you to combine search criteria by selecting an attribute an operator, and a value. You can configure your advanced search with OR between terms like the screenshot below.
A second solution is creating a custom search form. You will need to create multiple search parameters. Keep in mind that in the search form the amount values selected are based on how many search parameters created.
In my example, I can select up to 3 values to filter on.
Here is my SemQL
(Address.State = :SEARCH_PARAM_STATE1) OR (Address.State= :SEARCH_PARAM_STATE2) OR (Address.State= :SEARCH_PARAM_STATE3)
Stéphanie FOURRIER
When filtering on a collection, how can I select multiple values when filtering on an attribute ?
The advanced filter option allows you to combine search criteria by selecting an attribute an operator, and a value. You can configure your advanced search with
OR
between terms like the screenshot below.A second solution is creating a custom search form. You will need to create multiple search parameters. Keep in mind that in the search form the amount values selected are based on how many search parameters created.
In my example, I can select up to 3 values to filter on.
Here is my SemQL
Stéphanie FOURRIER
The advanced filter option allows you to combine search criteria by selecting an attribute an operator, and a value. You can configure your advanced search with
OR
between terms like the screenshot below.A second solution is creating a custom search form. You will need to create multiple search parameters. Keep in mind that in the search form the amount values selected are based on how many search parameters created.
In my example, I can select up to 3 values to filter on.
Here is my SemQL
-
Extend a model with new entities or attributes
-
Data types in xDM
-
Effective date on entities
-
Search using wild cards
-
Export a model from production and import on a development environment
-
"Allow Delete" vs "Allow Removal" privileges
-
LOV label in Named Query
-
Select location on a map and save coordinates
-
Is there a way to set up a master-detail relationship on browse mode?
-
Choose Either a Stepper or A Workflow Based on The User Privileges
See all 274 topics