Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
DanielaLiszio
Contributor II
Contributor II

How to find task where certain table is included

Hi.

We created a bundle of tasks splitting the list of tables. If I am searching for a certain table, how can I see to which task this table belongs? Is there a way to see in which task the table in included?

Thanks in advanced.

- Daniela

Labels (1)
6 Replies
john_wang
Support
Support

Hello @DanielaLiszio ,

There are several options to get the tables list. the easy one is check the "Full Table List":

john_wang_1-1747646887839.png

You may also export the tables list to a TSV file, see above step (2).

Hope this helps.

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
DanielaLiszio
Contributor II
Contributor II
Author

Hi, thanks for your answer. But what to in case I don't want to scroll through every task ( some have a long list of tables) of a project so find my table. And I would like to avoid to export 5 or more task to use in export file. Isn't there any reverse engineering to fine the task of a table? I mean without to check all single tasks ?

john_wang
Support
Support

Hello Daniela, @DanielaLiszio 

Yes. You may use APIs to get table list in QEM, eg GetTableList via QEM REST API. In .NET and Python API you may call the same method as well.

Regards,

John.

 

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
PGN
Creator II
Creator II

You can run the following command as well:

x:\Attunity\Replicate\bin\repctl -d y:\Data exportrepository include_server_settings=true" 

This will create a .JSON file with all tasks on that server and they you can use a Powershell or other parsing script to create a list of tables and other elements from the tasks.

 

DanielaLiszio
Contributor II
Contributor II
Author

Thanks a lot. That helps.  🙂

john_wang
Support
Support

Thank you for your support! @DanielaLiszio 

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!