Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello everybody,
Is it possible to move text in a text box like we see in new channels using qlikview?
can u suggest me alternatives to achieve the same if possible?
Thank you
Regards,
Prajna
Long time ago, I found something from Qlik Community.
Create a Banner or Text variable.. something like below.
vTodayBanner = ='Welcome to QlikView Community'
Now use below expression in Text Box..
=left(vTodayBanner,mod(Round((now()-now(2))*100000),len(vTodayBanner)+1))
Long time ago, I found something from Qlik Community.
Create a Banner or Text variable.. something like below.
vTodayBanner = ='Welcome to QlikView Community'
Now use below expression in Text Box..
=left(vTodayBanner,mod(Round((now()-now(2))*100000),len(vTodayBanner)+1))
Here is example
Vikas
Thank you.. ![]()
Regards,
Prajna
The above Expression does not work on Web.
Looks like you have selected CORRECT answer to wrong person...![]()
your solution served my purpose... but I didn't see how it works after deployment..
Regards,
Prajna
Hi,
em new in using extension. can u guide me?
I have turned on web view..but em not able to see extension objects??
Regards,
Prajna
Please find enclosed file and select helpful or correct answer to those who have helped you rather than selecting your own comment.
This will help community members to get more points and encourage to answer.
Thanks for your understanding.
The extension object provided by Vikas is great. It simply renders the HTML <Marquee> text and it works in AJAX mode.
If you are looking for how to use it.
1. Then just double click on the MinimalisticHtmlTextBox.qar file. Then you will see a message box in QlikView like below.

2. Then enable web view in your QVW and
3. add sheet objects and then from the extension object panel you can drag and drop this extension object to your sheet.
4. Then you can right click and go to properties of the extension object and add text like below.
<Marquee>Hello World</Marquee>
Vikas has also added one example. That should work as soon as the extension object is installed.