I'm storing a lot of data in dashboard about a lot of athletes.
However, at any given time, I only want to send a limited amount of that data.
So, for instance, I only want to send the event order, full name, and score of just 6 athletes who are currently competing in the vault.
I have a huge param of the whole roster of 25+ athletes, and there are columns that are irrelevant.
My intuition is to make a param that's visible to dashboard, and copy just those 6 athletes, and just those 3 columns.
Is that a good workflow? If so, what's an efficient way to make that copy?
Is it just a loop of "params.getValue" or is there a built-in function that's more efficient?
------------------------------
David Levy
Lead Real Time Graphics Developer
ESPN
Charlotte United States
------------------------------