Skip to main content
Announcements
Get Ready. A New Qlik Learning Experience is Coming February 17! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
fredericvillemi
Specialist
Specialist

Difference between Interval and Interval#

Hello,

what is the difference between the function Interval and Interval# ?

It seems obvious but i wanted to be sure .. i can't find a real difference in the help

1 Solution

Accepted Solutions
anbu1984
Master III
Master III

=interval( 1.375 ) & ' - ' & Interval#('33:00:00','hh:mm:ss')

Interval takes numeric input while Interval# takes string input

View solution in original post

2 Replies
anbu1984
Master III
Master III

=interval( 1.375 ) & ' - ' & Interval#('33:00:00','hh:mm:ss')

Interval takes numeric input while Interval# takes string input

fredericvillemi
Specialist
Specialist
Author

Thanks for your answer, very clear