Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
When I am implementing joins to a database I am getting an error as 'error converting data type varchar to numeric' What may the reason behind the same?
Looks like Join condition should work within SQL queries thru Qlikview. But,, I am not sure what are you doing here. Will you able to explain little more related the Data
Hi Saksham,
How is the variable currentdate defined?
If it is to be today's date then you need something like this earlier in the script;
Let currentdate = Date(Today(),'YYYYMMDD');
cheers
Andrew
Hi,
Kaul
I think your currentdate variable not declared properly in above script it's show as null(nothing)
use below expression in your script:
Let currentdate = Date(Today(),'YYYYMMDD'); //Date format should same as SD.SalesDate format
Regards
Ahmar