user05387 Member

Comments

  • Hello- I'm trying to do something similar here, I have a dataset where I have a daily running total of FB Fans, and I'd like to break it down by daily fans gained/lost. I put the following into the mySQL transform, but it's failing whenever I run it. SELECT a.`Date`, a.`Total Page Fans`, (b.`Total Page Fans` - a.`Total…