Hiding sections

Hi All,
I have a main report having 2 sub report in rh1 and 2.
I need to show rh1 when StretchMode.prop_value =CAT  and rh2 when StretchMode.prop_value BRAND.
Now in my 2 sub reports I applied filter like below. Need to suppress the categories when all sales figures are 0.
please refer this thread suppressing data
1) Created a formula called (@zeroes) with this code:
If {numeric field1} = 0 AND {numeric field2} = 0 AND {numeric field3} = 0 AND {numeric field4} = 0 then 0 else 1
2) Go to the Group Selection Formula (Report > Selection Formulas > Group) and use this code:
Sum({@Zeroes}, {Category}) > 0
But now in my main report I did suppress blank section and also suppress blank sub report but when I run the report still my sub report showing all the sections why because I am suppressing the data.
But I don't want show those empty reports.
I did like this for RH2 but still not working.In my sub report I created a record number and passing main report then in RH2 I wrote below formula to show the section.
shared numbervar d;
if   {StretchMode.prop_value} = "BRAND" or d <> 0 then false else true
Please suggest.

Hi Abhilash,
I have custom UFL function for language parameter.So I removed all the headers to make it open on your system.please don't mine my report will not be looking good.
In my sub report I have a formula @filter and group selection filter also.
Please check and suggest

