Hi! I've got two buttons on UI layer and if clicked they set two different local storage variables eg: a and b.
Now I'm trying to refine the Rest Service in "Before Send" and I have to put them together in the where condition of my Service.
Something like select * from table where a.table ='value1' and b.table='value2' but in the little JS function I can write in where condition it recognizes a local storage value so I'm not able to use them together, how can I write an and relation?
In my mind I want to set all the filter of the query by clicking the selection and in the end finding all the records in the DB that have those conditions
PS Sorry for my Englih ![]()