Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi. I am new to the board. I have looked for this question, seems like it would be here but I can’t find it.
I have a Qlikview dashboard and in the script, I load the data in 2 pieces.
LOAD 1 where outcome = OPEN
LOAD 2 where outcome <> OPEN
All the same fields are loaded but in the = OPEN load I load them all with “AS oFIELD” (field name preceded with an o) so that I can keep them separate.
I saved the file with the data reloaded
Everything seems to be working fine except when I close the file and reopen, the <>OPEN data is fine but the objects that use the oFIELDS have no data. If I reload the data everything is fine.
Any idea why the file doesn’t reopen the way I saved it? Why do I have to reload?
I checked to make sure there are no “ON OPEN” triggers causing issues.
Any other ideas?
Thanks
One additional issue - When I do reload to fix the oFIELD problem, I lose one of my sheets that contains only a straight table (table contains only data where outcome <> OPEN). If I close the file and reopen the sheet is back but the objects that use oFIELD data contain no data.
Thanks
An easier way to do things would be to use a Flag field in the load, do your check during the load and set the Flag to whatever values you want to denote the ones equal to open versus not, this way you have everything in a single table, should alleviate a lot of issues.
Would really need to see the QVW file with data to try to decipher what you have going on with things, really difficult to say without being able to see exactly what you are doing and what the full data model looks like etc.
Regards,
Brett