Conditionally add a page dependant on next group section

Dear Forum
I have a report in the format
RH
  PH
     GH1
        GH2
           GH3
              Detail
           GF3
         GF2 (If next group section = GF1 do not add a page. If Next group section any thing else add page)
      GF1
I seem to have an issue determining the next group section at GF2
is this possible?
Are there any functions avaialble to ascertain the next displayed section on a report
Thank you for your help as ever
With Kind Regards
Paul Marks

hey Paul,
you can figure this out using field values, though it's a bit of work as you'll have to create formulas for each group.
as an example, if you want to figure out if Group Footer 1 is the next section:
GF1 will appear next if the field value for Group 1 will be changing...place this formula in your GF2 section as a test...change the field value in the formula to whatever your Group 1 field is....
{{Customer.Country} <> next({Customer.Country})
you'll get a true when the next section will be GF1.
cheers,
jamie

Similar Messages

  • Exit for IW31 to add new partner depending on Planner group

    Hello,
    I am having a requirement, where i need to add a partner (by default) in tab partner of transaction IW31, depending on Planner group .
    I had tried all the exits like : ICSV0003
    ICSV0007
    ICSV0008
    IEQM0004
    V09A0002.
    But the above mentioned exits was not getting triggered after entering the planner group data in transaction IW31.
    can any one please help me to find the exit or enhancement points?
    Thanks in advance
    Darshana

    Hi Danish,
    Thanks for your reply.
    But this is not getting triggered after i entering the value in a field planner group (tab header) and then going to tab Partner tab to check defualt added value.
    kindly let me know for any other exit.
    Regards,
    Darshana

  • Add terms and conditions on last page of PO using XSL-FO stylesheet

    Hi
    I need to add terms and conditions on last page of PO pdf. I have changed the values for profile options PO;Terms and Conditions Filename and PO: In file path to the file name and filepath of my terms and conditions txt file. Do I have to make any changes to the stylesheet for it to be printed on the last page? if so, what are the changes to be made?
    This is really urgent and I would appreciate any help.
    Thanks,
    Sharmila

    Hi,
    In main window &next-page&  eq 0. condition does not work . 
    even &page& eq &formpages& may not work out not sure.So what you need to do is.
    In the print program
    just describe your internal table say lines v_lines
    and in the loop put one count varaible say v_count
    then in the script put condition as below.
    if v_count eq v_lines.
    /:NEW-PAGE pagename  ( say last)
    endif.
    Reward points if useful.
    Regards,
    Nageswar

  • Conditional rendering of JSF page depending on Navigation case

    Hi
    Can we conditionally render the JSF page depending the navigation case, which brought us in that page..
    Lets say that a page A does both Edit and create operations , we have two navigation cases "edit" and "create" directing to this page from main page. can we modify the components in the page depending on the navigation case.
    Thanks in advance
    Pradeep

    Hi Grant,
    your reply was helpful. i got into another scenario :-) where i need to know the navigation case which brought us into the page.
    I have a page flow in adf which can be called by client applications both as a popup or a regular window. the ADF's dialog framework more or less solves my requirement. But to return values from dialog, i have to use "returnFromDialog" method on click of button in the popup window. as i am reusing the page i would write a conditional statement to show diff behaviour when launched as a popup.
    my problem is that i do not want client application to set any parameter in the managed bean (this would get client apps into the implementation issues, causing unnecessary complexity). This again brings me back to the same question ability to KNOW (get handle of) the "navigation case".
    Pradeep

  • Collapse group and next group stays on next page

    I have a group that is by customer and I have it defaulted to show expanded view when report is first opened. The expanded view showing all the details spans all the way to the end of page 1 so that the second customer shows up at the beginning
    of page 2.  When I click to collapse customer 1 so it is now only 1 row, I want to see customer 2 right below it, not have to move to page 2 to see the next customer.  Is there a way I can get this to work?  I guess I'm looking for it to repaginate
    somehow on collapse or something along those lines.

    Hi jms1070,
    According to your description, you want to apply page break when expand rows in a group. Right?
    In Reporting Services, we can't put any expression to apply logic in page break property. Also the collapse/expand can't be used as field in expression. In this scenario, it's only possible for the first group spanning page 1 when the page size is same
    as the heights of the details rows within first group. If you set the page break between each group instance, the group 2 is always on page 2. So it's impossible to repaginate based on collapse/expand. Your requirement can't be achieved currently.
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Is this possible to add one page under 2 tabs conditionally in Oracle 10g

    Hello All,
    Is this possible to add one page under 2 tabs conditionally.
    Lets say i have created one page "Page 1" under "Tab 1". Now i want the same page to be displayed fom another tab also.i.e. from "Tab 2" from the same application.I want to avoid creating copy of this page.
    Such that when i am in Tab 1 and going to this page ,the newly created page should show tab as Tab1.Similarly if i am going to Page 1 from Tab 2 ,the newly created page should show tab as Tab2.
    What can i do for this.
    Thanks
    Swapna

    Swapna,
    For Tab1 and Tab2, set the 'tab page' as 1 under 'current for pages' while you edit the tabs. This would add page 1 under two tabs, tab1 and tab2.
    Regards,
    Hari

  • Conditionally add a final page

    Hi, I need to conditionally add a final page in one of my report. It's an order confirmation; this page contains the terms of sale.
    My report is structured like this:
    - I use header and footer constructed with <?start:body?> and <?end body?>; but I cannot use Word native header and footer, because I have vertical lines in my document that will appear over my footer... :(
    - last page must not have header and footer like preceding pages.
    I tried to do something like this
    <?if:TERMS_SALE='Y'?>
    section interruption
    Terms
    of
    sale...
    <?end if?>
    but the if structure is ignored if I put it around the section interruption... so the terms of sale always appear!
    How can I do? Is it possible to realize this particular layout?
    Thanks!
    Edited by: user10366800 on 7-ott-2008 7.56
    Edited by: user10366800 on 7-ott-2008 7.56
    Edited by: user10366800 on 7-ott-2008 7.57

    Will this help ?
    http://winrichman.blogspot.com/search/label/BI%20Publisher%20Last%20page%20continued.

  • Page break within a group(s)

    I have a report that uses a group that contains three parts, a details part, a blank lines part, and a totals part.
    What I am attempting to achieve, is to produce the report so that there are page breaks within this group. The page breaks should happen after each part.
    I have been able to achieve the desired look by adding a group for each part, with an additional 'blank' group to provide a page break between the Details Part and the remaining 2 parts. 
    This, however has left me with 3 issues;
    Throughout the report, there will be pages with only the heading and no details.
    There are pages that show 2 headings (one for the ending detail group and the other is for successive detail group)
    How to remove the headings for the blank lines part and totals part (which is now on their own separate pages) 
    The major pain point for me is issue #3. Anyone able to offer suggestions with the amount of information provided?

    Hello,
    Based on your description, you have three part in one group. You have add page break between each part. You have mentioned that the heading will repeat in each page. You have set the tablix repeat headers on each page, right?
    Since you have blank line part in the group, when we add page break between each part, we will get a blank line page. When we have set the heading will repeat in each page, we would also have repeat page header in blank page.
    Now, what your requirement is not get the repeat header in the blank page and total page, right? Please refer to the following steps below:
    Cancel the headers repeat in each page configuration.
    Add a total row before of the detail group. Change these text box values with headers values.
    Please refer to the screenshot below:
    If there are any misunderstanding, please feel free to let me know.
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • How to add addtitional pages in design view?

    How do I create additional pages in design view?  I have tried using NEW PAGE AFTER, but that doesnt add another page in design view, like I need. 
    I am creating a report that uses 8 subreports per page to dynamically create labels.  Currently I have a report header, and am using the page header to arrange the subreports so the top of each subreport prints on the top of each label.  The fields in the subreports can grow, and fill in the label from the top down. 
    I need to create a multiple pages using this format, but I dont know how to add more pages in design view.  Essentially I need subreports 1-8 on page 1, 9-16 on page 2, etc.  I would like to preserve the formatting I have created thus far, but I can always change it if I have to.

    In attempting to create the label sheets I needed, I ended up creating 14 separate reports (which report on 6 individual queries), because there are 14 pages worth of labels that need to be created.  What I wish to accomplish is to condense these 14 reports down to 6 reports.  One for each query.  What I absolutely cant find a way to do, is to get Crystal Reports to allow me to customize subreports on consecutive pages.  Again, I have 8 subreports on each page, which have been formatted to fit on 8 labels when printed.  Each subreport is identical in design, but has a different range selected (i.e. my driving value in each subreport has been modified with Select Expert to be between 1 and 5, or 6 and 10, or 11 and 15).  This is how I have been able to return 5 consecutive results on each label, with the next label returning the following 5 results. 
    My ultimate question:  Is it possible to create a multi-page report using this method?

  • Have a gap in detail of first page and not display group footer on each pag

    Please help me about Memo field in SubReport in CrystalReportXI. I have a SubReport that need to display pageheader, detail, page footer, and  in detail of subreport contains memo field and set the property of this text box to "Can Grow" = Yes .However, CrystalReportX does not support to display  pageheader, pagefooter in SubReport. So. I have created a formular FakePageHeader that has code  as
    "WhileReadingRecords;
    true"
    and group in this field and checked option repeat group header on each page and right click Section Expert->check print at Bottom of page for Group Footer.
    This problem is when I preview Subreport. It display text in group header and a gap in detail of first page and view next page, the subreport display right data of memo field. But the report still not display group footer on each page.
    How do I can remove a gap in first page and display group footer on each page?
    Thanks

    in subreport in format for the memo field uncheck keep object together.
    You can not force group footers to repeat on each page.
    I have not tried this but you might be able to capture the data you want to show in SR page footer and display in main report page footer, using shared variables.
    Ian

  • What to do to add some UI elements in a group element on click of a button?

    I want to add Input fields and labels in the a group in a view on click of a button.
    How to :
    1)Access the right gropu in view through code?
    2)Create elements in the group through code?
    Please reply soon!
    Sumit

    You need a flag to signal that the elements should be added with the next call to wdDoModifyView().
    Add a boolean context attribute "AddFields" to the view context and set it to true in the action handler for the button:
    void onActionAddFields(...)
      wdContext.currentContextElement().setAddFields(true);
    In method wdDoModifyView(), check the flag and reset it after the code that adds the fields:
    (I assume the group has a MatrixLayout)
    static void wdDoModifyView(...)
      if (wdContext.currentContextElement().getAddFields())
        /* access group by ID given at designtime */
        IWDGroup group = (IWDGroup) view.getElement("groupID");
        IWDLabel label = (IWDLabel) view.createElement(IWDLabel.class, null);
        /* if new row in MatrixLayout should be started: */
        IWDMatrixHeadData labelLayoutData = label.createLayoutData(IWDMatrixHeadData.class);
        /* change settings for layout data if needed */
        label.setText("whatever");
        IWDInputField field = (IWDInputField) view.createElement(IWDInputField.class, null);
        /* if in same row as label: */
        IWDMatrixData fieldLayoutData = field.createLayoutData(IWDMatrixData.class);
        /* change field layout data if needed */
        field.bindValue("context.attribute.path");
        label.setLabelFor(field);
        group.addChild(label);
        group.addChild(field);
        wdContext.currentContextElement().setAddFields(false);
    Armin

  • Add-on page won't open - want to enable and enable flash player

    The Firefox Ad-ons page will not open - it goes into an eternal cycle. I used to open it regularly to enable and disable the flash player - now I can't do this.

    First, if the active category on the left side of the Add-ons page is '''Get Add-ons''', click '''Extensions''' to bypass whatever is loading and go directly to the area likely to have the toolbar. (I think it's loading a page of popular add-ons, which isn't very relevant to what you want to do.) Does that work?
    If that doesn't work, you could try disabling all add-ons first and see whether that makes a difference. You can do this using Firefox's Safe Mode dialog.
    First, I recommend backing up your Firefox settings in case something goes wrong. See [[Backing up your information]]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Next, restart Firefox in Firefox's Safe Mode ([[Safe Mode]]) using
    Help > Restart with Add-ons Disabled
    In the Safe Mode dialog, check just the box to "Disable all add-ons" then click Make Changes and Restart. Does this allow you to access the Add-ons page?

  • How to add a page in the SAP Scripts

    Hi All,
    I want to know how to add a page in the sap scripts. there is already sap script developed by some other person.
    Now I have to add a page in front of that and have to add some more data.I added a page in page windows but thats not at all working.
    Please help me out in this.
    Thanks,
    Praveen

    new page will create in sap scripts using new page command.
    you have to set condition like after some number of records displayed in page new page has to be trigger.
    ex:YOU HAVE SO MANY RECORDS FOR PRINTING BUT YOU WANT TO DISPLAY 100 RECORDS IN FIRST PAGE REMAINING IN SECOND PAGE LIKE THAT.
    Here you can use NEW PAGE COMMAND .
    IT IS OPPOSITE PURPOSE OF PROTECT AND ENDPOTECT.
    Reward if useful.

  • How to add a contact to a specific group in iOS6

    Whenever I add a new contact to Contacts (address book), the contact just gets added to default list. Is there an option in iOS6 to add the contact to a specific group within my contacts or to move a contact from one group to another? I know how to do this on my iMac, but do not how to do it on either the iPad or iPhone.

    Hi,We are having a problem with one of our users Outlook2013, his Inbox is not showing the count of unread emails.When the PC is booted up you can see the folder flashup with the number of unread emails but then the count quickly disappears. Ihave tried all the solutions mentioned in the below Microsoft Forum, all are temporaryuntil we reboot the PC and start Outlook again, but nothing seems to be permanent.http://answers.microsoft.com/en-us/office/forum/office_2013_release-outlook/outlook-2013-inbox-not-showing-count-of-unread/5fc4f9e0-b3b6-4d51-b599-b4a624e8047d?page=1&tm=1436346526332We are using Exchange 2010 with Outlook 2013, so I am unsure if this iscausing the problem.The user has mentioned that when he is looking at the properties of thefolder throughout the day and selects the Synchronization Tab the Server andOffline folder...

  • How to make the text flow in a table from on page to the next?

    hello,
    i wanted to know if its possible on pages to make a table so the text will flow from one page to the next?
    (for example, i write a content in the column on a specific raw, and if still have text when i reach the margins of the page, it automatically continues the text on the SAME raw on the next page)
    i couldn't imagine i would ask this, since this seems to be a default on Word, but i hope i explained it right, but just in case, ill add a picture to illustrate (notice that in raw 10 there is still text, its just continues and disappears, without flowing to the next page. on the next page it is just a new raw 11, and i wonder if its possible to make the remainder of the text from raw 10 flow to the next page)
    *and I'm new in mac, so please be as specific as possible
    thank you

    thank you Jerry,
    i did not understand where is that option you mentioned, because it seems that is exactly what i need!
    ill will add some snapshot to show you my "Format" and "Arrange" properties, because i couldn't find it
    *the only place i could find what you saying is on the right side of the screen, there is the "arrange" tab, but there "move with text" and "inline with text" were selected from the beginning

Maybe you are looking for

  • End routine help

    Hi Experts, I have an CUBE which is loading once in a week(full load). In that cube i have plant and material and some other fields . My requirement is 1) i have to delete some materials from all the plants from the cube like mat1,mat2,mat3..etc from

  • When i press mail button to access email the tab goes back&forth between log in and connecting never stopping on one or the other

    it does no good to send info to my acct. cause I can't access it . that is my problem!

  • PDF document in B2C Web shop

    Hello Experts, I am trying to set up a B2C shop in CRM 2007 (sp02). I have set up a product catalog and maintained a PDF document in the HEADER AREADocuments TabBDS_PDF folder. I replicated the same to TREX(having IIS installed on the same machine).

  • Problem in communication channel

    Hi I am new to xi and doing file to file scenario. In Receiver communication channel i am using file content conversion for text file. In adaptor monitering it is showing the error Initialization error: Conversion initialization failed with java.lang

  • Mini wakes up.G5 Doesn't

    I have a wireless network operating through a router. It works just fine except that the G5 Powermac will not wake up when requested on the network yet the Mac Mini which is on the same power settings will wake up. Both of these are being called up f