Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I'm executing the below script but getting the attached error message.
LIB CONNECT TO 'PROD';
set path ='C:\Users\VireshK\Desktop\Sense';
Salesman:
select division_code,salesmancode,salesman,salestype
from apps.xxegc_qv_salesrep_v
where division_code='CA MCS OU';
Store Salesman into $(path)\Salesman.qvd(QVD);
drop Table Salesman;
what is wrong with above script?
Thank you.
Hi,
You will need to create a new folder type connection to the directory you want to save the QVD files.
See screenshot attached.
make a folder connection to the folder 'C:\Users\VireshK\Desktop\Sense'
Then use the Lib statement in the store command