Graphics

 View Only
  • 1.  "ON court" graphic via XML

    Posted 11-29-2020 18:13

    im trying to make a on court gfx for college basketball and cant change the XML. if a player is on the court it id noted by a "Y" in the stats xml. i know i can do a link to look for "oncourt = y" to look for the first one but what would the best way to set this up to find all 5 for each team? can send xml on request 



  • 2.  RE: "ON court" graphic via XML

    Posted 12-27-2020 20:34

    Hey David!

    I'd approach this by creating an XSLT file (or XML Transformation file), and creating a second data source with the same XML that you have, but adding that file to the data source to get the relevant information.

    If you're still interested, send the XML over to me and I'll take a look!


    #XPression


  • 3.  RE: "ON court" graphic via XML

    Posted 06-11-2021 16:22
    David,

    You can easily accomplish this by using the following in your datalinq.

    team\player<<1>oncourt=Y>
    team\player<<2>oncourt=Y>
    and just keep going up that will select the players and sort them in number order.

    ------------------------------
    Casey Woodman
    Northwestern University Athletics
    ------------------------------