Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Displaying Hierarchical Data

    Brad Schulz - Thursday, August 30, 2018 4:48 PM

    Just to spice things up, check out this blog post I wrote back in...

  • RE: Displaying Hierarchical Data

    And why hardcode the 'Finance'? 

    Just pass in a parameter @Dept and change the WHERE clause:

    WHERE   STF.Department = @Dept or @Dept = ''.

    I am creating...

Viewing 2 posts - 1 through 2 (of 2 total)