Hi,
I have 4 tabs (program, application, user, host) in one MashApp.
Is it possible to get the information into a data feed, on which tab I am?
I was not able to define this as user input.
With the 4 tabs I use 4 different data feeds. The data feeds differ in one detail only (program, application, user, host). The processing is the same. If I had the info, on which tab I am, I could use the same data feed for all 4 tabs.
Thanks
Nico Engel on
Hello Georg.
You can use the "input box"-element. Write the tab name in the default value of the input box.
Then you have to filter the user input of your feed with the input box.
To hide the element send it in the back, maybe behind a table.
Ciao
Nico