Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I'm trying to load some qvds based on specific hours and until now I don't have success. I'm already thinking it's a bug. I'm assuming this because when I copied this same script and put in a new App, it works. So I don't understand why this happens but it's annoying just think that I may need to create a new app to fix this.
IF HOUR(NOW()) > 4 AND HOUR(NOW()) < 12 THEN
Fato:
LOAD * FROM [$(vSmartTransformations)/Ebao/Fato/Fato.qvd] (qvd);
END IF
IF HOUR(NOW()) >= 12 AND HOUR(NOW()) < 19 THEN
Fato:
LOAD * FROM [$(vSmartTransformations)/SunDB/GM_SunDB_FINAL_Cocorretagem.qvd](qvd);
ELSE
T:LOAD * INLINE [
A,
1
];
END IF
EXIT SCRIPT;
Unfortunately as any tip you gave didn't work until now, last week I opened a case with Qlik to see further in that. Thanks for the help so far. When I've a return I let you all know.
Hello everyone,
Just a short update, Qlik is working in this topic as a Bug issue.