Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

An error while implementing inner join to qlikview script

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?

3 Replies
Anil_Babu_Samineni

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

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
effinty2112
Master
Master

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

ahmar811
Creator III
Creator III

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