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
Monika Leitner on
Hi Miriam,
Answering the first question:
Yes you can apply filters over dashboardtabs using user inputs. Per default filters are only set in the context of one tab.
Moving states and keeping states in sync across tabs has to be done by an explicit user interaction.
(I have set the ID of the userinput to the name requesttype)
Answering the second question
You can use userinputs (like :NUMMA) or system values (like :currentUser) to filter your data