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

SessionTaskAuditMaster - Governance dashboard

Hi.

I'm starting with Governance Dashboard.

In my script i have two tables:

SessionTaskAuditMaster and REF_OngletSousOnglet (that receive data from a xlsx file).

The two tables are conected by the field AuditField.

However, the field is not filed correctly.

I don't understand from where the table SessionTaskAuditMaster comes from. Or from the data of this table comes from.

STORE SessionTaskAuditMaster INTO data\SessionTaskAuditMaster.qvd(qvd);
drop table SessionTaskAuditMaster;


SessionTaskAuditMaster:
LOAD *,
month(SessionDate) as MoisSession,
Year(SessionDate) as AnnéeSession
FROM data\SessionTaskAuditMaster.qvd(qvd);

Where can i find more information about this?

Thank you.

0 Replies