Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
arezoo99
Contributor III
Contributor III

assigning date value to parameter

 

 i am getting decimal numbers   "0.00034979303911852" assigned to my variable "New_Date" in the script below instead of getting "43451". would you please advise what the problem is

LET New_Date=peek('GRA_Date',0,'NewGearTB');

3 Replies
sunny_talwar

How is GRA_Date created in NewGearTB table?
arezoo99
Contributor III
Contributor III
Author

GRA_Date is extracted from database and is showing correct date but while using peek function I am getting wrong date.

I need to assign the date to a parameter

sunny_talwar

Would you be able to share a sample to check this out?