Graphics

 View Only
  • 1.  Jersey #0 or #00 Basketball Datalinq Key

    Posted 02-17-2018 01:17
    I am having an issue with pulling a basketball player's information if their jersey number is 0 or 00. I've gone through the process of setting up the datalinq key with %Jersey% and have inserted the following into the Datalinq properties Table line (this information matches my column names):

    SELECT [First Name] FROM [Roster] WHERE [Jersey #] = %Jersey%

    Now, every other player number I insert into the Datalinq Key Value field generates the correct information. Is there a solution for players with the #0 or #00? Thanks.


  • 2.  RE: Jersey #0 or #00 Basketball Datalinq Key

    Posted 02-21-2018 06:11
    I know some of the bigger networks will use 90/95 or 60/65 (Something notably different from the available jersey numbers) to signify 0 and 00.
    They'll have 90/95 be the index ID, then have a column for "Jersey" numbers that has "0" and "00"
    #XPression