How to export multiple copies reoprts based on parameters and with pre-defined naming

Hi All:
I have a problem of using SSRS 2012, we have multiple clients and they wanted us to deliver the pre-defined excel reports to different branches based on selecting the "branch name" parameter, also they have a naming rule for the excel
report file.
We cannot use the subscription as they need to do it in one batch and upload to an FTP file, therefore we are doing this manually for over 300 reports. Is this a convenient way to generate them in one batch as well as customising their file names?
Thanks a lot for your help.
Cheers
Johnny

Hi JohnnyKahWang,
As per my understanding, there are multiple clients, you want to deliver reports to clients according to branch name parameter, and naming the excel file according to the rule. If that is the case, we can use data-driven subscription to achieve your goal.
Reporting Services provides data-driven subscriptions so that you can customize the distribution of a report based on dynamic subscriber data. Data-driven subscriptions use query results to determine the recipients of the subscription, delivery settings,
and report parameter values. At run time, the report server runs a query to get values used for subscription settings. We can use the Create Data-driven Subscription pages to define the query and assign query values to subscription settings. For detail information,
please refer to the following steps:
  1. Open Report Manager, and locate the report for which you want to create a data-driven subscription.
  2. Hover over the report, and click the drop-down arrow.
  3. In the drop-down menu, click Manage. This opens the General properties page for the report.
  4. Select the Subscriptions tab, and then click New Data-driven Subscription.
  5. Choose a method of delivery, then select data source for the subscription.
  6. Specify a query that retrieves subscriber data like below:
