Hi, I have several questions related to the new Dashboard editor:
- Is it possible to apply the values of a filter that is on the first tab to the rest of the tabs?
For example, in the first tab the user select a Date and I want to apply it to all the tabs (I don't want to put the filter widget in the rest of tabs, but need the values).
- How can I use a System variable (connected user) when using a SQL Select into DataFeed
SELECT * FROM EMPLOYEES
WHERE ID = :VAR
where :VAR would be the connected user
Thanks