Keep Data in table before load

Hi,

I’m doing an iteration to load several tables from database to qvd files and I want to calculate the loading time for each table.
I could do that but at the end it keeps only one row with the loading time of the last table. I tried append from another table transform but it daesn’t work.

Is there another way to do that?

Thanks

Hi @sadokboussen, and welcome to the Community!

Here is an example project that measures the execution time of a module (in seconds) for several tables.

It mimics the actual load and export workflow with a delay for a random number of seconds.

Measure iteration time.morph (4.6 KB)

Hope this helps.

Hi @andrew.rybka

Thank you for your help it works very well