Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I made some changes to the script of my document. After I reload the script on the desktop version, everything looks good. The fields below are loaded perfectly. However, the document is set to reload automatically in QMC and after a refresh, my fields are there but they are blank. The data disappears.
Has anyone had this happen? I'm struggling to come up with a possible solution.
Thank you kindly
Concatenate(FTable)
LOAD
AccountManager,
date(KPI_Date,'MM/DD/YY') as KPI_Date,
KPI_Name,
KPI_Goal
FROM
XXX
Hi Chris,
Probably your FROM [Files/QVD] is different from both environments (Desktop / Server).
Check if you're loading the same information on both sides, could be something like this as to if both environment are the same and have equal files QVDS, it should load the same data.
Felipe.