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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Valueloop to Time Format

Hello Qlikers,

I need to convert

=Valueloop($(Start), $(End), $(Step))

into time format...

I tried with Time# and Time combination but no success...

Any suggestion?

11 Replies
Anonymous
Not applicable
Author

Gysbert,

Creating a new field at script will make it hard coded but here in this case this interval would be dynamic...

And what about this?

'The class function works, but the problem is that your first time doesn't start at exactly a half hour interval."

Are you pointing to slider time representation?

marcus_sommer

Here a small adjustment to the example from yesterday with variables instead of field within the slider. The change now is that a trigger is set by changing the VInput variable which changed then the T12 variable which then changed also the slider-area - maybe it comes a bit nearer to what you want.

- Marcus