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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

time as input

can we provide time (probably minutes) in input box?

if so, provide a sample

1 Reply
Not applicable
Author

try this in inputbox

take a variable in inputbox

then ok

then in value try this code


=time(now())


or this one


=time(now(),'mm')

or this one


=time(today())