Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a table that I need to delete from the model.
Do I have to reload the data to execute the deletion change?
What if my data load takes 2 hours (right now thankfully 30 seconds) is there a work around for that?
I'm not sure but maybe you can use 'Debug' instead of reload?
In Debug, select the starting line and end line you want to load and hit run. It might work, give it a try.
Maybe there is some kind of scripting available too...But I can suggest you DEBUG mode in script editor.
https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Debugger.htm
maybe you can copy your file, and in the new one use a binary load and then delete the table