First single record in for loop
We have a view with two records and a table with 9 records (not shown all the records).
View slr_vdomain:
Domain SequenceNr Defaultvalue
Product 1 1
Taste 3 1
Table slr_domains:
Domain Value Description Sequencenr Defaultvalue DOS_type Norm_value
Product S Strong 1 1 USER OK
Product W Wrong 2 USER NOK
Product B Braun 3 NOK
Taste G Good 1 USER OK
Taste F Fault 2 USER NOK
Taste NT Not Taste 3 1 USER NOK
In a for loop I want first taken the domain "Product", when the loop is ready for this item then I would take the next domain "Taste" and insert the result in a result table.