Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Dear friends
Please Help me
How to use Function "Where"in edit script If Read data from database ( SQL) ?????
see attachment please
Hi,
Remove the Semicolon to the store statement (After Qvd) then write the where condition
You can do with it
Sample:
Load * from Qvd Where Month = 'April';
Store Sample into Path\Sample_April.qvd (qvd);
please help me
Hi Fatemeh,
You can use Debug option in Qlikview load script.
The issue you raised is syntactical error. Please paste your code so that we can help.
Regards,
Pankaj
SQL Doesn't make Blue color because Qlik is not the SQL engine. It will work. And that you need to load then check whether qvd stores the condition respect data
thanks but not correct
SQL Select AdmCode,
IcdCode,
GICDDate,
GICDName,
GICDNote,
GICDPersCode,
GICDStatus,
GICDStatusName,
GICDType
From Shafa.dbo"GiveICD_QlickView"
where "Put your condition here";
STORE cod into cod.qvd(qvd);
error in debug
don't correct
Please share that script ...