Similar Messages

  • Hiding sections of a flash video

    http://i747.photobucket.com/albums/xx119/hattricks_gold/hideflash.jpg
    This image shows 2 fake versions of a website
    the customer does not want a new flash website only to hide sections of the flash video
    is there a way to do that?
    the lower right image shows the menu but no flash video...
    i guess what i am looking for is a way to mask out the video section of the flash video
    and place the rest of the webpage on top of that mask or layer.
    I am using dreamweaver cs6

    If I read this correctly, you're saying the menu and video are in one file originally crafted in Flash, right?   So no.  You would need to recreate the whole thing sans the video.
    IMO, using Flash in this day & age is a big mistake.  Flash isn't visible to the world's most popular mobile & tablet devices so you're alienating a big segment of your web audience.  Your best option is to build a web friendly web site with HTML & CSS. 
    Nancy O.

  • Hiding Section while prinitng in PDF.......is it possible?

    Hi Guru's!
    I have a requirement where a user needs to enter a Date on the prompt which runs 3 reports on the Dashboard page. The user then requires to print the whole Dashboard page in a PDF file.
    We can get all the reports on a Dashboards page in a PDF file by clciking on Edit Dashboard > Print > Printable PDF, but the only problem here is that along with the Reports the Dashboard prompt (held within a section) is also shown in the PDF file.
    The user does not want the prompt to appear in the PDF file.
    Is there a way by which we can hide the section containing the dashboard prompt in the PDF file but keep it displayed on the dashboard page?
    We are currently using OBIEE 11.1.1.6.8
    Thanks & regards,
    Shan

    Shantanu,
    See if this works:
    1) Say the dashboard page is 'originalpage', Duplicate and rename the new page as originalpage_print.
    2) Remove the prompt section from originalpage_print and hide it.
    3) On originalpage, use a textbox to add a HTML button and call a function that calls following javascript function:
    PortalPrint('<Dashboard path>', 'originalpage_print', true, 'pdf')
    4) Save and run. This should print the hidden page without prompt and since prompt is applicable across pages in the same dashboard, it should work.
    Edited by: Sid_Middleware on Apr 23, 2013 1:29 PM

  • HCMPF - controlling the visibility of various sections of Form

    Hi All,
    In my HCM PF, i have 2 sections - 1) Employee 2) Manager
    Under Manager Section, there is a Mandatory text field 'Comment' , which should be 'Hidden' under Employee Section.
    In order to make this field mandatory, i have defined it as 'Required Entry' under  the Process Fields
    If the field is mandatory, it will result in an error while filling Employee section.
    I dont want the red border appearing around my comment field in my form, so i am not setting property as User Entered-Required in UI property.
    Can anyone please guide me how to proceed with this funcitonality. I want to keep the field hidden in Emp section, yet it should be mandatory under Manager section.
    Thanks in advance,
    Aditi

    Seriously? Those are some really basic HCM P&F concepts.
    I will try to help.
    First off....why do you have a separate field for "manager comments"? WHy not use the standard comments fields (current/previous) and let the framework handle them?
    Now for showing/hiding sections of form.....several ways to do this. If it were me...
    1. I would have the employee and manager steps in different form scenario steps/stages (personally I would probably have them in different form scenarios all toghether but sharing same form simply for scalability).
    2. Define the standard field for form_scenario_stage in your form scenario fields (look it up in documentation for how to define this....I'm not spoonfeeding you)
    3. Add the form field from #2 onto your form somewhere and make it hidden/invisible.
    4. Use Javascript/Formcalc to reference the "raw value" of that field. Then you can use script in the form to show/hide the section depending on the value in that field (which will be the name of the form scenario step/stage.
    Now.... for making fields mandatory, hidden/visible/invisible, open to edit/read only......that is all done in scripting and is VERY basic. There are TONS of examples on how to do this all over the web with simple Google searches.

  • How to get rid of white space when creating a PDF file in dynamics ax 2012

    Hello,
    In Dynamcis AX 2012 we are creating an invoice that is first printed to the screen, but when we convert the invoice to a PDF, white space occurs that our customer cannot have.
    We opened a ticket with Microsoft with the following scope layout:
    As discussed, I am providing you a copy of our scope agreement for your issue.
    Issue Definition: When rendering an SSRS report to screen, report displays as expected. However, when the same report is sent to PDF or printer output, a large white space appears between the header and body of the report.
    We've examined every possible setting in the report design properties using Visual Studio, and nothing has been successful in correcting this behavior. Our client has indicated the proper rendering of certain reports is extremely critical to their business relationships with their clients. They've told us that this problem must be fixed or they cannot go live.
    Scope Agreement: Provide information on the issue of white space showing between the header and body of the report. May have to rescope issue depending on investigation.
    We will now begin working together to resolve your issue. If you do not agree with the scope defined above, or would like to amend it, please let me know as soon as possible. If you have any questions or concerns, please don't hesitate to contact me.
    So after we worked with MS for a bit and gave them more information, the final conclusion came back from them as follows:
    Message: Hello,
    When you examine the report, is the report hiding sections during the print out based on some data condition? IF so, this is going to be returned as By Design. Our current reporting framework will reserve space for the controls even if they are not visible when the report is printed to file (xps, pdf, may even do it if exported to Excel). If this is the case, we don't have anything we can do about it. Development is aware of this issue/limitation, but at this point, we have no workaround for it.
    So the question is:  Have you ever ran across this issue and does Adobe have a potential solution as Micrsoft does not.  Or do you have a potential work around.
    Thanks!
    Allen Shannon

    If you want this to bleed, then you will have to print on oversize paper and trim or find a printer that will print borderless.

  • Best practice concerning embedding script in report vs.  controlling from Java

    Hi,
    I'm faced(probably not the only one) with adding some intelligence to my reports.  In a prior post I was curious about displaying/hiding sections based on conditions found in the bean/pojo. 
    Is there a best practice concerning embedding logic in the report in the form of formula(s), vs. using Java to get or create a field and then creating a formula on the fly?  I suspect the answer has something to do with truely dynamic fields, and perhaps a little bit of both Java, and script.
    Anyone on staff care to try answering??
    Peter

    Hi,
    log into your SAP ERP system using the SAP GUI and choose in the SAP Menu the following path:
    SAP Menu -> Accounting -> Controlling -> Cost Cetner Controlling ->Environment->Set Controlling Area.
    Set the desired controlling area for your user there (DO NOT FORGET TO CLICK ON THE DISKETTE ICON) and try again.
    Regards,
    Stratos

  • Source of pictures for a foto calender in iPhoto

    I want to create a calender with about 40 pictures, I've choosen out of thousands of pictures in my iPhoto account and put it in a album.
    iPhoto allways shows in the left bar the whole account to choose pictures out if.
    How can I reduce this search or source of pictures to the 40 saved in a specific album?

    What is your iPhoto version, hallopaul?
    Generally, in any iPhoto version: To create a calendar from 40 photos in an album, open the album in the library source list and select all 40 photos at once. Only then create the calendar with "File > New > Calendar".
    Then you will only see these 40 photos in the "Photos" tab of the Calendar view.
    In iPhoto '11 you can shorten your source list in the Library inspector by hiding sections of the source list. There are hidden "Show/Hide" buttons to the right of the section headings.
    And if your list of albums is too long, group them by puuting them in folders and only open the folder with the albums that you currently need.
    Regards
    Léonie

  • Hiding apps from "purchased" section of App Store on iPhone

    I know that you can hide apps through the "purchased" section in iTunes on the computer however when I do this the apps still show up on my iPhone in the "purchased" section of the App Store. I have no problem hiding the apps in iTunes, so please don't bombared me with directions on how to do that, rather provide me insight on how I can hide the app from showing on my iPhone.

    Not at the present, perhaps when things are out of beta that feature will appear.

  • Hiding selected staves in a "section" of a composition

    I am pretty familiar with the Score Editor in Logic, but I would like to hide a staff in a certain section of a composition and can't figure out how to do it. Say I have a piece with piano and vocals on separate tracks and there is a piano interlude in the middle. If I don't want to view the blank vocal part above the piano, during the interlude, in the printed score, what do I do? I understand "Score Sets," but they don't seem to allow you to hide a staff/instrument/track for a determined amount of time. Thank you for any assistance.

    Hi , you could split the region(s) in the arrange and mute the part(s) you don't wish to be visible.
    Have a nice day!

  • 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

  • Hiding the outline section of PPT converted to HTML in Page Viewer web part

    Hello,
    I've converted the PPT (Office 2010) to HTML using .SaveAs command. I'm adding this HTML on my SharePoint site in a page viewer web part. I get an outline section for PPT which shows all the slides. By default, I want the outline section to be closed (collapsed)
    so that I see PPT slide in full view.
    Has anyone done this before?
    Thanks,
    Ajit

    Hi Ajit,
    When we save PPT as HTML page, the PPT HTML page uses a lots of html pages and JavaScript functions to show the slides in a web browser. When we click "Outline" button, we can be able to show or hide the outline. Actually, this button uses JavaScript to
    do so.
    In this case, in order to show full page on load, we can simulate the action that clicking the "Outline" button onload.
    Open the PPT HTML folder(if we save PPT to HTML, there will have a folder)
    Open the file outline.htm with text editor
    Modify the Load function to be:
    function Load() {
        if (IsWin("PPTOtl")) {
            LoadOtl();
            parent.gOtlLoaded = true;
            var btn = new TxtBtn(
            "nb_otl", "nb_otlElem", parent.ToggleOtlPane, GetOtlState);
            if (btn != null) {
                btn.SetPressed();
                btn.Perform();
            return
        if (g_supportsPPTHTML) {
            if (IsWin("PPTNav")) {
                LoadNav("NavObj", UpdNav);
                parent.gNavLoaded = true;
                return
            if (IsWin("PPTOtlNav")) {
                LoadNav("OtlNavObj", UpdOtlNav);
                parent.gOtlNavLoaded = true;
                return
    Once we done, and upload the files to SharePoint again, the page viewer web part will show the PPT in full page.
    If there is anything unclear, please feel free to ask.
    Thanks,
    Jinchun Chen
    Jinchun Chen
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff AT microsoft.com(Please replace AT with @)

  • 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

  • Hiding and unhiding unused sections of a form

    I know I ran across something about this last week but am unable to find it.  I have a multi part form with sub forms.  Within these subforms, we have the option to add and remove lines within the tables, and that is working fine.  What I need now is for the form to allow the users the option to hide or unhide the entire section, if it is not pertinent.  A portion of the form is attached.

    Hi Paul,
    this script was very useful to me too, thanks!
    But I need a little more...: how to make the white space disappear after hidding the field so the field below move up? I use the check box to hide a subform. And the next subform doesn't move after clicking. What should I write after this:
    if (this.rawValue == 1) {Subform1.presence ="hidden" }
    else { Subform1.presence ="" }
    Thanks!

  • Hiding a Section and Dashboard Page

    Hi
    I have two questions
    1) A section has to be hidden, not based on user nothing to be done dynamically, temp i have to hide few sections on a dashboard page.
    2) A dashboard page is to be hidden dynamically, when I say dynamically it is not based on user or something. It is based on Env where our code gets deployed.
    we have internal and external envs. In external Env one of the dashboard page should not be displayed. I don't want to maitain two webcats as it will increase the maintenance...somehow i want to deploy same code but want to dynamically hide the dashboard page.
    Thanks in advance
    pls help
    \Cheers

    Exactly the same answer for both questions:
    ad 1) Simply take away the permissons for this section. Let only Admins see the section and specify "No Access" for the other web groups. Section -> Properties -> Permissions...
    ad 2) Guided navigation. Create a variable which specifies the environment you're on. Then create a report which returns rows when you're "Internal" and none when you're "External". Then control the section in question with that guided nav request:
    Section -> Properties -> Guided Navigation... -> "Reference Source Request" = TRUE, "Source Request" = YourGuidedNavRequest, "Show Section" - "If request returns rows"
    Cheers,
    Christi@n

  • Hiding Drop down box in Pages Section in Pivot View

    Hi ,
    I have a report condition where I need to use columns in Pages section in Pivot view But I need to hide the display as it cannot be shown to the user .
    Is there any way we can acheive this. I am able to hide the values in it by using hidden option or by giving the font as White in color But still the drop down box exists . I want to hide even that dropdown box also , the user shouldnt know that there is any dropdown box . I cannot delete these from pivot as my report is dependent on those columns showing rolling months data . There is lot of customization in this report , Can anyone please let me know any workaround for this issue .
    Thanks
    Karthik

    Hi Karthik,
    You can hide the drop down by adding css code,
    In Answers add a static text/ narrative view and add the below code (enable html)
    <style type="text/css">
    .PromptTable
    { display:none; }
    </style>
    otherwise in dashboard add text and enter the above code there..
    this will hide the drop down.
    Thanks,
    Vino

Maybe you are looking for

  • Outbound Delivery View

    Hi,   When i look at the standard delivery note print program.  I found there are number of structure:   VBCO3,                         "Communicationarea for view    VBDKL,                         "Headerview    VBDPL,                         "Itemv

  • Creation of new version and its Posting

    Hello, I am trying to create a new version and Posting it programatically. For creating a new version for a particular claim i am using action code A019 and for Posting A043. i am callid FM BAPI_WARRANTYCLAIM_SET_ACTION for setting the action codes.

  • Issue in Lion re Graphics Not Showing in html Email Signature

    After I upgraded to Lion, I created an html signature with the graphics portion residing on Dropbox, and it worked without a hitch until about 10 days ago.  Then a question mark in a blue square started appearing sporadically in place of the graphic.

  • TSQL code that causes table data to be deleted rather than fail with a compilation error

    Afternoon, I recently did this by accident and it felt as though it should have failed with a compilation error rather than run A query of the form delete from jobs where id in select id from calibrations will delete all rows in the jobs table when t

  • I upgraded to Fiber Optic today and now my ipad mini won't connect to the internet although it shows a signal

    As the title says, we changed to fiber optics today (yay! so speedy) and all our devices (Macbooks, iphones) connect just fine.  My ipad mini (about 1 year old) won't connect although it finds the network on the airport effertlessly and shows full si