Jacob Gordon

  • Total activity 8
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3

Activity overview

Latest activity by Jacob Gordon
  • Jacob Gordon created a post,

    Facebook Connector from CData

    I've followed the instructions in the how-to article (https://support.sisense.com/hc/en-us/articles/360036761994-Connecting-To-Facebook-Using-CData-Connector), including setting up the app and exte...

  • Jacob Gordon commented,

    Hi Kai -I'm not sure what post I was following originally, but here's the code that we ended up using. dashboard.on("widgetready", function() {var e = element;//correct CY, LY, and PM to the actual...

  • Jacob Gordon commented,

    Hi Joel - Yes, we ended up using javascript to do it. The script looks for particular text (e.g., "LY" for last year) in a given field, based on the field's css class. It then calculates the approp...

  • Jacob Gordon created a post,

    Dynamically labeling column headers in pivot

    I'd like to dynamically label column headers in a pivot. For example, I have columns labeled "This Year" and "Last Year." What I'd like is to have the columns labeled 2016 and 2015, based on the da...

  • Jacob Gordon created a post,

    Adding spline for total values

    I've got a column chart with data in four series, one of which is the total (see Current.png). I'd like to use JavaScript to remove the total column and replace it with a spline/line above the colu...