The following error "Table 'SOE' not found" is thrown when executing the Governance Dashboard's script (SOE is stands for "Sheets, Objects, Expressions").
This error means that SOE table is not being created in the script during the reload and therefore causing an issue when "resident load" is executed.
Related issue GOVDASH-134 was reported to R&D and closed as WON'T fix
To solve this error
replace
Let NumRowsQVW = NoOfRows('tempQVWs');
by
Let NumRowsQVW = ALT(NoOfRows('tempQVWs'),0);
Information provided on this defect is given as is at the time of documenting. For up to date information, please review the most recent Release Notes, or contact support at support.qlik.com with the ID GOVDASH-134 for reference.
Product Defect ID: GOVDASH-134
@Joseph_Musekura Many thanks, however, I encountered yet another script error. Could you kindly help?
Hi @BrunPierre ,
Can you submit a case to Qlik Support ?
Remember to provide the same screenshot showing this error, a screenshot showing the used "Governance Dashboard" version, scripts logs etc..
/joseph
Hi,
In case you have same issue was this helpful?
https://community.qlik.com/t5/Official-Support-Articles/Governance-Dashboard-quot-Audit-timestamp-qu...