vaibhav2015
Registered User.
- Local time
- Today, 14:52
- Joined
- Sep 15, 2015
- Messages
- 25
Hi,
I have one multivalued column(Short text), I want to add criteria in query to get selected multivalued field in rows.
example : multivalued field ( 1101, 1901, 4909, 4919) I want to add criteria in query to get value after comma.
1901
4909
4919
I tried InStr function but I am getting Data type mismatch error.
can you please advice how can I add criteria in query to get text after comma?
I have one multivalued column(Short text), I want to add criteria in query to get selected multivalued field in rows.
example : multivalued field ( 1101, 1901, 4909, 4919) I want to add criteria in query to get value after comma.
1901
4909
4919
I tried InStr function but I am getting Data type mismatch error.
can you please advice how can I add criteria in query to get text after comma?