Hi folks,
I am trying to implement a where service using 2 lsv.
I am working with a selectmenu which has a 4 locations as label and the letter "y" as value of all 4.
When selectmenu value changes they are saved in localstorage, this is the collection in the db
this where service needs to return all entries that have a "y" in the particular column
here are the values in localstorage
How can I combine the column name and value and get the required result.
thank you