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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Moving text

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

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

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))

View solution in original post

16 Replies
MK_QSL
MVP
MVP

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))

vikasmahajan

Here is example

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Not applicable
Author

Thank you..

Regards,

Prajna

Not applicable
Author

The above Expression does not work on Web.

MK_QSL
MVP
MVP

Looks like you have selected CORRECT answer to wrong person...

Not applicable
Author

your solution served my purpose...  but I didn't see how it works after deployment..

Regards,

Prajna

Not applicable
Author

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

MK_QSL
MVP
MVP

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.

sudeepkm
Specialist III
Specialist III

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.

movingtext.png

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.