Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to integrate SAS code within QlikView like we can with R and Python? If so, could someone point me in the right direction to learn more about this?
Thanks,
Mindy
Integrate? No. You can execute external programs in the script if you disable some security settings. Then you can do things like this, i.e. create a batch script that runs the sas software and execute the batch script from the Qlikview script. It looks like SAS also has a com api so perhaps you can write a vbscript macro that uses this.
You can't directly write SAS code in Qlikview script. May be you can try what gwassenaar