Hi Guys.
I am new to qliksense.
My requirement is to create a new folder in my parent folder to store qvd files.
I tried with EXECUTE cmd /C mkdir "$(DirectoryPath)" .
But is giving error. EXECUTE statement not available in this script mode: EXECUTE cmd /C mkdir"[Below path]"
In Directorypath variable contains "..\Data\Today\Maintenance"
please help me to resolve the issue