Forum Replies Created

Viewing 15 posts - 61 through 75 (of 102 total)

  • RE: Report parameters

    I just figured it out, thanks

  • RE: Report parameters

    Jason Selburg (11/28/2011)


    You'll also need to insert a space before the time portion.

    CDate(DateValue(dateadd("d",-1, Globals!ExecutionTime)) + " 04:00:00")

    Thank you so much Jason. it was a typo and I added a space...

  • RE: VB code for total

    Finally I managed to do it. I had to modify my stored proc and used Inscope function in ssrs.

    Greatly appreciate your willingness to help. I just couldn't explain whole...

  • RE: VB code for total

    Thanks.

    =iif(Fields!ID.Value =5,

    max(Fields!freq.Value), sum(Fields!freq.Value))

    This is in the data cell of matrix

    1,2,3,4 IDs are for c1,c2,c3,c4

    C5 has Id =5

  • RE: VB code for total

    Thanks, I hope I could do that, but the company policies do not allow me.

  • RE: VB code for total

    I am using the same formula , you mentioned, to get all C5 values in my proc, so that I dont have to do any calculations in SSRS.

    and I only...

  • RE: VB code for total

    Ninja's_RGR'us (11/17/2011)


    What's the exact code you used?

    The error you get?

    Or the wrong results vs the correct results?

    MAtrix ! C1 - C2 - C3 - C4 - C5

    ----------------------------------------------------

    11/2/2011 ! 1 -...

  • RE: VB code for total

    all C1 c2 c3 cr c5 columns come from one single column in my stored proc.

    I have not been able to put the way you mentioned in SSRS. ...

  • RE: subscription thrice a day

    Ninja's_RGR'us (11/16/2011)


    SQL_Nw (11/16/2011)


    Ninja's_RGR'us (11/16/2011)


    DDS requires enterprise version.

    There's a way to fake that in standard but it's a pita.

    Hi Ninja , I could not find data driven subscription tab in my...

  • RE: How do you set a SSRS Report to Landscape

    Yes, but thats in 2005, in ssrs 2008 there are options of specifying landscape/portrait by hitting appropriate radio button , then one doesnt need to specify length/width

  • RE: subscription thrice a day

    Ninja's_RGR'us (11/16/2011)


    DDS requires enterprise version.

    There's a way to fake that in standard but it's a pita.

    Hi Ninja , I could not find data driven subscription tab in my report manager.

    I...

  • RE: subscription thrice a day

    A million thanks...Your solution /data set query looks great. I am using your dataset query and have put subscription for testing.

    I am not aware about data driven subscriptions. It...

  • RE: subscription thrice a day

    Do you mean I need to make changes in stored proc? I cant do that.

    How can I do it in ssrs only. Any leads please..

  • RE: subscription thrice a day

    Thanks for your reply.

    I added defaults for @report_start and @report_end as for yesterday 24 hours 00:00 to 23:59, but even If i schedule it every 8 hours, the report...

  • RE: concatenations

    Thanks I am trying to work it out

Viewing 15 posts - 61 through 75 (of 102 total)