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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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())