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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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
MVP
MVP

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
MVP
MVP

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