Forum Replies Created

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

  • RE: Expose Parameters Value selected

    what i have typically done is put "Selected: " in it's own text box, make that text box bold, then put JOIN(Parameters!ParamName.Value, ";" + vbcrlf) in it's own text...

  • RE: Subscription of multiple valued parameterized report in SSRS

    I haven't actually tried this but i think it should work for any version of sql server that includes reporting services. if the location is the default parameter on...

  • RE: How to insert/update/delete into destination table

    I probably am not understanding something here:-) but wouldn't a trigger on the source table which wrote data to the new destination table accomplish the same thing? your destination table...

  • RE: Looking for a good source control system...

    We've been using GIT for several months here with all of our source code, including our ssrs development projects. we save all sql objects that we create/edit as scripts....

  • RE: Pie charts displaying legend issue

    I haven't done a pie chart in a while, but off the top of my head this is what i would probably do.

    1. place the chart control in a...

  • RE: Increase Report parameter width

    I am sorry I completely overlooked the fact that you were dealing with multi-value parameters. I know that this works for single value parameters. Good luck with this...

  • RE: Increase Report parameter width

    I have encountered the same issue.

    This is what I found works well: With parameters you typically display the parameter.label. you select the parameter.label, and pass the...

  • RE: Dropdown list inside the report page

    Hi Karthigai,

    The easiest thing to do is once the report has been rendered to excel, add a filter (or filters) to whatever column in the spreadsheet that you want a...

  • RE: Exporting SSRS report to Excel 2003

    Paul, I am guessing that the _@parameter is not being interpreted correctly. try hard-coding the exact value of the parameter at the end of the file name (or at...

  • RE: Exporting SSRS report to Excel 2003

    Hello Paul,

    my first guess would be that for each subscription that executes your report with different input variables (parameters) you would want to have a different file name. What...

  • RE: SSRS: Show Parameters

    Hi Deepti,

    what i have always done with parameters is to put them on the very last page of the report by themselves, after the report total. this way the...

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