Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
deep2021
Creator III
Creator III

Qlikview Date was working in version 12.10.20600.0 but not working after the upgrade version 12.40.20400.0

Hi All,

I have a variables for date comparison.

it was running fine in QV 12.10 but it is not working after the upgrade.

It it showing the below error,

deep2021_0-1648044889162.png

I have a variables for the date as per the below,

FOR i=0 to ('$(numRow)'-1);


//let vPort=peek('PortLoop',$(i),'Loop1');
let vBD=peek('BDLoop',$(i),'Loop1');
let vAD=peek('AnLoop',$(i),'Loop1');

Could you please assist me?

Thanks

 

Labels (1)
5 Replies
Or
MVP
MVP

The bottom line looks to be missing the string quote for Analaysis_date, that might be your issue?

deep2021
Creator III
Creator III
Author

Hi,

Thanks for the response.

I tried.

deep2021_0-1648045585772.png

but no luck.

Thanks

Or
MVP
MVP

Same issue with your use of that variable in the Load, needs quotes.

deep2021
Creator III
Creator III
Author

Can you please give me an example. I am unable to understand.

Or
MVP
MVP

'$(vAD)' as ANALYSIS_DATE