Graphics

 View Only
  • 1.  Pull only from most recent column

    Posted 11-24-2015 22:04
    So we receive an XML with stats that is populated by a 3rd party. The the rows stay consistent but a new column is created when they create new data entries during a game. The column naming/numbering is consistent though, ie Drive , Drive ect. Is there any way to tell the datalinq to pull from the highest numbered Drive row? Thanks in advance


  • 2.  RE: Pull only from most recent column

    Posted 11-25-2015 21:37
    Okay I've figured out from some videos that I can do a sercah within the drive elements of the attributes. So each drive has a sequence attribute so I could setup in the data links Drive do get the 7th drive. Is there any formula that could be input to just get the max number found in the array of elements?

    I've tried Drive , Drive , Drive ect to no avail

    #XPression


  • 3.  RE: Pull only from most recent column

    Posted 11-26-2015 20:18
    No, there is not automatic way to find the highest.

    #XPression


  • 4.  RE: Pull only from most recent column

    Posted 11-26-2015 20:37
    could you do a sort query with an XML like you would an excel datalinq to pull the highest value from a set?

    #XPression