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: 
Tibz
Contributor II
Contributor II

Reference lines Date formatting

Hello,

My problem is simple, i have an input button where the user have to enter a date at the format hh:mm:ss,

and all i want to do is to make a reference line with it,

i've tried =Num($(vDateInput),'hh:mm:ss').

and,  =time($(vDateInput)), but it did'nt worked,

=$(vDateInput) either.

Thanks in advance !

Labels (2)
1 Solution

Accepted Solutions
Tibz
Contributor II
Contributor II
Author

It was the following line, with the < ' >

=Time ( ' $(vDateInput) ' , ' hh:mm:ss ' )

Have a nice day

View solution in original post

2 Replies
Tibz
Contributor II
Contributor II
Author

It was the following line, with the < ' >

=Time ( ' $(vDateInput) ' , ' hh:mm:ss ' )

Have a nice day
Rojarao
Contributor III
Contributor III

Try this

 

=Time ( ' $(vDateInput) ' , ' hh:mm:ss ' )