Field F_1 references column colname at a frequency below its group.

Hi
I have 2 queries in my report. One for Summary section and one for detail section. The detail is nothing but details of the summary section on the top.
I created a repeating frame for the detail and have set the source to the 2nd query -that is for the detail section.
However, when I add a field and set the source to a column from query I get the following error:
Field F_1 references column <colname> at a frequency below its group.
What am I doing wrong here?
Ant help appreciated.
Thx!

Hi
If that was the case then it wouldnt be like summary and detail as I specified in earlier posts. It is not 1:1.
Another thing I was tryng to accomplish was that in the detail section, I need the country and then the cities and rest of the details specific to that country below it. This way I want the categorization by country.
Example:
Country: USA
New York
San Francisco
Chicago
Boston
Country: Canada
Toronto
Montreal
Halifax
What I am getting right now is:
Country: Canada
Toronto
Country: Canada
Montreal
Country: Canada
Halifax
and so on
Each of these cities within Canada occur in different repeating frames. I want one frame per country.
How may I accomplish that?
Again, Query1 = Selects distinct countries on a specific criteria
Query 2: Selects details for all the countries selected in query 1
Thx!
Message was edited by:
b~o~s~t~o~n

Similar Messages

  • REP-1213:  Field F_1 references column EMPNO at a frequency below its group

    Hii guys
    My goal is to display my desired database column where ever i want to on the report layout.For this Purpose
    I ran the following query
    1.SELECT * FROM EMP WHERE EMPNO='7369' in the Data Model.
    2.I then created a field in layout view and gave field source as EMPNO
    3.On Report Run following error was encountered.
    REP-1213: Field F_1 references column EMPNO at a frequency below its group
    Kindly help me in fixing this problem
    Regards
    Fahad Hameed

    dsegard
    Thanks for the tip.I fixed that and now i feel i've some control over my layout.
    How can i apply an image as a water mark throughout my report ??
    Regards
    Fahad Hameed

  • REP - 1213 Reference column frequency below its group

    Hi,
    In a report (6i) it is showing Error like "REP - 1213 field F_SUM_COLLECTIONS_RATIO
    Reference column CS_COLLECTION_RATIO at a frequency below its group"
    As I know this is a problem of repeating frame problem:-
    1. How can I check this error ? And How can resolve this problem?
    Note:-
    In this sales_ratio,collection_ratio,sales?coll._ratio I added Corr. formula columns and create summary
    columns corr. to each.
    This summary columns having problem.

    Good morning,
    What I have found is that every time I have this problem, it is because during the manipulation of report items, I have inadvertently moved an item outside of its parent block.
    If you expand the size of your report layout editor (control-key and PLUS key [ ctrl+]), you can usually see where the item has strayed outside of its parent report block.
    I hope this helps,
    Don.
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone! :)

  • COLUMN AT A FREQUENCY BELOW ITS GROUP

    HI
    I AM NEW TO REPORTS ..IAM DEVELOPING A MATRIX REPORT .I AM GETTING THIS ERROR CAN ANY ONE HELP WHT I SHUD DO TO SOLVE THIS
    REP-1213 :'FIELD F_VET_YES' REFERENCES COLUMN VET_YES AT A FREQUENCY BELOW ITS GROUP
    Thanks in advance

    i got the solution .. i referenced groups interchangingly ..:)

  • REP-1213: Field  references column at a frequency below its group

    Is there a way of making a field which is on a lower level group to be displayed in a group which is at a higher level in the report?
    I have a field which is within a lower level group on a report and I want it to appear as a header, within a group which is a level above its own group. The field should remain in its original group but should not appear on the report as a column within its original group but should appear as part of the heading.
    I have tried it and got error REP-1213: Field references column at a frequency below its group, but how can I achieve what I want to do without getting this error? Is there a way of showing this field on the header without actually moving it into the header group? Should I create an alias or a function or what and how?
    Please help.

    user8655468 wrote:
    Sorry, I don't seem to get you. MY report has 2 repeating groups. The first group has student_name, course_code, course_name and the 2nd group has academic_year, module_name, module_code and module_grade. Academic_year which is in the 2nd group has to appear as a heading together with the items in the first group but it can not be moved from its original group as it goes together with modules. The report displays a history of a student's modules from 1st year to current year so the Academic year on the header will have to show the current Academic year for a student.
    I don't understand how I should use a summary column to achieve what I want to do. Please can you explain further. Thanks.I think you know about summary column. If your academic year is number filed, you can use it at summary column. Where summary function is sum. You take this summary column at 1st group and select source from 2nd group. Then display it at 1st frame.
    Hope this will help you..
    If someone's response is helpful or correct, please mark it accordingly.

  • REP-1213 Fld 'Fld Name' references col 'Col Name' @ freq below its group

    I have a report with a repeating frame. The report was working fine until I decided to do some more 'tweaking'. I somehow lost the repeating frame. I went ahead and added a new repeating frame and I'm now getting the following error:
    "REP-1213: Field 'F_Customer_name' references column 'Customer Name' at a frequency below its group."
    I read about the error in the help but, I dont know exactly what it means.
    PLEASE HELP!!

    hello,
    if you are going to the layout model you can move elements
    forward and backward. the easiest way ist to select all fields
    in the layout model (if they are behind the repeating frame you
    will not be able to select them by clicking, use the object
    navigator to select them instead)) and use the BRING TO FRONT
    menu item.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • FORMAT TRIGER 'B_5' REFERENCES COLUMN 'DT' AT WRONG FREQUENCY

    I have a field B_5 as page footer & I have written the following code
    function B_5FormatTrigger return boolean is
    begin
    -- Automatically Generated from Report Builder.
    if :dt >= '02-oct-2007'
    then
    return (FALSE);
    end if;
    return (TRUE);
    end;
    when I execute the report it returns an error that
    FORMAT TRIGER 'B_5' REFERENCES COLUMN 'DT' AT WRONG FREQUENCY
    How can I get rid of this error ?

    Hi
    Check if DT belong to the correct frame or repeating-frame.

  • Which field denotes result column of Qe01 tcode  in below bapi

    Bapi Name:  BAPI_INSPOPER_RECORDRESULTS
    Hi can anyone help me finding out the field which actually denotes the result column (Summarized Results or Single Results )
    from QE01 TCODE in BAPI: BAPI_INSPOPER_RECORDRESULTS .

    Use SINGLE_RESULTS to write the result value
    Refer
    http://wiki.sdn.sap.com/wiki/display/Snippets/Sample%20Code%20BAPI_INSPOPER_RECORDRESULTS?bc=true
    Also
    Example in ;  BAPI_INSPOPER_RECORDRESULTS, Record Insp Lot Results

  • FREQUENCY BELOW ERROR

    I ADD A FIELD AT REPOT MANUALLY AND GIVE HIM SOURCE OF A SUMMRY COLUMN .I RECIVE ERROR MESSAGE( REP:1213 FIELD REFERENCES COLUMN BELOW ITS FREQUENCY).I FACE THIS PROBLE MANY TIMES.WUT IS SOLUTION OF THIS.

    From Reports help:
    Move the field into a repeating frame whose source group is at or above the group that contains the field's source column. Otherwise, move the field's source column into the enclosing repeating frame's group, if possible.
    I suggest you move your fields around in your layout, moving a field out of 1 repeating frame into another. See how the data model, groups and layout are related.

  • Order Source Reference Column in Sales Order Form

    Hi All,
    When copying a sales order that is imported from EDI, the order source reference column in the new order refers to the original order. Is there a way to make this field refer to the same field of the original order? Or at least make it editable/updatable?
    Thanks
    A/H

    Not sure personalization will solve this problem. Other options:
    1. Workflow
    2. Post Hook Events
    3. trigger?
    Thanks
    Nagamohan

  • Problem with displaying same field in three columns

    Hi
    I am using reports developer 11g and I have created a report which displays only one field (column), which is id_number as output but I have a problem now.
    I would like to display the id_number in three columns on one page to save paper, that is, I want to show the first 20 (1 - 20) id_numbers in one column going down, then display the next 20 id_numbers (21 - 40) on the second column on the same page and the next 20 (41 - 60) on the third column still on the same page. If there are more than 60 id_numbers, they should be printed on the next page again in three columns, and so on until all the id_numbers are displayed. How can I achieve this? Could you please assist me?
    Thanks.

    Andreas, I think I am missing something here. I have done what you have said but still the id_numbers are all being displayed
    in the first column and jumps on to the next page without displaying the id_numbers across the page in columns.
    My data model contains a group with not only the id_number but has other fields which I am not displaying.
    I am only using the other fields just to use them in conditions to select only id_numbers which meet a certain criteria which I then display in the report.
    I have created a repeating frame for that group and changed the orientation property to Down/Across. Within that frame, I have a field for the id_number
    which I want displayed in three columns, running across the page as I have already told you. Please help.
    Thanks.

  • How to create new form fields in several columns (spreadsheet) and have them named consecutively?

    Hopefully someone can help.  I created a new form from an Excel spreadsheet, but the form field recognition didn't "take" well and very little of the spreadsheet translated into form fields.  I need to create new fields (31) for each column (about 10) and I want the fields in each column to have a keyword from the parent column and the fields numbered consecutively.  I'm really hoping I don't have to do this manually!
    Next, is there a way to total the values in a column of fields (the same as the SUM function in Excel?) or does the form user have to dig out a calculator and add everything?
    Can I create an email (submit) button and direct how (ie email) and by what method the form is sent?
    Once the form is completed, is there a way for the user to lock it before sending it - ie a button they could press to make it no longer fillable?  Or can I set the document to be a regular .pdf once it leaves the host machine?
    I think that's it!  Hopefully someone can help soon - this is a work project that could be potentially very time consuming if I have to create each form field manually.  Thank you for any assistance!
    Cheers,
    LostintheNorth

    LostintheNorth wrote:
    Rats!  Thank you for your link - I may take you up on that... however for the purposes of this form I'm more than halfway done, so I might as well keep plugging away.  A workaround I found was to creat 32 of something I only need 31 of, then delete the parent.  Somehow even playing with spacing on the "create multiple fields" option as the fields are being created only gets the vertical alignment close - no matter what I do I still end up manually aligning (vertically) 31 little boxes for each column so they fit visually.  Grrrr.
    Yes, this can be very tricky. If you don't get the exact right offset between each field, the difference will accumulate and after a while it will be completely off.
    You just have to play around with it, until you get it right. Or almost right, and then adjust it manually.
    Another thing I've noticed, is that when you select one field and right click for properties, you get an expanded version, as opposed to select/shift/enter for a bunch of cells only yields an abbreviated properties box - what's up with that?  Is there a way to change this?  For instance, I had set the properties for a column of 31 cells to be number, 1 decimal place.  Halfway through my project, the lady I am doing the favor for tells me she would like 2 decimal places, requiring me to manually change each box for 62 cells!  Apparently cell formatting is not an option in the abreviated properties dialogue!  Is there a fix for that?
    No, there isn't. Some propeties you have to set manually (or get right the first time, before copying and pasting...). There is a way to do it with a script, but it's a bit complex and requires using an undocumented method.
    This next question is a bit more complicated, and may not be possible.  The form I am creating is for payroll purposes, so at the moment it is generic (31 days) and the user fills in the month manually. Is it possible to get the form to recognize a month value (or create a pulldown menu with a selection of months to choose from) and limit the days accordingly?  Or better yet, run a calendar function so that weekends and stat holidays are highlighted on the affected row?  Kind of like what you can do with an Excel spreadsheet, which is what I designed the form in at the start (then printed to .pdf - the form field recognition did NOT work well on my spreadsheet!  hence me doing every cell manually).  Is this even possible, and if so, is it something I could learn to do?
    Yeah, it's possible, but requires quite a bit of scripting knowledge. If you wish, contact me personally (by PM or email at try6767 at gmail dot com) and I could possibly create this for you.
    If you want to do it yourself, you would have to learn a lot about both the Date object in JS and about the various date printing and scanning methods in Acrobat JS.

  • How to make a field under Selection column in DataSource from dimmed to ...

    We try to make an InfoObject shows up in Data Selection of an InfoPackage to restrict the data load based on the range of this InfoObject.  In order to do this, we will have to go to the source system to run RSA6 to edit the datasource to make this field checked under the Selection column.  However when we get to the screen, find this field's Selection column is dimmed.  Is there anyway to make it from dimmed to editable that it can be checked?
    Thanks

    hi Kevin,
    try to check table ROOSFIELD, fill OLTPSOURCE with your datasource name and OBJVERS 'A', what's the value for SELECTION ? you may change the value with 'X'.
    use abap code :
    UPDATE ROOSFIELD SET   SELECTION = 'X'
                   WHERE OLTPSOURCE   = 'datasource name'   AND OBJVERS = 'A'.
    can i know your datasource name (if it's business content) ?
    Properties of a DataSource Field
    If a request for a DataSource is scheduled in the Business Information Warehouse, selection conditions are specified across certain fields. The property that determines whether a selection in BW using a field
    is possible or required is established in the DataSource in the Source System.
    In addition, the visibility of the field in BW can be set.
    A field that is not visible (or that is hidden) cannot be transferred into the transfer structure.
    Definition of the individual values:
    'A': Field is hidden in OLTP and BW, property cannot be changed  the customer.
    'M': The DataSource requires a selection across this field before it is able to extract data (Required field for the generation of a request); property cannot be changed by the customer
    'X': The Data Source can select across this field. The customer can change selections and visibility (the field is currently visible and selectable, compare with 'P', '3')
    '1': Pure selection field for the DataSource. The customer can change the selection, but not the visibility (the field is currently selectable , compare with '2').
    '2': Pure selection field for the DataSource. The customer can change the selection, but not the visibility (field is currently no selectable, compare with '1').
    '3': The DataSource can select across this field. The customer can change selection and visibility (the field is currently not visible not selectable, compare with 'P', 'X')
    '4': The DataSource cannot select across this field. The customer can change visibility (the field is currently not visible, compare with ' ')

  • User Defined Fields and Reference Fields on the B/S

    Dear Experts,
       On the balance sheet in SAP 9.0/8.82 once you click on the expanded button, there are user defined fields and reference fields which are blank. Could someone assist on how to use them ?
    Kind Regards

    Hi Martin,
    If you add any user defined fields (UDF) in Journal Entry (JE) screen, You can use the udf's in the
    balance sheet report.
    Regards
    Neslin

  • Field Widths and Column Formatting

    What is used in java to format field widths and Columns in Java when outputting to the command line?
    I know in C++ you use setw and setprecision, buy what do I use for Java?

    Yes. The APEX templates use stylesheets to render your reports. APEX also provides a STYLE attribute under each report column that you can plug in in-line style values to force you text to align=top and so on. You can manipulate your format that way, or through the more difficult alternative of actually altering the CSS and/or the report region templates that APEX uses. [this requires a working knowledge that is way beyond adding style="xxxx" to a report column]

Maybe you are looking for

  • OAM 11g BP02 with Kerberos is not working on AIX

    Hi, We are trying to configure OAM 11g with Kerberos on AIX with no success.. Resource is protected according to OAM documentation guide but the oam logs shows the following: [2012-08-28T00:03:22.305-05:00] [oam_server1] [TRACE] [] [oracle.oam.engine

  • Using HTML tags in Flash

    Hello I have some XML that's loaded into Flash by ActionScript and in the XML, I have some text under a node as a parameter called "content" but the problem is that I need to have some HTML code in there (Anchor Tag for links) But it isn't rendered b

  • How does one get a simple URL link onto the Designer Form?

    Greetings: Thank heavens for small favors, kudos to Adobe for Designer and its basic email functionality. One annoying thing, I am finding it impossible to put a simple link on the Designer Form. Likewise, if I open the form in Acrobat, the link icon

  • HELPP!! can't sync music to ipodd!

    i restoreed it to facoty settings, to fix problem. now, when i try to sync my music to it, it says the following. "iTunes could not save music to your Music folder because you do not have write access. Check the permissions on your Music folder and f

  • Is there an app or way to monitor my teens texts

    Is there an app that allows a parent to monitor there child's text or activity