If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
Hello All,
I would like to know what metadata tables are involved for tasks reloads in qliksense. I would like to build a query to get the status of task'sreload by date along with the error message info if any.
Please share if any such queries were already made. I can customize it as per my requirements and continue on it
Best Regards
Vamsi
Hi @VamsiBhagavathula1 ,
sure, you can create Postgre SQL connection in data load editor to your Postgre DB and then query reload task metadata.
br
m
@mato32188 ,yes i do have the postgres sql connection but i want to know table names where we could find this task reload execution details & its status??
"public"."ExecutionResults" and "public"."ReloadTasks"