Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
There are two properties:
- 'Data Offset' in the Widget itself - this determines how many positions to skip before the first result returned. So if you put this to 10, you will always get P11 as the first result.
- 'Data Offset Skip' in the Ticker properties - this determines by how many positions to increase each subsequent item in the ticker. Usually set this to 1 to have it go 1,2,3,4,5 etc, but you can set it for example to 2 to get 1,3,5,7, etc.

For a variable ticker that starts at some position you want the first one (and keep the Data Offset Skip at 1).

For multiple tickers next to each other like earlier in the thread, you may want to change the second one so one ticker goes 1,3,5,7 and the other one goes 2,4,6,8, etc.