PS2013 / SQL 2012 - A SQL Reporting Services Report with more than one filter connection looses connection in a site template

Hi,
I created in a sub site not linked to a project to become a site template. I inserted two SQL Reporting Services reports web part that require the same two dates for an interval and the name of the project in a page of the site and connected
to three filters, two for date and one for text and I got the page below (only one of the reports shown).
Look that all parameters needed by the report are linked to the filters above the report.
Then I save the site as template with all contentes and assign it to the EPTs and create a new project or replace the site of existing project site. What I got is:
Look that the filter connection of the dates are lost (in both reports) and the order of the filters changed.
I deleted and retried to connect the filters in diferent order and language, but I did not get any success.
The BI Central Data Connectivity resource is activated in the template site and in the site collection.
Is there any solution for this?
Best regards, Ricardo Segawa - Segawas Projetos / Microsoft Partner

Hi,
Correction: this happens only with "Date Filter" web part!
Best regards, Ricardo Segawa - Segawas Projetos / Microsoft Partner

Similar Messages

  • Service interface with more than one operation

    Hi all,
    is it possible to have a service interface with more than one operation?
    I have found this blog:
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414900)ID0209118050DB10459657028039341762End?blog=/pub/wlg/15123
    But this sentence:
    ABAP proxy (inbound/ outbound) cannot be developed out of a Service Interface having Operations with different type of messages included. If an ABAP proxy is to be developed then all the messages included should be of one type i.e. either the included messages should be Message Type, External Message, IDOC or RFC Message. This behavior can be observed when a Service Interface is created and then subjected for a check
    regards

    Hi,
    now the interface is running but I get another error in .NET.
    "The header 'Diagnostic' from the namespace 'http://sap.com/xi/XI/Message/30' was not understood by the recipient of this message, causing the message to not be processed.  This error typically indicates that the sender of this message has enabled a communication protocol that the receiver cannot process.  Please ensure that the configuration of the client's binding is consistent with the service's binding. "
    Any ideas?
    regards

  • Reports 9i Graphs with more than one query..

    Hello,
    I am converting my 6i reports to 9i reports. On my graph reports with more than one query, when I invoke the graph wizard it changes the value of the src to the wrong query automatically. When I run my report, I am getting the error REP-0069 Internal Error rwlib-1: REP-6219 Column (Column Name) not in given cursor hierarchy. Although it's a pretty easy fix to go into the graph settings in the property palette and change it back, it is extremely frustrating. Has anyone else ran into this problem and did you find a permanent fix?
    Thanks,
    Laura

    Hi Laura
    One workround would be to create a new query in the Data Model that includes desired fields, and then source
    chart to the new group.
    FYi, bug2527100 was filed on this issue and is already fixed. The fix would be available in 9i Reports 9.0.2.2 patch. Reports 9.0.2.2 patch is scheduled to be released on Mar 05 2003 (tentative date).
    Thanks
    The Oracle Reports Team

  • VS 2005 CR integrated report connection with more than one database

    Hello,
    I am using VS 2005 to make a reporting application. I am using the Crystal Reports Viewer and I need to know how to integrate the report login information for more than one database. Here is the VB code I have for one connection:
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Partial Class _Default
        Inherits System.Web.UI.Page
        Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Init
            ConfigureCrystalReports()
        End Sub
        Private Sub ConfigureCrystalReports()
            Dim myConnectionInfo As ConnectionInfo = New ConnectionInfo()
            myConnectionInfo.DatabaseName = ""
            myConnectionInfo.UserID = ""
            myConnectionInfo.Password = ""
            myConnectionInfo.ServerName = ""
            Dim reportPath As String = Server.MapPath("CleaningReport.rpt")
            CrystalReportViewer1.ReportSource = reportPath
            SetDBLogonForReport(myConnectionInfo)
        End Sub
        Private Sub SetDBLogonForReport(ByVal myConnectionInfo As ConnectionInfo)
            Dim myTableLogOnInfos As TableLogOnInfos = CrystalReportViewer1.LogOnInfo
            For Each myTableLogOnInfo As TableLogOnInfo In myTableLogOnInfos
                myTableLogOnInfo.ConnectionInfo = myConnectionInfo
            Next
        End Sub
    End Class
    I am new to visual basic and really appreciate any help.
    Thanks

    Hi Steve,
    Test by creating  one more function ConfigureCrystalReport1() and pass the details for database 2.
    I am not sure there is any sample for this however you can have a look to samples [here|https://www.sdn.sap.com/irj/boc/samples]
    Regards,
    Shweta

  • How to export or delivery report for Excel for more than one sheet in OBIEE

    Hi Experts,
    How to export or delivery report for Excel for more than one sheet in OBIEE 11g? (Every time, I can only see one sheet.)
    Is it possibl to implement this requirement?
    Thanks.

    there are 2 oprions,
    One is have your tow report in a single compound layout of analysis and keep the report in dashboard and give report links.
    it will cath both your report.
    Suppose your analysis are different.
    Then you have the option of printing it to a PDF. on ritght top of Dashboard, Print - > Printable PDF.
    you ca export to PDF no to excel.
    mark if helps,
    fiaz

  • Email reports as attachments to more than one address

    Hi,
    I want to know how do you send emails from SAP to more than one address with certain reports as attachments ?
    Thanks & Regards,
    Andrew

    http://www.sap-img.com/abap/sending-email-with-attachment.htm
    http://www.thespot4sap.com/articles/SAP_Mail_UNIX_Example_ABAP.asp
    http://www.saptechies.com/sending-mail-with-attachment-report-in-background/
    Regards,
    Ravi

  • Use Images in Reports in dependency of more than one criteria

    Hello,
    I would like to use Images in Reports as described in Tips & Tricks (green and red point image), but I don't know how to do this if I have more than on criteria. The point is, how to link it to the report. <br>
    I wrote this pl/sql-code, he would check the criterias:
    <br><br>
    BEGIN<br>
    DECLARE<br>
    CURSOR ss_alle IS <br>
    --Abfrage aller Datensätze<br>
    SELECT ID, sbb_site_id, code_swisscom, ok_sent_swisscom, ok_back_swisscom FROM acqueasy.ssvertrag;<br>
    BEGIN<br>
    --Eintrag für Eintrag abarbeiten<br>
         FOR ss_id IN ss_alle LOOP<br>
              --Auf Code prüfen<br>
              IF (ss_id.code_swisscom IS NOT NULL) THEN<br>
              --Zustimmung an Swissom gesendet<br>
              IF (ss_id.ok_sent_swisscom IS NULL) THEN<br>
                   --show red point<br>
              ELSE<br>
                   --show green point<br>
              END IF;<br>
              END IF;<br>
         END LOOP;<br>
    END;<br>
    END; <br>
    <br><br>
    Is it possible to set some variables from the current line of the report, where do I have to put this code and how do I have to replace the comment --show ..point (e.g. "<img "down.gif">")
    <br>
    Thanks for your help

    The solution is much easier: http://www.oracle.com/global/de/community/index_v9.html

  • How to get a DDE advise link working on a DDE server with more than one topic on the same service, and with an equal item name?

    When I create a DDE server with serveral topics, all on the same service and with the same item name (different topic), it appears that an advise link does not function properly. It doesn't work at all, it update only when the advise link is terminated or only one of the topics can use an advise link.
    eg.
    On one DDE server I have 2 topics:
    topic1:
    servicename: DDEserver
    topicname : C(1)
    itemnames : P(1), P(2), P(3)
    topic2:
    servicename: DDEserver
    topicname : C(2)
    itemnames : P(1), P(2), P(3)
    Only the topicnames differ!
    Now I can't get an advise link working on one of the items (sometimes on one, but not
    on another).
    Normal (non-advise) links are working fine however.
    (In my case there is no other solution since this DDEserver should be compatible with an older one, created earlier.)

    I really don't know DDE very well. It is usually recommended that you switch to using ActiveX. You may not be correctly configuring the netDDE server. There is an example in the reource library that shows how to do this. You may also want to look at the DDE advise examples that came with LabVIEW 5.1 and earlier.

  • Service PO for more than one activity number

    Hi Experts,
        I'm working on service process, my client requirement is to create a Service PO, SES and Invoice using BAPI's.
        While creating Service PO using BAPI_PO_CREATE1 with
        Item cat 'D' and Acc *** Cat 'P' and more than 1 activity number at the services level,
        service PO is getting created only for the 1st activity and not for the rest of the items.
    Can you please help me in solving this issue.
    Thanks & Regards
    PravithaNambiar

    Hi,
    The profile you would need would look something like this:
    Object Type: P
    Object ID: <blank>
    Maint flag: not checked (for display access)
    Eval Path: <blank>
    Status Vector: <blank> (though the system will probably set it to 12 anyway)
    Function Module: <The name of your function module that returns the second pern of the current user as type HROBJECT. See standard module RH_GET_MANAGER_ASSIGNMENT for an example>
    This profile can then be used to grant users access to their "second PERNR".
    Kind regards,
    Brent

  • How to pass a parameter with more than one value to a report? (urgent)

    Hi, all
    I try to pass a parameter from a search form to a report in
    which I would like to print out my search result. My problem is
    I can pass the parameter to report but only one value which my
    cursor points to. could anyone tell me how to pass a list of
    value to the report? my trigger in form like this:
    declare
    PL_ID PARAMLIST;
    sc_no books.c_no%type;
    begin
    PL_ID := GET_PARAMETER_LIST('parametername');
    IF NOT ID_NULL(PL_ID) THEN
    DESTROY_PARAMETER_LIST(PL_ID);
    END IF;
    PL_ID := CREATE_PARAMETER_LIST('parametername');
    IF ID_NULL(PL_ID) THEN
    MESSAGE('PL/SQL held against Button failed to execute');
    RAISE FORM_TRIGGER_FAILURE;
    END IF;
    ADD_PARAMETER(PL_ID, 'PARAMFORM', TEXT_PARAMETER,'NO');
    sc_no := :searchlist.c_no; --(c_no is the value I want to pass
    but not only one.)
    ADD_PARAMETER(PL_ID, 'pamametername', TEXT_PARAMETER, sc_no);
    RUN_PRODUCT(REPORTS, 'reportpathname.rep', SYNCHRONOUS, RUNTIME,
    FILESYSTEM, PL_ID, NULL);
    end;
    Thank you in advance
    Diana

    Is it your values in parameter NO separated by coma? And is it
    parameter in where clause?
    Do you want something like :
    from table
    where s_no in (NO) ?
    If is answer "yes" you can create lexical parameter in report.
    You can write in report sowething like:
    select a.field1, a.field2,.....
    from table a
    &COND /* this is if is condition only one line after "from".
    if you have more lien after where then you will put this &COND
    in line where you want to have your multivalue.
    Then in your trigger in form you should write:
    sc_no := 'where a.sc_no in ('||:searchlist.c_no||')';
    ADD_PARAMETER(PL_ID, 'pamametername', TEXT_PARAMETER, sc_no);
    /* again this is if you have only one line with WHERE ili
    conditions */
    or you will write:
    sc_no := 'and a.sc_no in ('||:searchlist.c_no||')';
    ADD_PARAMETER(PL_ID, 'pamametername', TEXT_PARAMETER, sc_no);
    It will substitute line in which is your conditions with
    multivalue.

  • How to generate a report with more than one elements in the same graph??

    I need to generate a custom report in OEM GC 10g featuring volume total capacity information and volume free capacity information both in the same graph on (Y-axis) and time on the (X-axis). I could generate only the total volume capacity graph individually, but how can the combined graph and the graph for free capacity be generated...

    Is it your values in parameter NO separated by coma? And is it
    parameter in where clause?
    Do you want something like :
    from table
    where s_no in (NO) ?
    If is answer "yes" you can create lexical parameter in report.
    You can write in report sowething like:
    select a.field1, a.field2,.....
    from table a
    &COND /* this is if is condition only one line after "from".
    if you have more lien after where then you will put this &COND
    in line where you want to have your multivalue.
    Then in your trigger in form you should write:
    sc_no := 'where a.sc_no in ('||:searchlist.c_no||')';
    ADD_PARAMETER(PL_ID, 'pamametername', TEXT_PARAMETER, sc_no);
    /* again this is if you have only one line with WHERE ili
    conditions */
    or you will write:
    sc_no := 'and a.sc_no in ('||:searchlist.c_no||')';
    ADD_PARAMETER(PL_ID, 'pamametername', TEXT_PARAMETER, sc_no);
    It will substitute line in which is your conditions with
    multivalue.

  • SQL to convert rows with more than one columns to columns

    Hi All,
    I have a typical question here. As must have been in most of the recent databases, the attributes of a master table are put in a child table. So an SQL query will return multiple rows with each row having each attribute.
    Eg: Object OBJ has 5 attributes - A, B, C, D, E. The tables would be
    TABLE OBJ
    ======
    OBJ_ID (PK) (Say ID1)
    OBJ_COL1
    OBJ_COL2
    TABLE OBJ_CHILD
    ========
    OBJ_CHILD_ID (PK)
    OBJ_ID(FK)
    ATTRIBUTE (The data will be A,B,C,D,E for each OBJ_ID)
    ATTRIBUTE_VALUE (Value for each attribute. say 1,2,3,4,5)
    Query : SELECT OBJ_ID, ATTRIBUTE, ATTRIBUTE_VALUE FROM OBJ < OBJ_CHILD where OBJ.OBJ_ID = OBJ_CHILD.OBJ_ID
    This will return 5 rows as :
    OBJ ATTRIBUTE ATTRIBUTE_VALUE
    === ======== =============
    ID1 A 1
    ID1 B 2
    ID1 C 3
    ID1 D 4
    ID1 E 5
    I need to return rows as follows:
    ID1 A 1 B 2 C 3 D 4 E 5
    Is this thing possible in SQL? Even with a function ? (Its a transpose but with two columns in every row)
    Thanks,
    Midhun.
    P.S. I am on Oracle 10g.

    Hi
    user8830587 wrote:
    ... I need to return rows as follows:
    ID1 A 1 B 2 C 3 D 4 E 5How many columns is that?
    If it's 11 or 12 separate columns, then look for Pivot .
    If it's 2 or 3 columns (where the last one is all the data from obj_child concatenated together), then look for String Aggregation .
    Either can be done with any number of columns.
    If you have a choice, you'll probably want to do string aggregation rather than pivot.
    If you'd like help, post a little sample data (CREATE TABLE and INSERT statements) for both tables.
    Also post the results you want from that data, clearly formatted to show the columns. When you post formatted text on this site, type these 6 characters:
    \(all small letters, inside curly brackets) before and after each section of formatted text, to preserve spacing.
    Edited by: Frank Kulash on May 14, 2010 6:26 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Report - Drill Down and more than one evdre (problems)

    Hi people!!!
    I am trying to do a report with 3 evdre's. The report has some columns that are expanded using AfterRange.
    The areas of expansion of the evdre's are one under the other.
    The 3 evdre's works fine until I use the drill down.
    After I do the drill down, just the area of my first evdre looks fine.
    For my last two last evdre's, my AfterRange stops working and no drills happens.
    Somebody already faced this same problem and can assist me?
    Thanks a lot!!

    Hi Sandro,
    thanks a lot for your answer.
    I understand that SLD works like a DNS - but why do I have an ExchangeProfile in the SLD?
    I checked SAPSLDAPI - OK.
    SLDCHECK is OK too! ... but in IB - Repository I get an error while importing SWCV: no connection to SLD.
    I think I have to check the connection between  IB-Repository and SLD ... bad think
    Regards
    Wolfgang

  • Reporting on recipients in more than one Campaign

    I would like to add multiple campaigns per contact and be able to report on it. After testing the system I found you can only report on one campaign(source campaign) per contact. Please let me know if there is a way around this to report on contacts in multiple campaigns. Thank you.

    Anyone?

  • Running a  BEx report with more than one query in Background

    I am having a workbook with 2 queries .This workbook needs to be executed at a particular time every day and then save this file to a application server location .
    The file name has to dynamic, as everday a new file has to be created with some date stamp.
    Please let me know the steps/ ideas to achieve this

    Sudhakar,
    are you sure that it has to b a workbook ? running queries independently can be done .. am not sure if a workbook can be scheduled to run...
    One alternative is to use APD - have the queries run and populate two ODS and then have these ODS in a multiprovider and have one query output for the same - seems to be a very longworkaround...
    Another option is to have the queries executed in an ABAP programme and then have the results in an internal table and push both the result sets into an excel sheet ad save it in the application server.
    For reading queries in ABAP there is a functionmodule for the same .. something like RSDRI_INFOPROV_READ .. I am not too sure of the name but there is a function module for sure..
    Hope it helps..
    Arun
    Assign points if it helps..

Maybe you are looking for

  • List of files in directory

    I need to access a list of files in a directory. The files are .js scripts that I want to dynamically insert into a page with JSP. The problem is that at my company these .js scripts will often be added/removed and it would simplify the process to ju

  • Acrobat X Std. Fails to Open, reporting, "Acrobat failed to send DDE command"

    When I try to open Acrobat, whether opening it via a document or directly, it fails immediately, reporting an error, "Acrobat failed to send DDE command." I cannot even get into Acrobat's settings menus since the program fails entirely. I am operatin

  • How to retrieve deleted camera roll on ipad

    Can anyone help? I have deleted the camera roll photos from the ipad by mistake. I plugged the ipad into my computer and treated it as a camera device and selected copy all pitcures. I could not backup to the icloud because the files were too big. I

  • Picture quality when burning disc

    When i burn a slideshow and view it on a tv the picture becomes very bright just before it move to the next slide. Any suggestions?

  • Where can I find this Sony Vegas effect in Final Cut Pro X?

    Hi all, I have posted a video link below.  If you watch between :26 and :45 (and throughout the video) you will see a sort of "flashing" effect that happens as a transition between screens.  I have tried splitting screens and adding gaps but that doe