Forum Replies Created

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

  • RE: Creating Excel Report From Dynamic Table

    Here is a crosstab SP that was posted a while back. I think this is what you are looking for.

     

    EXEC sp_CrossTab

      @table       = 'TEST',

      @onrows      = 'sCalldate',

      @onrowsalias = 'dhours',

      @oncols     ...

  • RE: How to Create Master Child Reports

    I to have pulled my hair out trying to find a way to create a master child report. My work around is as follows. I...

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