my base data
apple | 78 | 100 | green |
apple | 5 | 10 | green |
grapes | 45 | 40 | red |
pineapple | 55 | 55 | red |
citrus | 106 | 100 | red |
From the above, I am trying to display list box with a scorecard. So when I click on apple it should display apple data twice in the scorecard. My initial problem here is in labels itself I see apple twice. How to display list box with dynamic data. Correct me if I am wrong whether I am using the right components.
List Box:
Apple
Apple
Grapes
Pineapple
Citrus
Scorecard:
apple | 78 | 100 | green |
apple | 5 | 10 | green |