CREATE TABLE Name (
BranchName varchar(20),
ExcelFileName varchar(20),
Email_to varchar(50)
INSERT INTO Name values
('Branch1', 'Name1', '[email protected]'),
('Branch2', 'Name2', '[email protected]'),
('Branch3','Name3', '[email protected]');
  IF we chose Windows File Share delivery extension, we can define path in the query.
  7. Specify delivery extension options like below:
  8. Specify report parameters to BranchName.
  9. Specify when the subscription is processed, then click Finish to save the configuration.
For more information about Data-driven Subscription, please refer to the following documents:
http://msbimentalist.wordpress.com/2013/08/26/how-to-create-data-driven-subscription-in-ssrs/
If you have any more questions, please feel free to ask.
Thanks,
Wendy Fu

Similar Messages

  • Multiple copies of podcasts appear in iTunes on my computer, but correctly on my iPhone 4S.  How do eliminate multiple copies in iTunes on my PC?

    Multiple copies of podcasts appear in iTunes on my computer, but correctly on my iPhone 4S.  How do eliminate multiple copies in iTunes on my PC?

    Hi AkMat.
    Have you actually opened these files to see what they are yet? The few Apps I've downloaded (not from iTunes) typically come with a few files. The actual app, the instructions/help/TOU and sometimes an uninstall.
    mwn
    Message was edited by: much wiser now

  • How to print multiple copies on one page ?

    How to print multiple copies of one document on one page ?
    in coreldraw I used to make the document -for example a business card 5x9 - and when sending to print it automatically placed the number of cards that would fit in my A4 sheet.
    how do I make the same operation in Indesign.
    thanks

    Hi, Peter S.
    >I can see that as a shortcut to printing a page of different cards for multiple people, but to do a simple n-up of a single card it seems overly complex to me. What am I missing?
    * It's just an alternative to copy/paste and step/repeat.
    * For a one-time only use, perhaps it's a little more complex than necessary. But for any future needs, only the content of the data file needs to be changed, either by editing, or by pointing to a new data file. If different cards for multiple people becomes necessary, it's ready to go.
    Regards,
    Peter Gold
    KnowHow ProServices

  • How to Export multiple photos from pdf files?.

    Good day.
    How to Export multiple photos from pdf files?.
    Thanks.

    Hello
    how to reach from file menu ?.
    Running Adobe reader 9 version 9.3.0
    Thanks again.

  • How to update multiple calling hours based on business partner

    Hi All,
    please help me in this issue : how to update multiple calling hours based on business partner in SAP CRM.
    Regards,
    Siva kumar.

    Check maintainance view V_TB49, add new scheduling type.

  • How to avoid multiple copies of data in page refresh

    How to avoid multiple copies of data in page refresh

    If you are talking about a page with an insert query, ignore the fact that it's a page refresh.  It's just another way that someone can insert duplicate records.  I like to handle this in my insert query.
    insert into thetable
    (f1, f2, etc)
    select distinct
    value1, value2, etc
    from some_small_table
    where you don't already have that record

  • Can anybody explain how to print multiple copies of different documents at the same time as at the moment I have to open each individually and press print

    Can anybody explain how to print multiple copies of different documents at the same time as at the moment I have to open each individually and press print

    is this a windows in bootcamp question ?

  • How to remove multiple copies of plug ins in CS3 AE

    Does anyone know how to remove multiple copies of certain plug ins from Adobe After Effect CS3 ?
    I have Adobe Premier Pro CS3 instaled on same hard drive as AE CS3 , when i start my Adobe AE CS3, then when its loading, a warning message comes and says " you have mulitple copies of these plug ins , you must remove the multiple copies, else it might not function properly "
    Thanks in Advanced !

    Ok, thanks buddy
    well, here is the situation
    I use Windows XP
    AE CS3  as well as premier Cs3
    right at this point of time, i am upgrading the motherBD of my PC so i couldn't be more specific..once i installed the new BDs then i can give you more details..
    all right, I have installed the trapcode and New Blue effect for both Premier and AE, the dublicate plug in is from New Blue , i guess its called "Essentials"
    so, i went inside AE plug ins folder and located the "Essentials" plug in and removed the folder "Essentials" which contains the names of plug ins which i received them at the begining of the program.
    but when i restart the AE , i don't get and error or warning signs anymore BUT when i try to look for the Essentials effect, where all the other effects are, i no longer see the plug in there, just like it was never installed to begin with...
    when i  goto Program Files>>Adobe>>Commen Files>> plug ins
    then  i see the Essentials plug ins there,
    so basically i see the Essentials plug ins in 2 different locations.

  • How to use multiple VCI strings for lap 1300 and 1200 (option 60) in one pool?

    Hi All,
    Hope to you a very happy new year,
    I have two differnt LAP 1300 and 1200 in my network and I need to add theme to the WLC,
    I successed to add one of theme by the option 60 in the DHCP pool at the Core SW,
    So my quetion is below:
    How to use multiple VCI strings for lap 1300 and 1200 (option 60) in one pool?
    Thanks in Advanced,
    Ahmed,

    To add to Scott's post.  Option 60 would be useful if you needed to put certain types of AP on specific controllers.  Otherwise, no real need to use it for the most part.
    Though, I do recall an issue a few years ago that some windows machines had issues getting DHCP if option 43 is being returned.
    Now, on an IOS switch, you can only configure one option 60 per DHCP scope
    HTH,
    Steve
    Please remember to rate useful posts, and mark questions as answered

  • How to handle multiple selection in the Spark List control with checkbox as itemrenderer?

    Hi All,
    I am using checkbox as an ItemRenderer in spark list.
    I have a query.
    how to handle multiple selection in the Spark List control with checkbox as itemrenderer?
    how to retrieve the selected item label?
    Thank you in advance.

    Hi there, I'll tweak your code a little bit to something like this:
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                    layout="vertical">
        <mx:Script>
            <![CDATA[
                 import mx.events.ListEvent;
                 import mx.controls.CheckBox;
               [Bindable]
               private var mySelectedIndexes:ArrayCollection=new ArrayCollection();
                private function onChange(e:ListEvent):void
                   if(CheckBox(e.itemRenderer).selected){
                             mySelectedIndexes.addItem(e.rowIndex);
                   }else{
                                  mySelectedIndexes.removeItemAt(mySelectedIndexes.getItemIndex(e.rowIndex));     
                   chkList.selectedIndices=mySelectedIndexes.toArray();
            ]]>
        </mx:Script>
    <mx:ArrayCollection id="collection">
            <mx:Object label="Test A"/>
            <mx:Object label="Test B"/>
            <mx:Object label="Test C"/>
            <mx:Object label="Test D"/>
            <mx:Object label="Test E"/>
            <mx:Object label="Test F"/>
            <mx:Object label="Test G"/>
        </mx:ArrayCollection>
    <mx:List id="chkList" dataProvider="{collection}" itemRenderer="mx.controls.CheckBox"  itemClick="onChange(event);" allowMultipleSelection="true"/>
    </mx:Application>

  • How to make blank copies of a PDF file and put it into the printer tray.

    Dear experts,
    Before you try printing the data from the FM, How tomake several blank copies of the PDF file  and  put it in the printer tray so that you can print just the data from the function module on it??????
    Please reply.

    Hi drredwood,
    When you open your PDF file a yellow bar will appear on the top of the screen.
    Click on 'Enable All Features'.
    Then you will be able to copy the content from your pdf and to paste in any of the file.
    Regards,
    Florence

  • How to generate multiple copies of a label based on a field?

    Post Author: lgayosso
    CA Forum: Crystal Reports
    Hello all,
    I have a report that prints labels where each label is contained in a detail line. I have a field on such label (Number Of Copies), on the same detail line, that specifies the number of copies to generate of such label, how can I generate such multiple copies of the label?
    I have tried adding multiple detail lines (all identical so that they reproduce the label) but I do not know in advance how many copies will be needed; that is, some detail lines include a Number Of Copies = 3, therefore I would need details A, B, and C sections to print the three copies but other labels might have a value of Number Of Copies = 10 therefore I would need detail sections A, B, through J to generate the 10 labels.
    How can I solve this issue?
    Any help is appreciated,
    Lucio Gayosso
    [email protected]

    There is a sample report I retrieved from Business Objects website several months ago.  It's called "Creating Duplicate Labels".  I must confess that I couldn't implement it as I failed to make the counter work.  I can e-mail you the report.  You might make better use of it.
    This is the general description of the report: "This report will demonstrate how to create a report to print duplicate mailing labels depending on a parameter.
    Two methods will be shown to output the number of labels created. The first method is shown in this sample report. Please see the @Label Suppression formula for details.
    In the first method, the user determines how many labels to print depending on a number parameter where by the user controls the number of labels printed.
    The second method uses conditional if-then-else statements. This way, the report writer can determine pre-hand how many labels to print depending if certain conditions are met.
    The report is set up using a main report and a sub report.
    Create a group; you can group by a common id field. This group will be suppressed and is used to run though each record.
    The customer's address and pertinent information are setup in the group header with the formula @Label Values.
    The @Label Suppression formula outputs how many labels to print. Both methods outlined in the preceding paragraph are shown in the @Label Suppression formula.
    The labels are then printed down then across.  The steps are: Format | section | click Details | Under the Common Tab | check "Format with Multiple Columns" | the "Layout" tab appears | Set the appropriate detail size for the label width | Printing direction = "Down then Across"| click "OK"
    If you're using the first method, create a parameter: Insert | Field Object | Parameter Fields | click the New icon | Name the parameter | Enter in prompting text | Value = Number | check the discrete value radio button | Click "OK".
    Create a sub report, and insert a field into the details section.  In this sample report, {Customer.id} is entered. This field will be suppressed and is used to run though each record.
    Create a @reset counter formula and place it in the report header."

  • How do I manging multiple copies of movies for AppleTV and iPod in iTunes?

    I do not have an AppleTV yet, but I am considering getting one. I was wondering how those who have both an iPod and ATV manage the syncing of Movies that may have different resolutions?
    If I want to have the same movie on ATV and my iPod I would need two copies in iTunes at different resolutions, correct? At least when I look at the iTunes export in iMovie it shows I can have a higher resolution for the ATV than the iPod.
    So, how do you manage the auto syncing of these multiple copies so that they aren't all copied to both devices? iTunes doesn't have good Movie management as far as sub-folders, etc. I would like iTunes to treat these copies as one movie and only sync the appropriate resolution for the device.
    I also notice that multiple copies then show up in FrontRow as well. It would be nice if only the highest resolution would show up.
    Thanks,
    Scott

    Just create 2 different playlists like
    Movie-ATV
    Movie-iPod
    Put those video files with higher resolution on playlist Movie-ATV
    Put those video files with lower resolution on playlist Movie-iPod
    in iTunes Preferences choose your ATV only to sync the 1st movie playlist - and your iPod only to sync the 2nd one.

  • How to print multiple copies of same image (with specific fixed dimensions) on single page

    I am using Photoshop Elements 10 on Win 7 PC.  I am trying to print multiple copies of one image on a single 8.5x11 sheet of paper? The images are artwork for buttons (to be used in button-making machine) so the dimensions must be exact on the duplicated images.  When I select Picture Package, the images are resized to fit the dimensions in the picture package. When I select Contact Sheet, the images are resized to fit the number of columns I selected.  Neither is acceptable.  How can I repeat the same image on a single piece of paper without having the system re-size the image?  I know that I can manually create a new PSE file and manually insert the images into this file.  This is what I have been doing as a work-around.   But I would hope there is a better/faster way.
    Thank-you!

    A variation of hatstead's method where the pictures are precisely aligned:
    1. Add the picture to the blank file as hatstead described. Use the Move tool to position the picture in the upper left corner.
    2. Duplicate the layer. Use the arrow keys (NOT the mouse) to move the new layer to the right.
    3. Repeat step 2 until the row is filled:
    4. Merge Down the 3 layers into one. Alternatively, link the 3 layers and do a Merge Linked as in this example. The end result is the pictures in the row are on one layer:
    5. Duplicate the layer and use the arrow keys to move this down to the 2nd row.
    6. Repeat step 5 to create additional rows.
    7. Finally, to center the whole thing on the sheet, link all the row layers and position with the arrow keys.
    Note that you can also custom-make your own Picture Package. Instructions for this should be somewhere in Help.

  • How to create multiple copies of a file with renamed filenames

    hi,
     I want to create multiple copes of a  file [ say abc.docx] which has 3.5 MB of size  and want to rename it through power shell.
    so, in the end, i want to get abc_1.docx,abc_2.docx, abc_3.docx ....abc_10.docx in the same folder with the same size. i mean, after running the ps script i should get the foldwer size set to 35 MB .
    can anyone help, how to achieve this?
    I am newbie in powershell. 
    i tried the below :
    $File = Get-ChildItem -Path "D:\ABCFolder\" -Filter Copying.bat -Recurse
    for($i = 0; $i -lt $File.Count; $i++)
    Copy-Item $File[$i].FullName ("D:\ABCFolder\" + $File[$i].BaseName + $i +".doc")
    help is appreciated!

    but the below one didnt work:
    $File = Get-ChildItem -Path "D:\ABCFolder\" -Filter Copying.Bat -Recurse
    for($i = 0; $i -lt $File.Count; $i++)
    1..10 | Copy-Item $File[$i].FullName "$($File[$I].DirectoryName)\$($File[$i].BaseName)_$_$($File[$i].Extension)"
    am getting the below erro when executing this code:
    $File = Get-ChildItem -Path "D:\mfolder\"
    $count = $file.Count
    for ($x = 0; $x -lt $count; $x++)
    $ext = $file[$x].Extension$name = $file[$x].BaseName
    for($i = 0; $i -lt 100; $i++)
    Copy-Item $File[$x].FullName -destination "D:\mfolder\$name_$i$ext"
    /////////////////////////////error below://///////
    At D:\mfolder\createcopies2.ps1:7 char:27
    + $ext = $file[$x].Extension$name = $file[$x].BaseName
    + ~~~~~
    Unexpected token '$name' in expression or statement.
    + CategoryInfo : ParserError: (:) [], ParseException
    + FullyQualifiedErrorId : UnexpectedToken

Maybe you are looking for