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
Original Message:
Sent: 04-21-2026 01:31
From: Shane Finley
Subject: How to use DashBoard parameter to change a Datalinq Key value on several Sequencer Take Items?
I have about 5 Sequencer items that are player bios and a few stat notes for the current batter. When a player is up to bat, currently I have to enter their jersey number (the DataLinq Key) multiple times to prepare each of the 5 possible gfx that the director may want for each batter. I'm trying to build a DashBoard panel that will let me type the jersey number once in a text entry field parameter (JerseyNumber) and then have that value update the 5 sequencer items that use the jersey number to populate names, headshots, stats, notes, etc. How do I get a "handle" on the DataLinq Key value in XPression that is a manual text entry field in the Template Data tab?
I tried this but it is not working:
dim jerseyKey as xpDatalinqKeySelf.GetKeyByName("JERSEY", jerseyKey)'test - attempting to hardcode a value to see if it works. it doesn't...jerseyKey.Value = 24' I need something here to grab the Dashboard parameter' value from the external .xml datasource'created/modified by the DashBoard panel'pseudocode: jerseyKey.Value = JerseyNum parameter value set by DashBoard text entrySelf.RefreshDatalinqs
------------------------------
Shane Finley
Dallas - Fort Worth Area United States
------------------------------