Hello
Im using GQI to receive a table with 2 columns "paramer" and "Value"
Im trying to extrac a value filtered by parameter to a text box with text in many lines but from the query im only be avalible to connect to List elements, how can extract only the value to a multi line display
Thanks
Hi Juan,
A Grid component may be a good fit if you want to display the filtered GQI row. Each GQI row becomes an item in the Grid, and you can use the Template Editor to add text layers for the {Parameter} and {Value} columns. See more: Grid | DataMiner Docs

To display only the required row, add a GQI Filter operator and filter the Parameter column using Equals/Contains. The filter value can be fixed or linked dynamically to data from another component.
