yuuvis® RAD Q&A

0 votes
by (2.9k points)

Dear OS,

maybe Thorsten Präßler could help with this question:

Could you tell me how to use flow variables within the "Query (Simple)" for Value1?
I want to search for a customer and get his indexdata back.

I don't want to use a fixed search value. (see Screenshot: http://prntscr.com/meavpc)

Thank you,

1 Answer

+1 vote
by (2.7k points)

Hi, Dennis,

just use the full-qualified name of the variable (inputrow.variable). In your example: row4.kundennummer

But I think it won't work because you have to use the index-name of the field instead of the technical dms-name.

customer.kundennummer -> str_customer_kundennummer

The correct index field name can be found in the listtype-definitions:

…rest-ws/service/system/type/name/customer

search-Component-Documentation
https://ecmind.ch/solutions/talend/enaio-redline/red-search/

by (430 points)
Hello,
This article helped me a lot - but instead of using the "indexname" it is better to use "qname"/"hitname" - this is important for filtering and for field-Mapping: Using "indexname" worked for filter but not for fieldmapping in my case (yRAD 9.16.43)- so use "qname"/"hitname" for every part (filter, sorting, mapping) and this works in each case - also in mine where I had massive problems because I want to search in a field that comes from an abstract object on top - so use the qname ouf of the listtype-definition Thorsten mentioned above (rest-ws/service/system/type/name/<your objectname>)

P.S.: https://web.archive.org/web/20211204124703/https://ecmind.ch/solutions/talend/enaio-redline/red-search/
...