Groups and Frames...

I am new to Oracle Reports and Oracle in general for that matter. I am trying to produce a report. I am selecting dates and places and reporting sales. I want the date of run and place to default the header of the report. The tool places both of these items in the body of the report. When I add a field to the Margin view of the layout model, assign it the field I want from the property pallet, then run the report, I get an error "field f1 references column YearPeriod at a frequency below its group". How can I get items that I want report specific to appear one time at the top of the report rather than in the body of the report.
Any comments will be welcomed.

Create a summary column in the data model editor(outside of any data model query.) give the database column as a source. Select the function as "FIRST". Reset level as "PAGE or REPORT". In the layout editor create a field and give the source as summary column name

Similar Messages

  • Update showing up in "Compliance 5 - Specific Computer" Report even after removing the update from the Software Update before creating Group and Package

    So I've created a Software Update Group and I did NOT want anything in there dealing with Internet Explorer 11 since the organization is currently stuck at using 10 as the highest. So I made sure that Internet Explorer was NOT in the list and then I deployed
    the package. 
    After running my Overall Compliance report it shows that the systems are compliant, but when I view the "Compliance 5 - Specific Computer" I see that "Internet Explorer 11 for Windows 7 for x64-based Systems" is listed in the report. 
    This is just a testing phase right now and I have not created a WSUS like Domain level GPO. I understand that the SCCM client creates a local policy on the clients for the location of the Software Update Point (Specify
    Intranet Microsoft update service location), but the "Configure Automatic Updates" policy is set to Not Configured, which it looks like when this
    is set, the "Install updates automatically (recommended)" at 3AM is the default. 
    Is the reason why the "Internet Explorer 11 for Windows 7 for x64-based Systems" update is showing up in the list due to the fact that the "Configure
    Automatic Updates" policy is set to Not Configured
    and therefore it is still reaching out to check Windows Update online? 
    So, if I do create a Domain level GPO to Disable the "Configure
    Automatic Updates" policy, then the "Internet Explorer 11 for Windows 7 for x64-based Systems" update would not show up in the "Compliance 5 - Specific Computer" report?
    By the way, I have a Software Update Maintenance Window configured for the hours of 1AM-4AM so the 3AM default time falls within this time frame, therefore, I am assuming the SCCM 2012 client will not allow the Windows Update Agent to install the "Internet
    Explorer 11 for Windows 7 for x64-based Systems" update, even though it has detected it is "Required". 
    Thanks

    But, don't you need a Deployment Package in order to deploy the Software Update Group? The Software Update Group uses the downloaded updates contained in the Deployment Package located in, wherever the Package Source is, right?
    One more quick question that you will know right off hand, because, well, you just will I'm sure.
    No. The software update group really has nothing to do with any update packages. The update group assigns updates to clients and in turn clients use update packages to download assign and applicable updates from. There is no connection between the two though
    as the client can download an update from any available update package. Thus, it's more than possible to updates in an update package that are not in any update groups and it is also possible for an update to be in an update group without being in any update
    package.
    If the "Configure Automatic Updates" policy is set to "Not Configured" and since this keeps the 3AM Automatic Updates default, if I was to remove the Software Update Maintenance Window from being between 1AM-4AM, will the WUA agent install updates
    at 3AM, or no because the SCCM 2012 client still manages and oversees it and basically blocks that from occurring?
    No, ConfigMgr does not in any way block the WUA; however, the WUA can only autonomously install updates it downloads directly from WSUS. Thus, since there are no updates approved or downloaded in your WSUS instance, there's nothing for it to download and
    install. If you happen to actually be going into WSUS and approving updates (which you should not be doing as its unsupported), then yes, it actually would install updates -- this is outside of ConfigMgr's control though. Generally, disabling the WUA via a
    GPO is the recommended to prevent any accidental installations or reboots (as the WUA wil also check for initiate pending reboots outside of ConfigMgr).
    Lots more info in these two blog posts:
    - http://blog.configmgrftw.com/software-update-management-and-group-policy-for-configmgr-what-else/
    - http://blog.configmgrftw.com/software-updates-management-and-group-policy-for-configmgr-cont/
    Jason | http://blog.configmgrftw.com

  • CS3 JS Add group into frame

    Hi
    In InDesign UI you can copy a group of frames and paste it into another frame.
    I'm trying to replicate the results via JS
    I tried this:
    x = app.activeDocument.rectangles.add();
    y = app.activeDocument.ovals.add();
    z = app.activeDocument.ovals.add();
    x.groups.add([y,z]);
    then this:
    x = app.activeDocument.rectangles.add();
    x.groups.add([app.activeDocument.ovals.add(),app.activeDocument.ovals.add()]);
    Both attempts ended up with "Invalid parameter" error message
    Then I tried this:
    x = app.activeDocument.rectangles.add();
    y = app.activeDocument.ovals.add();
    z = app.activeDocument.ovals.add();
    g = app.activeDocument.groups.add([y,z]);
    g.select();
    app.cut();
    x.select();
    app.pasteInto();
    It did the job without errors, but I'm affraid it will be unnecessary slow in real world deployment.
    Please, can anyone explain what I did wrong with my first two attempts?
    Thanks for help
    Weller

    Hi
    Having carried out more experiments I made this discovery:
    (assuming that "myObject is a rectangle")
    after running:
    myObject.rectangles.add();
    myObject.rectangles.add();
    myObject.rectangles.add();
    I ended up with a couple of rectangles inside of the "myObject" frame.
    But they were not grouped.
    Though this partly solves my problem, I'm aware that Indesign won't allow me to do this in UI. (That is, it's only a single object or a group that can be "pasted into"). Am I really in for a big problem if I use this method?

  • Repositioning, grouping and align-to-grid of tilelist items

    I am working on a shopping cart application, where as user can drag products from tree and drop in a TileList. But now I want to know, how to reposition, group and grid-align the TileList items. User can drag and drop the items wherever he wants in the tilelist and group them color-wise or price-wise. Is this possible with TileList component or do I need to use any other component. Please help me. Below is the TileList example..
              TileList
                   |
                   |
    -----Red Color-----
    product1     product2    product3
    product9   product10
    product11
    ------Green Color-----
    product3     product5
    product12  
    product13  product14
    ------Blue Color------
    product4     product7    product8     product6
    and so on....

    Why not just put the text in the frame instead of having one text frame on top of another? That way you only have one object instead of two. Right click that and choose text frame options to set the inset for that frame and then apply the text wrap to that frame.
    You set the baseline grid in your preferences. With that setting it's document wide, but you can also set a separate baseline grid for individual text frames.
    If I'm not understanding exactly what you're looking to do, please post a screenshot.
    BTW, do yourself a favor a try to think in InDesign terms. You'll find it much find help.
    Bob

  • How to tag grouped and position locked images

    Hey, found that script does not work when the image is being grouped and locked..
      I tried to unlock it's parent first then tag the image.
    but...
    There's a problem here, if the image was grouped many times..
    how to unlock ALL it's ancestors??
    What shld be the correct script here... HELP...someone
    I'm beginning to hate CS3 and CS4... so many restrictions here and there.

    It would help if you identified the scripting language you're using and if you provided some indication of your current attempt to solve the problem at hand. Are you speaking of xml tagging?
    [eboda_snaf] yes
    To unlock all the items in a group, starting with an image in that group, is an interesting little project. I'd tackle it along these lines:
    1. Look up the parental hierarchy until to get to a group whose parent is a page or a spread. [If you're allowing for the possibility that the original image is anchored to some text in a text frame that is part of a group, things get a little more complicated because then you'll need the parentTextFrame of character -- and you have to allow for the possibility that the text is overset.]
    [eboda_snaf] will try that, btw you have any samples?
    2. Using the allPageItems property of the group, iterate through each member of the group and make sure its locked property is false.
    I don't see how CS3/CS4 is any more restrictive in this regard than was CS2. Do you have a CS2 solution to this issue that doesn't work in CS3? If so, please post it.
    [eboda_snaf]
    In CS2, using the direct selection tool, I'm able to select and tag the image even if it's grouped and locked, no script needed at all, no sweat and fast!
    In fact we are doing that currently.
    In CS3 and CS4, I can't do that. It will give a stupid warning message "Cannot modify elements that contain locked content, or are contained by locked content. Please unlock or check out the content and try again."
    So need to unlock the parent first. To make matter worse, grouped objects will need to unlock all the great great great grandparents first!
    Such a hassle, just doing a simple xml tagging task.
    Dave

  • Incoming styles (paste or library) ignore Style groups and duplicate

    I have a group  of styles in my doc that are identical to the (parap) styles contained in a library item and other Ind docs that I am working on.
    the Library item does not "see" the styles in the group and simply duplicates them.
    I realy like organising my styles in groups, but can't seem to stop this duplication.
    -The styles were in the group when the lib item was created
    -I get the same results when pasting from other Indd docs - the styles in groups are ignored and the incoming styles duplicated outside of the group
    CS3 through CS5 which implies I am doing somehting wrong??

    Bruce?
    Anywho, I can't replicate the problem.
    I've created some styles. Put them in groups. I've placed that text frame in a library. Deleted the text frame. Then placed the item from the library and all the styles come in just fine, no duplications.
    Can you give me a step by step to recereate the issue?

  • Odd Frames Or Groups Of Frames Say "Offline" But Are Not ?

    The title says it all!
    Suddenly I have a project where groups of frames or just an odd one randomly are red and claim to be offline. However, they appear to play perfectly well. The timeline off course is expanded quite a lot .... if I make all the project appear on the timeline nothing untoward can be seen.
    Clicking on them usually returns them to normal but not always.

    It's just in the timeline when expanded as shown in the screenshot.
    By clicking around I can sometimes make that particular frame (or bunch of frames) clear but others will then appear elsewhere.
    As far as I can see these offline warnings are false as I can play the clips quite normally without any drop frames etc. occurring.
    They don't seem to have any bad effect at all. It's just a mystery that they have started appearing since yesterday.

  • How to move grouped text frames as a group?

    I have a threaded text frame with two text frames total in the thread. I am trying to move only the second half of the threaded text frame from the second-to-last page to the last page of my document. I have been able to successfully do this using this code:
    var myDocument = app.activeDocument;
    var myEndFrame = myDocument.pages[myDocument.pages.length-2].textFrames[1].endTextFrame;
    myEndFrame.move(myDocument.pages[myDocument.pages.length-1]);
    However, this code does not work when the second half of my threaded text frame has another text box grouped inside of it (such as a pull quote). In that case, the script will only move the threaded text frame part and not the other text box grouped with it. I need the two text boxes to remain grouped, and I would like to move the entire group together to the last page of my document. I have tried everything I can think of to get this to work and have been unsuccessful. (For example, I tried to get my code to move the entire group, but I can't get it to recognize the grouped text boxes as a group.) It could be that I'm missing something obvious. Any help would be greatly appreciated.

    Hi,
    Suggest to check myEndFrame.parent before move.
    If its constructor.name == "Group" redefine myEndFrame. I mean:
    myEndFrame = myDocument.pages[-2].textFrames[1].endTextFrame;
    if (myEndFrame.parent.constructor.name == "Group") myEndFrame = myEndFrame.parent;
    myEndFrame.move(myDocument.pages[-1);
    Jarek

  • Adobe Muse and "frames" and "iframes" in the code

    Hello,
    i was ask by an SEO specialist that i had to remove all the "frame" code from my Muse sites because this is something that Google dont like. My question is : is it really bad for google to have a web site with frames? Is this something i cant fix in Muse, if yes how? If the frames generated by Muse when exporting in html are OK for search Engin like Google, please just give me some explanation so i can understand how this works and respond to the SEO specialist.
    I was asking my self, why would Adobe generate a bad SEO code? This is not logical, I'm sure SOMEBODY can help me understand this.
    Here is an example : (simple frame), some times i have "clip frames"
      <div class="clearfix" id="page"><!-- column -->
       <div class="position_content" id="page_position_content">
        <div class="clearfix colelem" id="ppu2528"><!-- group -->
         <div class="grpelem" id="pu2528"><!-- inclusion -->
          <div id="u2528"><!-- simple frame --></div>
          <div class="clearfix" id="pu2529-4"><!-- group -->
           <div class="clearfix grpelem" id="u2529-4"><!-- content -->
            <p>Réalisation de projets</p>
           </div>
          </div>
         </div>
         <div class="browser_width grpelem" id="u113"><!-- group -->
          <div class="clearfix" id="u113_align_to_page">
           <div class="grpelem" id="u2354"><!-- simple frame --></div>
          </div>
         </div>
         <div class="PamphletWidget clearfix grpelem" id="pamphletu2305"><!-- group -->
          <div class="ThumbGroup clearfix grpelem" id="u2331"><!-- none box -->
           <div class="popup_anchor">
            <div class="Thumb popup_element rounded-corners" id="u2333"><!-- simple frame --></div>
    Thanks
    Melanie Benoit

    There is no actual reference to HTML frames in the code snippet you provided. The ones you see are just HTML comments.
    Muse would use iFrames in cases such as inserting a YouTube/Vimeo video (this is what Google/Vimeo themselves provide for embedding purposes) or an Edge animation for example.
    Regarding impact on SEO, take a look at these articles.
    https://support.google.com/webmasters/answer/34445?hl=en
    http://webmasters.stackexchange.com/questions/54169/does-iframe-affect-seo-of-its-parent-p age
    Also note that HTML Frame and iFrame are different <http://stackoverflow.com/questions/1079128/whats-the-difference-between-iframe-and-frame> and that the latter is well supported in HTML5 - http://www.w3schools.com/tags/tag_iframe.asp.
    Thanks,
    Vinayak

  • Setup group and setup matrix

    Hi Gurus,
    Please brief me on the significance of setup group and setup matrix in APO and the effect of the same in planning?
    Thanks,
    Prasanth

    Hi Prashanth,
    Setup group tries to group products with similar characteristics.
    Setup matrix provides the sequence in which the set up groups
    can be executed.
    Setup sceanrio is used in cases where in the time taken for switching
    over from one product or group of products or category of products or
    charactersitics of products which is called as predecessor to another
    product or group of products or category of products or characteritiss of
    products which is called as successor.
    Say for eg, if you are having a scenario wherein
    you need to manufacture products with low weight,
    medium weight and heavy weight products.
    You can define in the set up matrix that for switch
    over from low weight to medium weight products for
    manufacturing, the set up time involved in 2 hours and
    the setup cost involved is Rs.100,
    Similarly, for switching over from heavy weight products
    to medium weight products, the set up time involved
    is 3 hours and the set up cost involved is Rs.50.
    Based on this information, system will frame a matrix
    of information and use during planning.
    Hope this information is clear to you.
    Please confirm whether your issue is resolved.
    Regards
    R. Senthil Mareeswaran.

  • Blanket and Frame work PO

    Hi,
    Can u explain what is blanket and frame work PO  , when we required this type of PO  and how to process it.
    regards,
    zafar

    HI,
    In general the Blanket POs are used for consumable materials such as Xerorx papers with a short text (does not need to have Master Record) with Item Category ' B' i.e.limit, where in the PO validity period as well as the limits are to be mentioned for the simplicity of procurement.
    The doc type is 'FO' (Framework Order). The GR or Service Entry for the PO are not necessary in case of Blanket POs as well as one need not to mention the account assignment category during creation of PO it can be 'U'-unknown & can be changed at the time of IR.
    Order type FO (framework order)
    1. Validity period in header of purchase order (field selection)
    2. Item category B (limit)
    A.. Limit in the item
    B. No material number
    C. Account assignment category U (unknown) is allowed
    D. No goods receipt or service entry
    3. Accounting data for the item suggested in invoices
    4. Additional or multiple account assignment possible in invoice verification
    5. Check of validity period and limit in invoice verification
    To be able to work with validity periods and limits in a purchase order, you must
    use document type FO (framework order) and item category B (limit). In the
    standard system, document type FO enables you to specify the validity period at
    PO header data level and use the item category B for limit items. (Limit items are
    sometimes referred to as blanket items.)
    Because you can only use a blanket order to procure consumable materials or
    services, you must enter an account assignment for PO items with the item
    category B. However, you need not specify the precise account assignment at the
    time you create the blanket PO. Instead, you can use the account assignment
    category U (unknown).
    You cannot specify a material number in a PO item with item category B. You
    have to describe the materials or services that are to be procured (such as office
    materials) using a short text. You also have to specify a material/service group.
    Regards,
    Pardeep Malik

  • Grouping and Decimal characters in rtf templates.

    Hi guys and girls,
    I’m really struggling with a problem here regarding the decimal characters for the prices in my output.
    I'm using XML Publisher 5.6.3.
    My goal is to control the grouping and decimal character from my template.
    The numbers in the XML data file can either be 10.000,00 or 10,000.00. The format is handled by the users nls_numeric_characters profile option.
    The output of the template shall be based on the locale and not the data generated by Oracle Reports. For example: Reports to US customers shall show the numbers in the following format 10,000.00. Reports to our European customers shall show the numbers in this format 10.000,00.
    How can I achieve this in my templates? Can it be achieved at all?
    Thank you in advance.
    Kenneth Kristoffersen
    Edited by: Kenneth_ on May 19, 2009 1:30 AM

    Hi,
    Thank you for your reply.
    The problem is that the report is generating the output based on the users profile option nls_numeric_characters.
    I have tried to override the users profile option in the before report trigger without any luck. I can alter selects so the query gets the numbers in the right format but then I would have to go through all queryes and reports which seem a bit wrong? Especially for the standard Oracle reports.
    BR Kenneth

  • Sum of LineCount Including Groups and Detail Data On Each Page Used To Generate New Page If TotalPageLineCount 28

    Post Author: tadj188#
    CA Forum: Formula
    Needed: Sum of LineCount Including Groups and Detail Data On Each Page Used To Generate New Page If TotalPageLineCount > 28
    Background:
    1) Report SQL is created with unions to have detail lines continue on a page, until it reaches page footer or report footer, rather than using  subreports.    A subreport report is now essentially a group1a, group1b, etc. (containing column headers and other data within the the report    with their respective detail lines).  I had multiple subreports and each subreport became one union.
    Created and tested, already:
    1) I have calculated @TotalLineForEachOfTheSameGroup, now I need to sum of the individual same group totals to get the total line count on a page.
    Issue:
    1) I need this to create break on a certain line before, it dribbles in to a pre-printed area.
    Other Ideas Appreciated:
    1) Groups/detail lines break inconveniently(dribble) into the pre-printed area, looking for alternatives for above situation.
    Thank you.
    Tadj

    export all image of each page try like this
    var myDoc = app.activeDocument;
    var myFolder = myDoc.filePath;
    var myImage = myDoc.allGraphics;
    for (var i=0; myImage.length>i; i++){
        app.select(myImage[i]);
        var MyImageNmae  = myImage[i].itemLink.name;
        app.jpegExportPreferences.jpegQuality = JPEGOptionsQuality.high;
        app.jpegExportPreferences.exportResolution = 300;
           app.selection[0].exportFile(ExportFormat.JPG, File(myFolder+"/"+MyImageNmae+".JPEG"), false);
        alert(myImage[i].itemLink.name)

  • What  is difference between user group and reference user group?

    hi
    guys,
            what  is difference between user group and reference user group? 
    your regards
      p.suresh

    Hi ,
    Chk the link below for your clarifiacation.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/5c/c1c81c445f11d189f00000e81ddfac/frameset.htm
    Hope it helps.
    Regards,
    Amit
    Edited by: Amit Kotwani on Sep 2, 2008 2:15 PM

  • I am trying to create a simple animated gif in Photoshop. I've set up my frames and want to use the tween to make the transitions less jerky. When I tween between frame 1 and frame 2 the object in frame two goes out of position, appearing in a different p

    I am trying to create a simple animated gif in Photoshop. I've set up my frames and want to use the tween to make the transitions less jerky. When I tween between frame 1 and frame 2 the object in frame two goes out of position, appearing in a different place than where it is on frame 2. Confused!

    Hi Melissa - thanks for your interest. Here's the first frame, the second frame and the tween frame. I don't understand why the tween is changing the position of the object in frame 2, was expecting it to just fade from one frame to the next.

Maybe you are looking for

  • Clob DataType, NULL and ADO

    Hello, First, I'm french so my english isn't very good I have a problem with Oracle Clob DataType. When I try to put NULL value to CLOB DataType with ADO, changes aren't not made. rs.open "SELECT ....", adocn, adOpenKeyset, adLockOptimistic rs.Fields

  • Sharing two iPod Touches on one account

    I have a 5th gen Touch, and I gave my 4th gen to my son. The Apple IDs are the same for both. The reason is that I have games I've purchased that he plays, so he doesn't want to lose them if we give him his own account. My question also has to do wit

  • Windows to Mac - OS or TM Lost File Structure (External HDD)

    Damage control please. I have an old Seagate One-Touch 150GB external drive I use to back up my old Windows machines. I have (had) four machines backed up in there - 1 Windows Me and 3 XPs holding business and personal files for the last 8 years. I n

  • How to "where any of(b,c,d,e,f,g,h..) is null" with SQL(not PL/SQL)

    With the combinations of case, decode and coalesce function this can be done via pl/sql function, but is it possible to do it with SQL(any similar operator for this need I mean). This need is because this is a report and the data processed is large s

  • Bapi doubts

    Hi All , I have some doubts in Bapi 1) why we can not use exception in Bapi ? 2)  BAPI must not execute a COMMIT-WORK command. 3) why its necessary to released the bapi & how ? 4) In Bapi there is a test  for Example IF 1 = 2. If the test is true a m