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 Stefan,
To use the result of a query in another component, you will have to use a component that executes the query and visualizes the result. It is currently not possible to retrieve query results without a component. You can use a table, grid, state, ... component for this. All these components have a 'select first item by default' setting that will make sure the first resulting row (the only one in this case) is selected. Then interpolation can be used to visualize the result in a Web component, as Steve mentioned.
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, 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.