Forum Discussion

michellefs_br's avatar
10 years ago
Solved

Grouping by User

I'm using this tutorial with SQL 2014 and AdventureWorks Database I did exactly as it says on the tutorial, but when trying to create the chart, I click the Full Name and it shows a list of names an...
  • michellefs_br's avatar
    michellefs_br
    10 years ago

    I figured what the problem was, on SalesPersonID, the column had only null values, I was meant to exclude them, but instead I selected all NULLs, so that's why the relationship wasn't working, I have excluded the NULLs and left all others and it's now working as it should.

    Thank you all for your time in helping me out on this.