Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Community,
I want to increment a value for every 4 seconds in a text box which is working fine in desktop but when we access it from browser the value is not incremented automatically , when the user is making any selection the value is incremented. i want without user interaction the value in text box will be automatically increment for every 4 seconds by 1 when we access it from access point(Browser).
kindly find the attachment of sample application.
and
here is the sample website URL Worldometers - real time world statistics ..
we need the same like these in Qlikview.
Thanks,
Mukram
The now() function doesn't work in the ajax client. You'll have to create an extension object for that. Or maybe you can use this extension and put some counter coded in javascript in it.