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: 
Not applicable

time as input

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

if so, provide a sample

Labels (1)
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())