Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
santhosh_k_n
Creator II
Creator II

Text object should be used as headline

Hi all,

I need to add a text object which will have headline/announcements.

The data in the text object should not be fixed and it should role from left to right or right to left.

Please let me know its possibility

Thanks

5 Replies
MK_QSL
MVP
MVP

Create a variable

Name and Value given below as a sample

My Text

'This is a scrolling Text'

Now use below in text box

=left(MyText,mod(round((now()-now(2))*86400),len(MyText)))

senpradip007
Specialist III
Specialist III

I think you asked for the marque functionality in your application.

you can use Repeat() function to achieve your goal.

bertdijks
Partner - Contributor III
Partner - Contributor III

Mybe the extension in the following post is an option?

http://community.qlik.com/docs/DOC-4305

N.B. You need to add the extention on the server as well, if you want to use it on access point as well

santhosh_k_n
Creator II
Creator II
Author

HI Manish,

This works fine but its not working in Ajax.

Also let me know to increase the speed of the text

MK_QSL
MVP
MVP

Actually, I also got the above from Qlik Community.


Yes, it's not working in AJAX.

There is no solution of increasing the speed at this stage.

May be someone can suggest. !