Q:Data Animation

In the excel table as follows. If the numbers (or letters) are listed.
A B
1 2
3 4
5 6
7 8
9 10

Depending on the time pattern that you set this up,
A 1=>3=>5=>7=>9
B 2=>4=>6=>8=>10

I want to display the data values recorded in Excel one by one.

What should I do? Is there an example?

Hi @kijhome,

are these values in a Table DAT? You can use a Select DAT and control the Start Row Index and End Row Index parameters to step through the data one by one.

Cheers
Markus