Can I use cascading parameters in a fetchXML report.

 I'm trying to write a report For CRM Online in FetchXML. I want to use pre-filtering to force users to run the report from the Account form so the results are limited to one account because my database is quite large and if they use
the Advanced Find  they are likely to break the report.
So dataset1 uses a query which includes a pre-filtering parameter,
'@CRM_account'
I was hoping to add Dataset2 which would use a cascading parameter,
'@CRM_Org'  that gets its value from the 'accountid' attribute in the query used for Databset1.  When I run the report however. I get an error 'a parameter expected by the report has not been supplied.' It seems the value for the 2nd param for
dataset2 , '@CRM_Org' is not getting a value passed to it. Does anybody know if what I am attempting is possible in FetchXML ?
regards Alan Ward

I couldn't understand what is the use of second parameter. Your work can be done with one parameter.
Create your fetch with a parameter in it (say dataset1). Now create a fetchXML (say dataset2) that fetches you account id.
For the parameter from dataset1, set default value as "Get values from Query" and pass "account id " from dataset2 to it. That's it your job is done.
Note: Remember to select Forms for related record types in
Display In area and Account in Related Record Types area.
Jugal Kishore Dandamudi.

Similar Messages

  • How can we use the same package in our report used by some other report

    how can we use the same package in our report used by some other report

    Hi,
    You just need to assign package while saving your report.
    No extra is required providing you are aware of package to be used.

  • How can we use business object (e.g. crystal report ) in webdynpro abap

    Hi All,
    We all know that business object has been part of sap products.
    But even though in SAP, I really don't know much about business object.
    and how can we use the great function of BO and integrate into our development to make
    user have much better function and user experience.
    Do we have some learning material of BO?
    Could someone share some material here?
    Thanks and Regards
    Aaron.

    One of the main ways that you can integrate some Business Objects content with WDA is via FlashIslands.  If you are on 7.01 or higher, you have the option to use FlashIslands UI element.  There are many tutorials on FlashIslands available on SDN. FlashIslands work well with Xcelsius content, since the output of Xcelsius is a Flex component.  It is pretty easy to set the Xcelsius interface to External Connection and then write a wrapper Flex Component around the generated output, so that it can be used in the FlashIslands interface.
    For Crystal Reports integration you will need NetWeaver 7.02 (comming early next year).  We have integrated Crystal Reports as an output option in the Web Dynpro ABAP ALV and the Classic Dynpro ALV.  You don't need to do any development to enable this.  You can use two different SAP delivered Crystal Reports templates for the ALV output, or create and add your own templates.
    Some of ther BOBJ integration is still in prototype and demo phase within SAP.  For instance we have a data interface to send data to Explorer onDemand from any ABAP application. We have a prototype FlashIsland for WebI to run in place within Web Dynpro ABAP.  Over future enhancement packages you will see increased integration opportunties with the BOBJ capabilites.

  • How can i use two list screens in  Classical report.

    Dear Sir,
    In My Report in First screen i am taking the GR details and Display In it_final By Check Box Wise.
    Based On The Check Box selection in First screen In Second Screen i want The Challan Details Based On Some In Puts In First Field.
    so how can I call The second Screen In Classial report Plz Help Me.

    check this report
    REPORT  ZNNR_ALVOOPS_SCREEN.
    tables: mara,spfli.
    types: begin of ty_tab,
            matnr type mara-matnr,
            ernam type mara-ernam,
            ersda type mara-ersda,
           end of ty_tab.
    DATA ITAB1 TYPE TABLE OF SPFLI.
    DATA WA1 LIKE LINE OF ITAB1.
    DATA IO1 TYPE SPFLI-CARRID VALUE 'AA'.
    data itab type table of ty_tab.
    data wa like line of itab.
    DATA OK_CODE TYPE SY-UCOMM.
    DATA: GRID TYPE REF TO CL_GUI_ALV_GRID,
          CONT TYPE REF TO CL_GUI_CUSTOM_CONTAINER.
    DATA: GRID1 TYPE REF TO CL_GUI_ALV_GRID,
          CONTA TYPE REF TO CL_GUI_CUSTOM_CONTAINER.
    CREATE OBJECT CONT EXPORTING CONTAINER_NAME = 'CONT1' .
    CREATE OBJECT GRID EXPORTING I_PARENT = CONT .
    CREATE OBJECT CONTA EXPORTING CONTAINER_NAME = 'CONT2' .
    CREATE OBJECT GRID1 EXPORTING I_PARENT = CONTA .
    selection-screen begin of block b1 with frame title text-100.
    select-options: s_matnr for mara-matnr.
    selection-screen end of block b1.
    select matnr ernam ersda from mara into corresponding fields of table itab up to 15 rows
    where matnr in s_matnr .
    call selection-screen 100.
    *&      Module  USER_COMMAND_0100  INPUT
          text
    MODULE USER_COMMAND_0100 INPUT.
    if ok_code = 'PB1'.
    leave to screen 0.
    else.
    leave to screen 100.
    endif.
    ENDMODULE.                 " USER_COMMAND_0100  INPUT
    *&      Module  STATUS_0100  OUTPUT
          text
    MODULE STATUS_0100 OUTPUT.
    SET PF-STATUS 'xxxxxxxx'.
    SET TITLEBAR 'xxx'.
    SELECT * FROM SPFLI INTO
      CORRESPONDING FIELDS OF TABLE ITAB1 WHERE CARRID = IO1.
    CALL METHOD grid->SET_TABLE_FOR_FIRST_DISPLAY
      EXPORTING
       I_BUFFER_ACTIVE               =
       I_BYPASSING_BUFFER            =
       I_CONSISTENCY_CHECK           =
        I_STRUCTURE_NAME              = 'MARA'
       IS_VARIANT                    =
       I_SAVE                        =
       I_DEFAULT                     = 'X'
       IS_LAYOUT                     =
       IS_PRINT                      =
       IT_SPECIAL_GROUPS             =
       IT_TOOLBAR_EXCLUDING          =
       IT_HYPERLINK                  =
       IT_ALV_GRAPHICS               =
       IT_EXCEPT_QINFO               =
       IR_SALV_ADAPTER               =
      CHANGING
        IT_OUTTAB                     = itab.
       IT_FIELDCATALOG               =
       IT_SORT                       =
       IT_FILTER                     =
    EXCEPTIONS
       INVALID_PARAMETER_COMBINATION = 1
       PROGRAM_ERROR                 = 2
       TOO_MANY_LINES                = 3
       others                        = 4
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
               WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
       CALL METHOD GRID1->SET_TABLE_FOR_FIRST_DISPLAY
        EXPORTING
          I_STRUCTURE_NAME = 'SPFLI'
        CHANGING
          IT_OUTTAB        = ITAB1.
    ENDMODULE.                 " STATUS_0100  OUTPUT

  • Can't use serial parameters of parity ,but VB can?

    Recently I use java.com package develop, meet some question, hope genuinely experts of java help me quickly,my question:
    Now using java can open serial port,but when set parameters for serial port,arise exception of UnsupportedCommOperationException which don't
    support parity scheme of PARITY_MARK and PARITY_SPACE but support PARITY_EVEN, PARITY_NONE and PARITY_ODD.
    but using VB can open serial port and can set all parameters and pass.
    why?
    use: jbuilder3.5 with jdk1.2.2 , commaapi:
    javacomm20-win32
    use: VB6.0
    friendly
    2001.7.7
    thank you!

    Even though this one is last year's news, I also have this problem.
    I am working with a protocol that uses MARK and SPACE parity through a serial link
    to wake up machines (I didn't design it -just stuck with it!). I would love to create a JAVA
    APP to talk to my machines for the new functions I am adding to this machine.
    I noticed in Rusty's "JAVA I/O" book, it talks briefly about another form of parity, known
    as MARK and SPACE, only used by some old braindead hardware. Can I assume that
    the JAVA CommAPI does not support this, or is there something I may be missing?
    I am able to get the CommAPI to talk to this machine (outside of this protocol) with PARITY NONE.
    JAVA is the best! But does it support Serial port MARK and SPACE parity?
    I can be reached at [email protected] Thanks if anyone knows.........

  • Can I use Boolean parameters and 'is empty ' in smart groups & mail rules?

    How do you do the following smartgroup in Mail? State is MA or NH or ME and Email is not 'empty'? I also would like to make the following rule in Mail: If FROM is 'empty' and Subject is 'empty' then move to Trash. In other words is it possible to use invisible charakters <blank> or <empty> and boolean parameters in search fields. Any hits will be appreciated. ---Stefan

    I have the same question, plus a couple more. Most of the spam that I get follows one of five simple patterns:
    1. It contains one or more empty fields (to, from, subject, or message body),
    2. It sometimes lacks a "from" or "subject" field entirely.
    3. Mail recipients are sequential (e.g. [email protected], [email protected], [email protected]).
    4. Total message size is 0.7 KB or less. (Due to empty fields.)
    5. It contains a gif or jpeg touting whatever product the spammer is flogging.
    It seems like it would be trivial to incorporate filter rules to take care of empty or non-existent fields (categories 1 and 2). But I can't see a way to do that in Mail currently. Hopefully Apple is working on this? Or maybe there's a third-party add-on that can address this?
    Also it would be easy to take care of #3 with the use of simple grep expressions. But I don't think Mail can do this yet. (Again, any third-party solutions out there?)
    For #4, obviously a rule that could take into account message size would help deal with those emails.
    And for #5, it's more problematic, but since there are programs out there that can read graphics, hence the need for captcha "encryption" on web sites, why not use such an app as a Mail extension? It would be great if it could interoperate with Mail's rules, so you could set up something like "if message contains a jpeg or gif and if the image contains 'penile enlargement' then delete/put in junk folder."
    Currently I put all messages with attachments (that haven't already been approved by my whitelist) in a "limbo" folder for later review. But I have to use a minor kluge to do this. Ideally I'd just say "if message has an attachment" or "if message attachment is not empty," but those options aren't available so I have to say "if name of attachment contains '.'" Since pretty much all files have a "." in them, it seems to work fine, but strictly speaking it's not as elegant as I'd like it to be.
    iMac G5 iSight, Powerbook Ti   Mac OS X (10.4.5)  
    PowerBook G4 (Ti)   Mac OS X (10.4.1)  
    iMac G5 iSight, Powerbook Ti   Mac OS X (10.4.5)  

  • How can you display the parameters on the actual report?

    I need to display the dates that are entered in as parameters for the report. These parameters change each time the report is run. Is there anyway for these parameters to be displayed and printed on the top of the report?
    Thanks in advance for the help!
    Doug

    Cristian - Thank you very much for the response. However, I do not have the "Edit Titles" option under the Sheet menu item. Could there be a difference in versions? My Discoverer version is as follows:
    Oracle Discoverer(tm) 4i Plus Release - 4.1.36.22.0
    Discoverer Model - 4.1.36.22.0
    Discoverer Server V4.1.37.01.0
    End User Layer V4.1.11.0.0.0
    End User Layer dce.dll V4.1.37.00.0
    Oracle9i Enterprise Edition Release 9.0.1.3.0 - Production
    There are "Edit Sheet" and "Edit Parameter Values" options but these do not have an option similar to what you mention below. Do you know of another method for doing this? Does anyone use the same version of Discoverer?
    Thanks for the help,
    Doug
    Yes you can.
    You Just have to modify the Title (Sheet-> Edit Titles)of the report. In The dialog box that appears there is Button that let's you insert diferent values, one of them it's the parameters of your report. This will insert all the parameters with the parameter name and it's value.
    Hope this helps

  • Can i use adobe form to produce a report with grouping and subtotal?

    Hi,
    i need to produce a report that allows me to group against a field and do a subtotal for the group, then finally a total for the whole report.
    i m using web dynpro java, i can do grouping in the table component, but i have no idea how to do subtotal for the group.
    is there any built-in function in adobe form that i can produce this kind of report relatively easily?
    thank you.

    Hi,
    go throught this link
    check the tutorials.
    saptechnical -> tutorials -> Adobe forms ->Calculating Page-wise Sub-Totals and Grand Total in Adobe forms
    Regards,
    sandeep

  • How can i Add two parameters to Account Analysis Report  R12?

    Please i need to add two parameters Vendor Name & Currency to Account Analysis Report?

    Dear Helios
    1- I added the two parameters through navigating to concurrent ->Program - > Define
    2 - Modifiy XLAAARPT.xml (Adding paramters and modify the query)
    is this correct?
    Regards,
    Edited by: user565050 on Sep 6, 2012 1:17 AM

  • Can I use Prime to create a WLAN report for only one controller?

    I have multiple controllers all configured with the same WLAN/SSID, like most people probably do. 
    I am trying to get a report on one WLAN/SSID from only one controller.  I don't want a report for the WLAN/SSID that contains information from all controllers - just one controller.
    Has anyone ever figured out how to do that?  Am I missing something?

    We're close to that, anyway.  I have a guest WLAN configured on each controller, and I want to see how metrics on the guest SSID, but would like it broken out per controller.
    The guest network client count almost equals our production client count, and all that traffic is getting tunneled across the backbone.  I want to explore local connectivity options - possibly dumping the guest WLAN traffic out at the controller instead of it traversing the corporate backbone.
    Can't seem to figure out how to get a report to show that - seems like it's "all or nothing"...

  • Can I use Solman 3.2 for EWA reports and Monitoring for ECC 6.0/BI 7.0?

    We are upgrading to ECC 6.0 / BI 7.0 and need to know if solman 3.2 will continue to work OK with these systems? or do we need to upgrade to 4.0..?
    thanks,
    Linwood

    Hi Linwood,
    the Service Content ST-SER which is available for SolMan 3.2 will not include ECC 6.0 / BI 7.0 specific checks.
    I agree with Ragu, plan the upgrade and benefit from the new E2E Diagnostics capabilities for the entire landscape.
    [http://www.service.sap.com/solutionmanager|http://www.service.sap.com/solutionmanager]
    [http://www.service.sap.com/diagnostics|http://www.service.sap.com/diagnostics]
    Regards,
    Ruediger

  • Use parameters in SQL Server reporting services with sharepoint lists

    I want to make report from sharepoint 2010 list and forms library in sql server reporting services.
    but also want to apply parameters.
    I tried but parameters but it is not working.
    How I can apply sharepoint lists parameters in sql server reporting services ?
    How to run or view report of sharepoint lists or form library in sqlserver reporting services with required parameters?

    Hi John,
    When we use SharePoint list as datasource in SSRS it has two method to add parameter. Suppose we have a dataset (DataSet1) get data from SharePoint list. Please refer to the methods below.
    Method 1: We can add parameter in the Query Designer dialog box to add parameter.
    Click “Add Filter” icon in the “Applied filters” dialog box in Query Designer.
    Select the corresponding field (Title), fill with specific conditions, and select Parameter option in the end of the row.
    Create a dataset (DataSet2) fill with Title field.
    Double click the parameter we create above, set the available values from DataSet2 field Title.
    (Note: In the situation, we are get the single-value parameter.)
    Method 2: It is a general method to add parameter in SSRS report.
     Create another dataset (DataSet2) in the report fill with Title field.
    Add a parameter (Title) get available values from DataSet2 Title field.
    Add filter in the DataSet1.
    (Note: This method, we can configure multi-values parameter.)
    Reference:
    http://technet.microsoft.com/en-us/library/aa337432(v=sql.105).aspx
    If you have any questions, please feel free to let me know.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • How to use HTML parameters in Java applet

    Hello
    In perl I have created a form with things like a selectiuon box called currency and text fields called product for example. Then when I click submit the perl program can pick up the currency and product parameters.
    I have read about applet param eg <param name="param1" value="Apple"> is this the same thing? Or is it different?
    Can I use HTML parameters or do I need to use applet param? I am confused.
    If applet param is what I need, then how do I change the param values say by editing text in a text field?

    You will need to use Java Native Interface JNI. Ther are many posts on the subject, please search, and this is the documentation:
    http://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/jniTOC.html

  • Use Package Parameters in Package Deployment Model

    Can you use Package Parameters when you use the Package
    Deployment Model? The Parameter tab is visible in SSDT and in SSDT they seem to work, but can you use them outside SSDT? In a SQL Agent Job or on the command prompt?
    And if not... why is the tab visible? ;-)

    Hi HansAnderss,
    Integration Services (SSIS) parameters allow us to assign values to properties within packages at the time of package execution. We can create project parameters at the project level and package parameters at the package level. But the use of parameters
    are only supported in Project Deployment Model, we cannot use parameters in Package Deployment Model. This is by design.
    Just as you said, we can also see the Parameters tab in Package Deployment Model. And I couldn’t find a way to hide the pane. If you have concern about this issue, I recommend you that submit the requirement at
    https://connect.microsoft.com/SQLServer/.  If the requirement mentioned by customers for many times, the product team may consider to add this feature in the next SQL Server version. Your feedback
    is valuable for us to improve our products and increase the level of service provided.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Can i use this view in discoverer

    Hello
    I have a view like below in R12.
    GL_CODE_COMBINATIONS_KFV
    In etrm there is a warning:
    Oracle Corporation does not support access to Oracle
    applications data using this object, except from standard Oracle Applications programs.
    Can any one you please let me know if i can still use this for a custom sql report.
    thx
    kp

    You can use the KFV for a custom report - just be aware that the definition of the KFV can change (via a patch) without warning, and the Support will not help if you have issues with using the KFV.
    Srini

Maybe you are looking for

  • Headphones versus speakers on a Mac Mini with Mac OSX 10.4.11

    I just purchased a pair of headphones for my Mac Mini. I plugged the headphones into the headphone jack on the back of my Mac Mini. I pressed the Mute button to use the headphones and clicked on a music video but no sound came through the headphones.

  • Oracle 9i Client Software On Windows 8 64 bit

    Hi Guys, How to Install Oracle 9i client software on Windows 8 64bit? Please help on this one. Thanks in advance.

  • Error when using ant

    When I use ant to compile, I always get this message: C:\WINDOWS\system32\ntvdm.exe Error while setting up environment for the application. Chose 'Close' to terminate the application. [Close] [Ignore]

  • Where is the statusBar?

    Dear all, I want to show the statusBar at the bottom of the drawPanel,but where is it? import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.util.*; public class Pat extends JFrame {   private FlowLayout layout1; private DrawS

  • XML document describing the application's GUI in SWING

    Hii Javaites Can i build Swing GUI from a XML document. If yes , can anybody tell me how 2 go abt it. Which parser will i need ?