You might also consider using a Counter Widget in XPression as a simpler solution. A Counter essentially works like a global variable inside the project, and you can reference it in multiple Sequencer take items text fields. This way, you only update the number once in the Counter Widget, and all linked templates update automatically.
You can make the Widgets panel visible right next to the Sequencer by enabling it under Display > Widgets, which makes it easy to update the Counter while preparing your take items. No Dashboard panel, no RossTalk commands, and no need to touch each take item individually. If needed, the Counter value can still be updated via script or Dashboard later.
------------------------------
Juha Koivisto
Tampere
Finland
------------------------------
Original Message:
Sent: 04-23-2026 13:29
From: Shane Finley
Subject: How to use DashBoard parameter to change a Datalinq Key value on several Sequencer Take Items?
Thanks, Malcolm and Simon. I think I have this going now. I saw a post from Malcolm a while back that showed the xpDatalinqKey setup by starting with using "xpDatalinqKeys", followed by accessing that list to identify the one Key I'm trying to get a hold of. I'm assuming you have to first create an array of Keys in the scene, and then dig into that list to get the one you want. I couldn't get it working by just using:
Self.GetKeyByName("JERSEY", jerseyKey)
And then from DashBoard, I used some RossTalk I haven't used before to update the Take Item's Datalinq Key
rosstalk.sendMessage('localhost', 7788, 'DATALINQKEY 102:JERSEY:' + jerseyNum, callback);
------------------------------
Shane Finley
Dallas - Fort Worth Area United States
------------------------------
Original Message:
Sent: 04-23-2026 06:15
From: Simon Redmile
Subject: How to use DashBoard parameter to change a Datalinq Key value on several Sequencer Take Items?
Can also have the macro update the datalinqkeys so you don't have to change all your work you can put the macro into the datalinqkey.
Either way be sure to click the following to make sure it updates successfully.
------------------------------
Simon Redmile
Senior Graphic Programmer & Designer
Ross Video
Bristol United Kingdom
Original Message:
Sent: 04-22-2026 07:32
From: Malcolm Thorpe
Subject: How to use DashBoard parameter to change a Datalinq Key value on several Sequencer Take Items?
How about using a text macro instead of a datalinq Key? You could link a DATA_NUM text object that is not visible to your dashboard parameter, then use that as a macro to populate the jersey number and the various data. @DATA_NUM@ would replace the datalinq key. Hit me up if you need a hand. Cheers
------------------------------
Malcolm Thorpe
xpression design
Free Lance Xpression Designer/Carbonite TD