How to Hide trailer section?

Hi friends,
I supose it's easy but I can't remember:
do you know how to hide the trailer section (not only hide, I want not to show the empy page) depending on a parameter value.
I mean:
I have a user parameter in the report (P_myparam)
If P_myparam=Y --> las page with trailer section must be showed (report would have 3 pages: one for header, second for main section and third for trailer)
If P_myparam=N --> only two first pages must be shown.
Thanks.

Hi again, although there's a possible solution to my question adding the BLANKPAGES=NO parameter in command line when we call the report, I'm trying to find another answer...
Any ideas?
Thanks,
Jose.

Similar Messages

  • How to hide a section/link based on condition

    Hi All,
    I have three sections in my dashboard page; two of the section contains prompt that the user needs to run before. The Third section contains a link to Run the report. I need to hid the link, Run Report until the users fill the prompt and hit the Go button. How can I achieve this?

    Okay here are some tips for navigating this forum...
    1) If someone offers a suggestion, respond like "yes, it worked" or "no, it didn't work," then explain how it didn't work if possible (Did you get an error message?, unexpected results, etc.)
    2) Even if a solution may not have been exact, if it helped you give you new insight or if someone took the time to develop an answer that helps you understand your problem beter, you can and should award "helpful" points.
    3) If the answer either solves your problem or validates what you thought, mark it as "correct" and acknowledge the providers of hints and solutions. ("Thanks guys for your help," etc.)
    4) Finally close the thread itself.
    Doing this would motivate others to help you in the future when you ask your next question. (It is possible to "watch" a user and never answer their question again, if the poster is rude or ungrateful.)
    My final advice, is Kishore is one of the biggest helpers in this forum, so my recommendation would be not to flame his comments (even mildly) because he is the one who will decide if he will help you again or not. Oh, and Kishore doesn't host this forum. Along with many others in this forum, he just provides solutions and hints, dedicating his time and resources when he can. :)
    Hope this helps.

  • SRM 5.0 - how to hide a section/tab in shopping cart

    Hi.
    Is it possible to hide a whole section of the shopping cart, like "Ship-to address" or "Source of Supply"? I've used BADI to hide the fields in these sections and it works, however, I'd like to not show the sections at all including section headers.
    Thanks,
    Irina

    1.     You have to create BADI implementation in SE19. In the bottom portion of the screen select “Classic BAdi” and enter BBP_UI_CONTROL_BADI as BAdi Name. Click “Create Impl” button
    2.     Type in text and implementation name (usually something like  ZBBP_UI_CONTROL_BADI)
    3.     Attributes Tab. add Filter - ObjectType BUS2121 for Shopping Cart
    4.     Interface Tab. Double-click on method BBP_SC_UI_CTRL
    5.     Example of “display only” fields in Ship-to Address section:
    CASE iv_progname.
        WHEN 'SAPLBBP_SC_UI_ITS'.
          CASE iv_dynpname .
            WHEN '0310'.
              IF iv_fieldname = ' GV_F4_D_ADDR_EVENT '
                cv_input_ready = ''.  “<- display only
              ENDIF.
    *  If you want to hide all Ship-
    * to Address fields (FuncGrp BBP_SC_UI_ITS, screen 310)
    * use the following code:
              cv_input_ready = ''
              cv_invisible   = '1'.
            WHEN OTHERS.
          ENDCASE.
      ENDCASE.
    6.     Activate the code.
    7.     Activate the implementation.

  • How to suppress printing trailer section in 6i

    Hi all,
    I have a report which has a trailer section but in some cases I don´t want to print the trailer section. When I use a format trigger and return false then I get a blank page at the end of the report. How can I disable this last blank page.
    best regards
    Thomas

    Hi,
    there is a problem, I can´t put this fields in the main section because there is a footnote and a logo in the margin. On the last pages are signatures which have to be on blank pages (without Logo and footnote). Furthermore I´ve tried to to hide the logo on the signature pages but the problem is that I can´t know before the report is printed how many pages are before the "signature section".
    I´ve found something about report customization at runtime with xml and if anybody has tipps how I can add a trailer page with this method, I would be pleased :)
    Best regards
    Thomas

  • How to hide section based on prompt selection

    Hi All,
    I have a requirement to hide the section based on selection of the prompt . My scenario is like i have 1 dimension table and 10 fact table joined to that dimension table. each fact table is having one code of the dimension table.
    I have 10 different reports in 10 fact tables. i have defined a prompt on the dimension table , if i wil select a particular code in the prompt then it will show me that particular fact table report .
    For that i have done 10 reports and i am showing in 10 different section . Now i want to hide the section based on selection .
    If i can put all report in one section and based on selection i can show the report that will be also ok for me ...
    Please help me ...

    Hi ,
    i am able to show the section based on prompt selection . But in my current scenario i have 300 reports based on 300 fact table . If i will put all my report in a dashboard it will fire 300 queries to data base . It will become a performance issue . and one more thing is , does OBIEE support 300 reports in different sections in one page.
    Please help me ...

  • Urgent : Dynamically showing or hiding Header, main , or trailer section in reports

    Hi List,
    I have posted this question earlier also but didn't get any response. Can somebody please have a look at it and let me know whether it's possible or not ?
    Hi List,
    Can some body tell me how to hide/show header, main, or trailer section programatically ? I have a report in which i have to show or hide these sections based on a condition. I'm checking for value of a parameter and based on some calculation i have to show or hide main section. I mean if main section is visible then header section should not or vice versa.
    Can somebody suggest some way to achieve this ?
    Thanks in advance for your help

    did u tried format trigger or conditional formatting.
    U can write a basic checks using conditinal
    formatting for ex.
    if param1 greater than 100 hide the object.
    hope this helps.
    sh
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Manish Kothari ([email protected]):
    Hi List,
    I have posted this question earlier also but didn't get any response. Can somebody please have a look at it and let me know whether it's possible or not ?
    Hi List,
    Can some body tell me how to hide/show header, main, or trailer section programatically ? I have a report in which i have to show or hide these sections based on a condition. I'm checking for value of a parameter and based on some calculation i have to show or hide main section. I mean if main section is visible then header section should not or vice versa.
    Can somebody suggest some way to achieve this ?
    Thanks in advance for your help<HR></BLOCKQUOTE>
    null

  • Dynamically showing or hiding Header, main , or trailer section

    Hi List,
    Can some body tell me how to hide/show header, main, or trailer section programatically ? I have a report in which i have to show or hide these sections based on a condition. I'm checking for value of a parameter and based on some calculation i have to show or hide main section. I mean if main section is visible then header section should not or vice versa.
    Can somebody suggest some way to achieve this ?
    Thanks in advance for your help
    null

    Hello
    You have to create a format trigger for each of the item you want to hide/show like this:
    function B_2FormatTrigger return boolean is
    begin
    if :p_format = 'N' then
    return(FALSE);
    end if;
    return (TRUE);
    end;
    To create a format trigger, you have to go in advance layout section of the property palette and choose format trigger.
    Hope this help
    Karine

  • How to hide remote IP address in header for roaming users

    Sun Java(tm) System Messaging Server 7.3-11.01 64bit (built Sep 1 2009)
    libimta.so 7.3-11.01 64bit (built 19:54:45, Sep 1 2009)
    Using /opt/sun/comms/messaging64/config/imta.cnf (compiled)
    Hello everyone,
    We have a new messaging server and have been struggling in our effort to figure out how to hide the remote IP address of users who send email from a remote location. When a roaming user sends out an email from a remote location using SMTP AUTH to authenticate, the messaging server includes the remote ISP's dynamic IP address in the header of the email, which in turn results in some recipient mail servers blocking the mail message as spam. What we want to do is have messaging server rewrite or remove the roaming user's dynamic email address so the header does not reflect a user working remotely. The net effect would be the header not reflecting any external address and the messaging appearing to have originated internally.
    Any assistance on this would be greatly appreciated. Thanks in advance.

    MarketData.com wrote:
    We have a new messaging server and have been struggling in our effort to figure out how to hide the remote IP address of users who send email from a remote location. When a roaming user sends out an email from a remote location using SMTP AUTH to authenticate, the messaging server includes the remote ISP's dynamic IP address in the header of the email, which in turn results in some recipient mail servers blocking the mail message as spam.How often is this occurring (messages being blocked as "spam" due to the content of an existing Received header)?
    What spam software is being used that blocks these messages?
    Very large organisations/ISP's use Sun Messaging Server and this is the first time I have heard of this occurring.
    What we want to do is have messaging server rewrite or remove the roaming user's dynamic email address so the header does not reflect a user working remotely. The net effect would be the header not reflecting any external address and the messaging appearing to have originated internally.Removing the IP address information is going to be extremely difficult. The standards are quite clear that the Received: header should include the IP address information.
    RFC 2821 (SMTP), Section 4.4 Trace Information:
       When an SMTP server receives a message for delivery or further
       processing, it MUST insert trace ("time stamp" or "Received")
       information at the beginning of the message content, as discussed in
       section 4.1.1.4.
       This line MUST be structured as follows:
       -  The FROM field, which MUST be supplied in an SMTP environment,
          SHOULD contain both (1) the name of the source host as presented
          in the EHLO command and (2) an address literal containing the IP
          address of the source, determined from the TCP connection.Regards,
    Shane.

  • How to hide a drive in Windows 7, Service Pack 1

    Could someone please tell me how to hide a partitioned drive (example my drive E:/) so that my kids cannot access it on their separate, non administrative account?

    How to hide a partition in Windows?
    Right-Click on My Computer [Computer in Windows Vista and Windows 7]
    Click on Manage
    From the list of options Click on Disk Management that will be located in the left-bottom section
    All your hard disk and its partitions will be show in the right hand side
    Right-Click on the partition that you want to hide and select "Change Drive Letters and Path"
    Click on "Remove" and click "Yes"
    Your drive will now be hidden in my computer
    To unhide the drive :
    Go to Disk Management Right-Click on the hidden partition [there will not be a drive letter on the hidden drive] again select "Change Drive Letters and Path"
    Click on add and select an appropriate drive letter.
    Click Ok
    Now the drive is unhided.
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • Generating Header and trailer sections in reports..

    Hi all.
    I want to generate reports, that has both a header- and a trailer section page.
    Usually this was part of the template report, but in Designer 9, the generator first converts the template report (.rdf) to a template report (.tdf), and is then using this template.
    But where is the header- and trailer page? You can't see them in the reports builder, when looking at templates, and the generated report does not contain any header- nor trailer pages.
    Have I missed something?
    Any replies welcome...
    Benny Albrechtsen

    I have the same question. This is what I found on Metalink.
    goal: How To Define A Header/Trailer Section In A Reports Template Definition File (TDF)
    fact: Oracle Reports Developer
    fix: It is not possible to have a HEADER/TRAILER section in a Reports Template Definition File (TDF). Templates do not need to have a HEADER/TRAILER section, infact there is no sectioning in a template. They just define the visual layout when applied against a report section.
    This did not answer my question!

  • How to hide report tabs in webi using opendoc?

    How to hide a report tabs in webi while accessing that report using OpenDoc??
    Is there a way to see just the sReportName selected without show the other
    report tab in the bottom of the document??

    Hi,
    As Mention By SUBBARAO MUCHERLA Either create 2 Different Reports.
    Or
    You can do one thing .
    Add Complete Report in a Blank section .
    Section (v_sec_All ="All")
       --Part1   //Table
       --Part2   // Chart
       --Part3   //Chart 2
       --Part n
    Use this section(v_sec_All) in Linking Report Part .

  • How to hide/show dashboards for user/groups

    Hi,
    Please help on how to hide/show dashboard menu/sub menu to users/groups based on their profile settings.
    thanks in advance.
    regards,
    kumar.

    Hi Jinu,
    1) Do some or all of those subreports span multiple pages?
    2) Do each of the Subreports start on a new page?
    If yes, for both, then here's what you need to do:
    1) Create a formula (@True) with this code:
    shared booleanvar SetStatus:= True
    2) Create another formula (@False) with this code:
    shared booleanvar SetStatus:= False
    Drag and drop the @True formula on the details sections for which you want the Page Footer to be suppressed.
    Similarly, drop the @False formula on the details sections for which you want the Page Footer to show up.
    Then, go to the Section Expert > Select Page Footer c > Click the formula button beside Suppress and use this code:
    shared booleanvar SetStatus;
    -Abhilash

  • Hide show sections in pdf

    I have a form which is quite long and not all fields are needed for all the users who review the form.
    I am pretty new to Acrobat and have no programming knowledge - however, I was wondering if there is a tutorial that I can use to learn how to hide and show sections on a form. I want to develop an acroform using Acrobat X. So I have sections on a form which by default appear visible but when a section is not relevant to user and he clicks No on radio button it should hide the whole section below which includes textbox (such as a table) - similar to expand collapse feature on a webpage.
    Would appreciate any help. 
    Thanks,
    Shoro

    Alex1 wrote:
    I have two sections, one section with "one dummy report" and another section with "second dummy report". When I put the second dummy report I can see in my dashboard this message: "Condition cannot be evaluated: "
    Edited by: Alex1 on 05-ago-2011 1:09
    Is it new dashboard or migrated from 10g? It was a bug "Bug 10168696: ERROR UPGRADING A CONDITIONAL DASHBOARD: CONDITION CANNOT BE EVALUATED: ASSERTIO" in 11.1.1.3 after migration from 10g. But I see you use 11.1.1.5 May you describe the creation of your conditional report?

  • Continue page numbering from Main Section to Trailer Section

    Hello,
    I am trying to create a report which has multiple report blocks in the Main section. The page orientation is portrait for Main section. Now, I want to add a report block which should have a landscape orientation. So, I created this in the Trailer section. All that works out well.
    My next task is to add a Table of Contents as the first page of the output (pdf). This is clearly documented in the Building Reports 10g manual and works just fine for the Main section. i.e. the TOC comes out with correct page numbers. But, for the Trailer section, the page number retrieved by SRW.GET_PAGE_NUM shows a page number of 1 , since it's the first page in the Trailer.
    What I want is that the Trailer's page number should continue where the Main section left off. In fact, If I put a field in the margin for the trailer and source it from "Page Number" in the property pallet, I can see that it has the correct page number, i.e. it's main sections page number + 1. But, SRW.GET_PAGE_NUM seems to retrieve 1.
    Note that at the Report Module level, I have set the Format Order of Sections property to Main-Trailer-Header.
    Any inputs are much appreciated.
    Thanks,
    Manish

    That worked perfectly after I discovered I also needed to uncheck "use previous footnote". I also checked "First page is different" since it is a Section Title Page and did not need a page number. Now, all that is needed is the availability of different types/styles of numbering (Roman numeral for introductory pages as an example).
    What is happening is that I am self publishing a genealogical book on my family tree that also carries quite a lot of other family information and each of the "Sections" was built in Pages since I did not know how to correctly do sectioning to use a single Page document. There are eight SECTIONS, not pages, with a total 278 duplex (2 sided) pages.
    Thanks Yvan for helping clarify the sectioning.
    Sparkgapper

  • How to hide windows heading and border on WEB?

    How to hide windows heading and border on WEB? forms 6i.
    null

    Abdetu wrote:
    Thanks JeanYves
    i found that parameter but didn't know what to set to it i even has no forms in my pc thanks again
    Regards,
    Abdetu...Hi Abdetu,
    There is 3 parameters in the <DevSuiteHome>\forms\server.formsweb.cfg having the same behavior.
    Logo
    Background
    SplashScreen
    By default (if you don't have specified them in you [section] they values are inherited from the [default] section) the values are
    Logo=
    Background=
    SplashScreen=
    This means you will have the oracle logo, the Forms Services background image in your applet and the oracle splash screen at startup.
    *To have nothing shown then just put the value no in front of these 3 parameters*
    Logo=no
    Background=no
    SplashScreen=noYou can also customize that with you own gif files.
    For this you have to put your images in a icons.jar file
    place it in your <DevSuiteHome>\forms\java where frmall.jar and others are located.
    then in your formsweb.cfg :
    Archive=frmall.jar, icons.jar
    ImageBase=CodeBase
    Logo=yourlogo.gif
    Background=yourbackground.gif
    SplashScreen=yourbeautifullsplachscreen.gifAnd at least if you have a small gif in your icons.jar for the window you can also defining the Icon Filename property in Forms builder. This wile replace the default forms runtime icon.
    Hope this helps
    JeanYves

Maybe you are looking for

  • I cannot print a PDF using the Adobe printer.

    I have been using the PDF printer for years on the same system (Windows Vista Business using Acrobat v8), but now it won't create a PDF document from any program (Firefox browser, MS Outlook mail, MS Word, etc.).  I can start the print process, and i

  • How do I get my slideshow in Photoshop Elements to make a DVD in Premiere?

    I make my slide shows in Photoshop Elements and put them into Premiere Elements to burn them to a DVD and play it on my Blu-Ray player.  I have made seven of these in Photoshop Elements 8 and Premiere Elements 8. They are about 30 minutes long.   Som

  • OCR Exact is doing weird cut and paste to original PDF image

    Using Acrobat 7, I am scanning old typewritten documents, most on legal sized paper.  When I run "OCR exact" on them to create searchable text (hidden text) behind the original image, the original image (on top of the hidden text) changes.  Specifica

  • How the data extraction happens from HR datasources from R/3 to BW system.

    Hello All How the data extraction happens from HR datasources from R/3 to BW system.Incase of delta records ( for CATS datasources ) ,Is there any flow like LO . Incase of Full and delta loads how does the data will be taken from R/3 to BW,DO we need

  • Email and websites unreadable -- show in  xhtml code

    Some websites and emails I receive are coded and unreadable. The appear in what I guess is xhtml or html code. In the email I can copy all the code (text) and past it into a new email and change the fonts to read it. I get email like this everyday an