Graphics

 View Only
  • 1.  Linq from rss feed not showing up

    Posted 01-28-2018 20:15
    Im working on some graphic builds for the ECHL and having trouble getting some data to pull properly.
    Stats pulling JSON rss feed

    What i am looking to do is be able to build a team compare graphic where teams stats will populate via key (%teamid%)
    when i write the data linq "SiteKit\Statviewtype" stats do not pull from data link source or if i write "SiteKit\Statviewtype" which is my team id it still wont pull right. i use data linq for pulling my player L3 and it works fine.

    2nd issue im making a basic shots per period graphic and stats are also not pulling. i see the data if i browse and it wont show on the graphic. if i turn on "return empty on failure" it is totally blank.


    RSS feeds
    standings which has my match up stats: https://lscluster.hockeytech.com/feed/?feed=modulekit&view=statviewtype&type=standings&key=396142d878982955&fmt=json&client_code=echl&lang=en&season_id=44&stat=conference&fmt=json

    live game stats
    http://cluster.leaguestat.com/feed/index.php?feed=gc&key=396142d878982955&client_code=echl&game_id=15494&lang_code=en&fmt=json&tab=gamesummary


  • 2.  RE: Linq from rss feed not showing up

    Posted 01-29-2018 12:18
    What version of XPression software are you using?
    #XPression


  • 3.  RE: Linq from rss feed not showing up

    Posted 01-29-2018 12:29

    team_id is case sensitive, so using wont work, it needs to be

    Working fine for me, here is a pic showing my datalinq config.


    #XPression


  • 4.  RE: Linq from rss feed not showing up

    Posted 01-31-2018 17:17

    im still having the problem. here is a pic of my settings if you see a problem. if i set to return empty on failure the text just disappears. even on my shot by period graphic if i do a direct link to the data it still wont pull


    #XPression


  • 5.  RE: Linq from rss feed not showing up

    Posted 01-31-2018 19:01
    Hi, thanks for following up..

    I was testing with a newer version than you. The version you are running had a bug in the JSON search queries that prevented it from finding the correct team_id.
    Please contact Tech Support, and ask for version 7.0-3831; that should resolve your issue.



    #XPression