Help me to get logic

i use list view image and text
how i can :
if get position = 1 then set range to A1:B50
if get position = 2 then set range to C1:D50
if get position = 3 then set range to E1:F50
(1 list I have about 30-40 positions)
Cause i cant get logic, so i use


Thank you

Try, but instead of this… during screen init , call all data and save it in global variable then depending upon list view selection take the required data lone from the global variable.

1 Like