Hi,
the user can enter a value, which is needed as an identifier.
With this one I made a query and it's showing only one entry. But I can't use this in the web component.
If I use a Parameter table and manual select it I can use it, of course I want to link it to the user input.
What is the best way to achieve it?
Basically the information is in a static element in Dataminer, just need to filter on the user input and you get a link. This one I want to use.

Hi Wout,
when I use it like you mentioned I can't select it in the component:
I have enabled select first row, but data will be shown when the user is entering something in a field. So why I can't use it in the web component?

Hi Stefan,
To have the data from the table available for linking to another component, you will have to make sure there is at least 1 row & that row is selected. This doesn't mean that the link will stop working if the table would become empty at any time, it is just to be able to configure the link. This is a limitation of our current data linking framework that we are actively working on fixing.
Hi Stefan, take a look at https://community.dataminer.services/question/is-it-possible-to-pass-view-id-to-web-component-to-open-specific-monitor-page/ this may be what you are looking for.