BLOCKS
This is my Block for Screen 2 and 3
This is My Result
When i choose after pick from selection index..the index is not match with the data view in listview...maybe because on the block i still refer to variabel "global member' at the after pick listview block
i have already to change it but im stuck and confused. can you help me with this? i want after that filter, after pick always match with the listview.
thanks
You use the filtered shorter list index for the original longer list
What you will need to do is either add all the items (name, classification, car, hob) from the inputList for each match to the listviewlist and then replace global Member with Listview1.Elements (light green block)
or create another global list below listviewlist that has all the filtered items with all the original list items(name, classification, car, hob) in it, then use that as the list to replace global member