Hello,
I have a dataset that represents a query like this:
Select * From Table where email like 'Lo%';
Now, I created a cockpit that includes this dataset as a table widget and I'd like to replace 'Lo%' with an input string, how can I do it?
Thank you