Hi,
I need to change dynamically the sql script of automatic grid lookup and in particular I need to change the table name like:
select last, name from [table_name] where mail=’{address}’
I have tried, in test environment it ask me for [table_name] variable but when I execute the grid I obtain error.
Is it possible to something like this?
Thanks