Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to add rolling marqee in qlikview....
anyone can help me...its very urgent....
regards
Praveen
hi ,
I have tried to make one application but its not working in QV 9 SR3 or later. Its working fine in QV 8.5 and QV9 SR2.
Here's a different approach. It doesn't work properly in 9.0 SR5 either. To make it scroll, you need to click the reload button. It will then start scrolling just fine.
Hi John,
thank u very much for the code its working fine......
but the movement of the text can be make fast........... like Marqee in HTML......
Regards
Praveen
The approach I took moves the text based on the ticking of the clock. QlikView only checks the clock time once per second. So the fastest I can change the text is once per second. There might be another way to do it that can move faster, but I'm not aware of a way.
hi Deepak,
thank u very much......
i have check ur application but i am not able to see the moving effect.....
can u send me the updated application once agin....
and i have seen the macro but i am not able to understand it ,can u explain me how the macro works.....
thanks once again
regards
Praveen
hi Sachin,
I have created a variable and added the Gmt function to it. Gmt displays the date and time and time keeps moving.
Hence on the change event of the variable I am calling the macro function. Check Document Properties-- > Trigger -- > variable event.
And in the macro I am addind the X pos of the text box. Hence we will feel the moving efffect of the text.
But it seems the macro is not getting called through the variable event in QV 9 SR5. But it works fine in QV 8.5. Also you can add a button and check the macro effect.
hey Deepak,
Can u please send the macro...
Hi,
Please find the attached sample application..
is it what u are looking for.
HTH
Sushil
Thks Sushil,
but in the application nothing is visible,
moreover i want the text to be moving from bottom to top as anews channel ticker (Breaking news or something like that).......