Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I want to execute some commands on operating system using the execute command and yet I do not get it executed. I get the message:
EXECUTE statement requires Script (Allow Database Write and Execute Statements) in User Preferences settings
EXECUTE cmd.exe/c chdir C:\Users\wkiv1150\Desktop\BICC\08226000-00-02\DATA
Here is my code:
set vPath = "C:\Users\wkiv1150\Desktop\BICC\08226000-00-02\DATA";
EXECUTE cmd.exe/c chdir $(vPath);
Execute cmd.exe/c findstr /V /R "FeldFesteLaenge" Artikel-Stammdaten_SAP.txt > Artikel-Stammdaten_SAP1.txt;
EXIT SCRIPT;
I set the properties of the tab as follow:
Thank you! Indeed I missed following settings on my desktop QlikView:
Do the following:
It looks like you may have missed some steps.
Thank you! Indeed I missed following settings on my desktop QlikView:
Do the following: