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: 
Christopher_Lawrence
Contributor III
Contributor III

Now() Function with Greater Than Set Analysis

I am looking to find the count of Interviews that have not been completed at the second a user looks at the pivot table that displays the count. 

The current expression i am having an issue with is attached to this post (as it is marked as spam for whatever reason when i include it via text).

I am unsure if this might be due to Qlik being specific to date formats, as i believe Now() returns the style of mm/dd/yyyy hh:mm:ss AM/FM, where as the field for I.CompletedOn is set to the format yyyy-dd-mm hh:mm:ss.ms. 

Also, in regards to the Now() function, i assume this function correlates to the device local timezone? If that is the case, I am seeing that the function provides a time that is one hour ahead of my current time, which i am unsure of why that is, as my device is set to central time (US and Canada), where as the time presented seems to be EST. 

Labels (3)
1 Reply
vinieme12
Champion III
Champion III

https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/DateAnd...

the now() function will NOT CONTINUOUSLY EVALUATE  your chart as the seconds tick by

the Chart expressions are evaluated only ONCE per chart, 

 

You will need to find a way to continuously redraw the chart or refresh the entire page at set intervals

 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.