Forum Replies Created

Viewing 15 posts - 16 through 30 (of 248 total)

  • RE: URL access for reports

    Ninja's_RGR'us (11/29/2010)


    How are you trying to access the reports in ASP .NET? (Direct URL or reportviewer control)?

    What is the authentication mode of the users on the site?

    I want to...

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: Configure non window domain users to use SSRS

    I need the same thing i.e. Granting the Access to Reports URL (deployed reports - not all but few pages) to a non window non domain user..

    Any idea if you...

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: SSRS 2008 Bar Graph

    malavika.ramanathan (11/26/2010)


    You can try this:

    Right click on y-axis. ---> vertical axis properties ----> Number

    here you change number type as percentage and set decimal places to 0.

    this gives you % values...

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: SSRS 2008

    Sorry Guys, I have accidently posted it in the wrong forum.

    Please do not reply here but incase you have something to suggest please add your replies to:

    http://www.sqlservercentral.com/Forums/Topic1026653-1633-1.aspx

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: help needed

    Lowell (11/19/2010)


    depending on the data, for example if it was always N{quote}{three chars}{quote}{Comma}

    you might just use STUFF and a tally table to for to the length of the variable

    Not...

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: Error with Multi Value Paramater

    after debugging it further, I found out that the eal query its building at run time for the problematic casestatement is as below:

    WHERE ...

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: Error with Multi Value Paramater

    Not of much help...I am using a direct query (not SP) so difficult to use in my condition..

    Can someone suggest if I have a Case Statement in WHERE...

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: Error with Multi Value Paramater

    nigelrivett (11/18/2010)


    the parameters are probably transfered as a csv string.

    so '1,4,2,6'

    x in ('1,4,2,6') where x is an integer will give an error as it tries to convert '1,4,2,6' to an...

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: Question on Merging two cases

    Kingston Dhasian (11/17/2010)


    It would be helpful if you post the complete SELECT query at least

    But i think this is what you want.

    DECLARE @status Varchar (10)

    SELECT @status='ALL'

    --following is the part of...

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: Question on Merging two cases

    Sachin Nandanwar (11/17/2010)


    So what should be the o/p when variable value is ALL?

    it needs to be both the values either 1 or 0 (means all the rows either ISSUED or...

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: Adding Expand/Collapse feature to SSRS textbox

    stewartc-708166 (10/25/2010)


    This will require some custome code in the textboxes, e.g.

    =iif(ISNULL( firstColumn .value ) == true, secondColumn.value, firstColumn .value)

    Can you explain a little more about this or suggest any...

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: Adding Expand/Collapse feature to SSRS textbox

    Vishal Singh (10/25/2010)


    Thanks. I am currently going through this. I will let you know if this helps me.

    Thanks stewartc-708166 ,

    This work like a charm.

    Can we...

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: Adding Expand/Collapse feature to SSRS textbox

    Thanks. I am currently going through this. I will let you know if this helps me.

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: Writing to Excel in specific format

    Vishal Singh (9/28/2010)


    Raunak Jhawar (9/28/2010)


    Vishal Singh (9/28/2010)


    Hi,

    We have a daily report in our environment which we generate and email through SSRS. Now recently, we added few more environment and they...

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

  • RE: Writing to Excel in specific format

    Raunak Jhawar (9/28/2010)


    Vishal Singh (9/28/2010)


    Hi,

    We have a daily report in our environment which we generate and email through SSRS. Now recently, we added few more environment and they are not...

    -Forum Etiquette: How to post Performance Problems[/url]

    -Forum Etiquette: How to post data/code to get the best help [/url]

Viewing 15 posts - 16 through 30 (of 248 total)