How to filter one column with multiple values #1313
-
Hi, I want to sync one table regarding multiple values for one field. With the example below I want to sync ID field with values (2) and (3) :
I have an issue doing this: The parameter ID already exists in the parameter list. Do I have to create as many SyncParameters as values that I want to filter and call SynchronizeAsync for each SyncParameters ? Thanks for your comments |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I think you should try to use AddCustomWhere |
Beta Was this translation helpful? Give feedback.
-
I tried this and it seems OK.
|
Beta Was this translation helpful? Give feedback.
-
I want to filter the "control_input" table based on a list of IDs from the "Intervention" table. |
Beta Was this translation helpful? Give feedback.
I think you should try to use AddCustomWhere