Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to display loaded data one by one in a Qlik Sense extension

Hi.

I have created a Qlik Sense extension whereby I will load the data and display them in a table.

However I would like to display one row of data at a time with a time lapse of 5 seconds before the next row appear.

I tried using javascript's setTimeout and setIntervals to read the data and write to table rows but it seems once the paint function is completed, everything will be shown. It would be great if someone can advise me how to do this. Thanks very much.

Regards,

Siew Peng

1 Reply
MK9885
Master II
Master II

Someone who's expert on .js can answer it.

I suggest you also post this question on Stack Overflow

You'll get wide range of suggestions related to .js