Control Break problem (using format option in the report)

I am trying to create control break on one of my reports. I am grouping query by 3 columns and I am trying to create control break but one of the column is not available for the control break (is not listed there).
Any Idea why this my happen?
Edited by: robik on Jun 23, 2012 9:08 AM

robik,
Try adding an Order By clause to your SQL.
Jeff

Similar Messages

  • How to use format-date with the report parameter

    Hi all,
    How to use the format-date function with this tag,
    <?param@begin:P_FROM_DATE?><?$P_FROM_DATE?>
    this form date is coming from report parameter and is coming like this 2012/11/01 00:00:00.
    So now i need this in DD-MON-YYYY fromat.I tried like this <?param@begin:P_FROM_DATE?><?$format-date:P_FROM_DATE;'DD-MON-YYYY'?>
    but its giving error. Can any one pls tell how to convert it to customized date format.
    thanks & Regards
    Srikkanth.M

    Issue solved.
    Ref this link
    XML date Format

  • Since I installed Nero 2104 I get an error message when I try to start iTunes: registry settings changed probably due to other cd/dvd burning program please reinstall iTunes, which I've done using repair option but the problem persists...?

    Since I installed Nero 2014 I get an error message when I start iTunes that registry settings for importing and burning cds/dvds have changed probably due to other burning software installed please reinstall iTunes, which I've done using 'repair' option, but the problem persists. I have been able to import cds to iTunes since I installed Nero, but it won't anymore. Does anyone recognize this problem and have a solution? Thanks for any help. Using Windows 7.

    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    iTunes for Windows: "Registry settings" warning when opening iTunes
    If you're still getting the error message (especially when you plug in the Touch), I'd check for a device filter confusion on the PC. (They can affect the connection of USB devices to a PC, as well as burning and importing CDs.) For that one, see:
    iTunes for Windows: Troubleshooting CD issues caused by device filters

  • Can you use information obtained in the report to use as output?

    I am wondering if in XI R2 or 2008 you can use infomation obtained in the report generation to use in output parameters?   For example, if my results come back with email addresses, can I then use them to email to?

    There are several export options.  But how about this solution:
    Insert a text object on the detail line with the text "E-mail: ".  Then drag the data field of the company/person's name and drop it in the text at the end.
    Then, right-click the text, and select "Format Text...".  Then click the Hyperlink tab and select "An EMail Address".  Below, for the e-mail address, it says "mailto:" but you don't want a static address.  So click on the formula button on the right.  For the formula, enter "mailto:" +
    When you run the report, you'll see "E-Mail: John Doe" but when you click on it, it'll open a mail message window with the address as the recipient.  (The names of the victims in this example have been changed, to protect the innocent   )
    I'm sure there are several other ways to accomplish your goal, but without more info on your situation, I can only guess that this is the best one.

  • Problem using SwfToolbar options in UFT 12.01

    We are trying to automate a .net based windows application. We are using UFT 12.01 with .NET ad in loaded
    We are having a problem using the swftoolbar options .  In our application all the right click menus are identified as swftoolbars and context menus
    This is the code we used to add a media item which gives rise to a  dialogue box in our application
    SwfWindow(...).SwfToolbar(....).Press "Add New Media"
    when we use “ .press” or “.select” operator for any option present in the right click menu, UFT hangs after performing the operation and we have to manually close the dialogue box every time it appears  in order to make UFT run again.
    We have also tried the following ways but can’t find a way to solve it
    Using select operator:
    SwfWindow(...).SwfToolbar(....).select "Add New Media"
    Getting the option in a variable and selecting it:
    Var1= SwfWindow(...).SwfToolbar(....).GetItem(0)
    SwfWindow(...).SwfToolbar(....).Press Var1
    We have also tried using descriptive programming but it didn’t worked out.
    We tried using the shortcuts for the right click menu options and it works perfect.
    Our application contains a lot of such type of right click options and context menu options, so we can’t rely on shortcuts for every option
    It would be a great help for us if u can give us a solution for this problem

    I'm just facing exactly the same issue - we try to migrate our .net application probes to UFT 12.01 - but the swfObjects are not recognized. Even if i try to start a new probe with this application, UFT does not start to recognize the Objects as swfObjects.
    Anybody knows how to get this fixed?

  • How do I configure a 1422 board so that Ext Trig 0 is directed to Control 0 in LVDS format to drive the line rate for a Dalsa camera?

    I need to take an encoder in TTL format into trigger line 0 and redirect it to output control line 0 so that the board drives it in LVDS format. This will become the External Sync line for the Dalsa CL-P1-2048 line scan camera. I assume this is done in the icd file, but the documentation on this subject and the 1422 itself is extremely poor.

    Brian,
    I do not believe you are going to do exactly what you are looking for since there is no way to write to the control lines programatically or from the camera file. If you are looking to use this signal to trigger each line, you may want to take a look at this example:
    http://zone.ni.com/devzone/explprog.nsf/6c163603265406328625682a006ed37d/f2799dc12a94be2586256a79006985ce?OpenDocument
    It uses motion and routes the encoder signal across for the line trigger. You can modify this so the input trigger is from your trigger line. I hope this information helps.
    Chris D
    NI Applications Engineer

  • Aggragate and Control Break problem

    According to HELP:
    "Aggregates are displayed after each control break and at the end of the report within the column they are defined. "
    I have report with control break by 1 field.. I've added SUM aggregate function to Orders column.
    For now I can see summary by group but no summary at the end of report.
    Is this know problem?
    Thank you,
    alex

    Alex,
    Well, the help text may be misleading. But aggregates are displayed in both places mentioned, just not simultaneously. It should be easy to see the grand totals by toggling off the control break settings.
    If you want to see both at the same time, I'd add that to Carl's Post 3.1 Enhancement Request thread: Enhancement Request Thread : Post 3.1
    Thanks,
    Marco

  • How to use select-options in the function module of import parameter ?

    Hi ...
       I have created a BAPI and tested in SWO1 tcode , by giving the single value for an company code ( BUKRS ) , it executed properly .
    Same thing is working after implementing in a program .
    so now it is working for fetching a single company code details .
    My requirement is : I want to use select-options in program as well as in function module IN IMPORT PARAMETER.
    Program :
    REPORT  ZTEST.
    TABLES : T001 , ZBAPI_STR .
    TYPES : BEGIN OF TY_ITEM  .
              INCLUDE STRUCTURE ZBAPI_STR .
    TYPES : END OF TY_ITEM .
    DATA :WA_ITEM TYPE TY_ITEM ,
          ITEM LIKE STANDARD TABLE OF WA_ITEM INITIAL SIZE 0 .
    PARAMETER : BUKRS TYPE ZBAPI_STR-BUKRS.
    call function 'ZBAPI_FMT001'
      exporting
        bukrs         =  BUKRS
    IMPORTING
      RETURN        =
      tables
        itemtab       = ITEM
    IF ITEM IS NOT INITIAL .
      LOOP AT ITEM INTO WA_ITEM .
        WRITE : / WA_ITEM-BUKRS , WA_ITEM-BUTXT , WA_ITEM-ORT01 , WA_ITEM-LAND1 .
      ENDLOOP.
    ENDIF.
    FUNCTION MODULE :
    FUNCTION ZBAPI_FMT001.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(BUKRS) TYPE  EFG_TAB_RANGES
    *"  EXPORTING
    *"     VALUE(RETURN) TYPE  BAPIRET2
    *"  TABLES
    *"      ITEMTAB STRUCTURE  ZBAPI_STR
    SELECT BUKRS BUTXT ORT01 LAND1 FROM T001 INTO TABLE ITEMTAB WHERE BUKRS = BUKRS .
    ENDFUNCTION.
    Regards
    Deepa.

    I have given a similiar example which i did
    Declare a
    Table type:Z_TT_PONUM             
    Short text  :  Select options  PO Number
    in SE11 tcode with row type eg: Z_ST_PONUM
    create a structure (this will be the row type)
    Structure          Z_ST_PONUM            
    Short text         Select Options Field PO number
    Compenent  Compent type
    SIGN       BAPISIGN      Inclusion/exclusion criterion SIGN for range tables
    OPTION       BAPIOPTION      Selection operator OPTION for range tables
    LOW       EBELN                      Purchasing Document Number
    HIGH       EBELN                      Purchasing Document Number
    In the function module import
    give as
    I_PO_NUM     TYPE     Z_TT_PONUM     opt  pass value Select options  PO Number
    Hope this is exactly what you want to know.
    So you create a structure simliar to mine but the low an high whould be your component
    then a table type  and then include that in the BAPI.
    Then pass your select-option value to this BAPI when you call this BAPI in the program

  • Problem using select-options?

    Hi all,
    I am using select-options, in this 3 are selectoptions and 1 is normal.
    i am getting select-option value using..
    *cust code
      rt_KUNNR = wd_this->m_sel_opt->get_range_table_of_sel_field(
                                 i_id = 'KUNNR' ).
    but which method i ahve to use to get normal which is not of select-options.
    i am doing like this...
    *cust code
      rt_YEAR = wd_this->m_sel_opt->get_range_table_of_sel_field(
                                 i_id = 'GJAHR'
                                  ).  // I think this method is wrong place i used.
      assign rt_YEAR->* to <fs_GJAHR>.
      move <fs_GJAHR> to F_YEAR.
    *cust code
      rt_KUNNR = wd_this->m_sel_opt->get_range_table_of_sel_field(
                                 i_id = 'KUNNR' ).
      assign rt_KUNNR->* to <fs_kunnr>.
      clear S_KUNNR.
      loop at <fs_kunnr> into S_KUNNR.
        wa_kunnr-sign   = S_KUNNR-sign.
        wa_kunnr-option = S_KUNNR-option.
        wa_kunnr-low    = S_KUNNR-low.
        wa_kunnr-high   = S_KUNNR-high.
        append wa_kunnr to it_kunnr.
      endloop.
    But it is giving dump.. Field symbol has not yet been assigned.  at kunnr. but kunnar is select-option.
    Any helps...
    Thanks
    venkat.

    Hi Lekha
    thanks for your reply,
    i tried this...
    data : rt_YEAR TYPE REF TO data,
             <fs_gjahr> TYPE table,
             fs_year TYPE TABLE OF FYAC. // Fiscal year only year(4).
    call method wd_this->m_sel_opt->GET_SELECTION_FIELD(
                                 EXPORTING
                                 i_id = 'GJAHR'
                                 IMPORTING
                                 ET_RESULT =  rt_YEAR ).
      assign rt_YEAR->* to <fs_gjahr>.
      move <fs_gjahr> to fs_year.
    rt_year is still initial, and getting dum field symbol is not assigned. any helps???
    Thanks,
    Venkat.

  • How to hide the view latest instance option for the reports in XIR3

    Created an access level and denied the rights "view document instances" and "view document instances that the user owns" in the access level.
    Applied this access level for a particular group on a particular folder.
    Login to Infoview and when view the history,there are no instances for a particular report under that folder.
    But we could still see the 'View Latest instance' option in the properties of the report and when click on it,we are able to view the report.
    As per the security assigned,the user should only be able to view the instances owned by him.
    Plz help me how to hide the option in INFOVIEW

    In 9.3.1 (not sure about 9.2) there is a table in your BIPlus repository which stores preferences/profile information, however, having a user simply log in to WA doesn't appear to automatically create a row for them in this table. (So this may not be a viable solution to your situation, I'm still looking for one myself.) This table stores lots of preference info such as whether or not to show the Main Menu, Toolbar, Masthead, etc. by default.
    To hide the View Pane, edit the data in the SHOW_INFO_PANEL column, change it from a 1 to a 0 and for that user the View Pane will not longer appear by default.
    HYA_USER_PREFS
    But again, this only works if you already see the user in the table otherwise I guess maybe they have to 'touch' their Preference before it creates an entry in that table. Haven't figured that part out yet, and Support didn't have any information.
    If anyone has found a way to maneuver through the table structures I'd love to hear any insight you can offer.
    Before you make any changes to the data in this table be sure to take adequate repository backups, and use caution as usual.
    I'm going to create a Shared Preference and have each user point to it the first time they log in - but then you lose the ability for each user to have their own personal folder as their default, so it's still not the ideal solution. Really wish there was a way for Admins to set certain prefs. A coworker reminded me under 7.? or 6.x things like View Pane were system-level settings which was easy to control, but now it's at the user level.
    Good luck,
    Karen

  • Date Format  changes in  the Reporting side..

    Hi friends,
    I have one date field that is Keyfigure (not a Time charecterstic) ...now i want to display date in DD- MON - YYYY format... but up to modelling side my date format is DD.MM.YYYY.....
    i dont want to change in modelling side.. because.. this required format is needed only for some querys ...
    so, can any one suggest me is there any chance to get the date format in the reporting side like this..(27-JAN-2007) ..
    helpful answers will be appriciated..
    Thanks
    Babu

    Hi Babu,
    If the format is required in the Bex analyser then its system dependent setting .
    Control panel - > Regional & language options -> Regional options -> Customize -> Date -> Short Date format -> DD-MMM-YYYY(Change) .
    Do not forget to log off and re-login into bex,execute queries and see the output.
    Hope that helps.
    Regards
    Mr Kapadia
    Assigning points is the way to say thanks in SDN.

  • Useing Excel table genarate the report in bi publisher 11g

    Hi All,
    Can anyone share your ideas pls...
    Using Excel files we upload the data into data set excel but could't generate the reports in Bi-Publisher 11g...we are getting the error :"Null".
    We are using open office...is this could be a problem..?
    Rgds..DCB
    Edited by: DCB on Dec 30, 2010 5:30 AM

    check the below
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi//bip/advancedbip/advancedbip.htm#t3
    http://www.youtube.com/watch?v=NPbKRnSkDVM
    using rtf template
    http://bipconsulting.blogspot.com/2010/02/drill-down-to-detail-or-another-report.html

  • Problem using webcache with pure jsp report

    Hello,
    I am not sure if this is the right forum because my problem affects to 3 products
    (reports, portal + webcache)
    I need to cache a pure oracle reports jsp report.
    I included some reports in portal reports security (Portal -> Builder -> Administer -> Reports Security)
    http://is.domain:7778/pls/portal/PORTAL.REP_NAME.show
    This report is secured and only accessible for granted persons over portal.
    Now I also want to cache those reports using webcache.
    But there is a problem. As soon as this report is cached, there is no security anymore.
    The former secured report is accessible to every user who knows the URL as long the report is in webcache.
    There seems to be no SSO Check anymore.
    But this check is necessary.
    How is it possible to cache this pure jsp report and also have SSO feature as every portal page ?
    Regards,
    Frank

    Hi Frank,
    You may want to contact Oracle Support for detailed configuration procedures on this.
    In a nutshell, Reports provides some level of default caching. You can take advantage of that. The Reports Administrator's Guide provides some info on that.
    Regards,
    Web Cache team

  • Using stored function in the Report Trigger

    I have faced this problem in Reports6.0.
    When a stored function is called in the after form trigger as
    below
    val := func1(abc,def);
    the report is hanging
    If I write like this i.e.,
    select func1(abc,def) into val
    from dual;
    it is working fine . Is this a bug ? Or Is there any reason
    behind it . Please Clarify !
    ThanX in Advance !
    Rajesh Mudiganti
    null

    Hi,
    You can define your own PF-STATUS and in that assign the function code for BACK button anything except 'BACK'.
    The code would somewhat look like this:
    SET PF-STATUS 'TEST'.
    write : itab-col1,
               itab-col2.
    in the PF-STATUS 'TEST', assign the function code to BACK button as 'BCK'.
    Now in your program you can use the event AT USER-COMMAND.
    In this you can handle the functionality of BACK button.
    Hope this helps.
    Regards,
    Himanshu

  • Problem Using Check Box in a Report

    Hi all,
    I have a simple SQL report with a check box.The problem is when paginating forward and backward in the report(Next and Previous),The report region is refreshed and all the check boxes is reset to unchecked.
    P.S: I'm using APEX 4.0.
    Any Help will be appreciated,
    Ola

    Ola,
    If you search the forum, you will find lot of discussions on this issue..
    In nutshell, solution is -
    Case 1: If you have enabled partial refresh for your report ( pagination works through AJAX)
    Then
    a. onClick of any check-box, call JS function, lets say fnSaveState(this);
    b. In JS function, update/store all the checked check-boxes info in JS variable or array.
    c. Bind a JS function, lets say fnSetState() - which will set the check boxes to either checked or un-checked based on JS variable/array value(s) to pagination onClick event.
    Case 2: If you have not enabled partial refresh for your report
    Then
    a. onClick of any check-box, call JS function, lets say fnSaveState(this);
    b. In JS function, store the check-box status in any hidden_item and insert its value into session with dummy AJAX call.
    c. On page load call JS function, lets say fnSetState() - which will set the check boxes to either checked or un-checked based on hidden item value(s) .
    Hope it helps.
    Regards,
    Hari

Maybe you are looking for

  • HT204074 How to remove a device from my Apple ID

    I have been sharing an apple ID with my mother for the last few months as she forgot her original apple ID password. Now i want to remove her iphone from my account - can I remove this device without her losing all of her phone numbers and photos etc

  • Consolidate multiple reports in PDF

    Hi all, Using the Share Components > Report Queries/Layout, I am able to customise a report with XSL-FO. Problem is I need to consolidate 5 such reports into one so when users click a button, they get the whole lot in PDF as opposed to downloading 1

  • Gl tables info

    which tables in oracle gl to populate the annual budget information for all department

  • Use of classes

    Hi, there i need help and any help would be largely appreciated. I'm building my portfolio in as3 with a 3D panel effect with a class called panel taht i get as my main class in my the publish window. This class uses GS tweening class ton rotate on a

  • Online Backup Teminated with  return code SQL2001N

    Dear All, DB2 backup which was scheduled by TSM is failed with SQL2001N db2 list history backup all for PRD gave me below information. SQLCA Information sqlcaid : SQLCA sqlcabc: 136 sqlcode: -2001 sqlerrml: 0 sqlerrmc: sqlerrp : sqlubPol sqlerrd : (1