I am using checkbox as filters to filter a table. Once the user checks, the value is stored in a list.
Is there any way I can use this list to check if a database record contains any one of the value in the list, If it contains then display all the values.
if the list contains “BEHAVIOUR,HEALTH”. I want all the records which contain either behaviour or health. But when I see in debug bubble is checking for both “BEHAVIOUR,HEALTH”. Because of this search results are zero.
Am I doing something wrong here?
Thanks,
Ram