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.

Similar Messages

  • 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.

  • How to hide and show button based on if row is selected in tabular form

    Hi,
    Im pretty new to apex. I am using version 4.1. I have a tabular form and what i want to do is only have the delete button show if i select a row from the [row selector] column. Can this be done using a dynamic action? I have tried it that way unsuccessfully. Please help or let me know if you need any more information.
    Thanks

    Do you mean if the check box is selected in the row?
    Assign a static ID to the delete button, e.g. MY_DEL_BTN. Look for "Static ID" under the Attributes section of the button.
    If so, make an advanced Dynamic Action based on Click and a jQuery selector. Usually, this element is name "f01" but, you need to make sure. Assuming it is "f01" then your jquery selector would be:
    input[name="f01"]set the event scope to live.
    Your dynamic action will fire JavaScript. (BE SURE TO UNSELECT FIRE ON PAGE LOAD). To make sure you have the right jQuery selector, at first just put a pop up message in the JavaScript.
    alert('You Clicked the Row Selector!');Run the page. Click the row selector. If you get the pop up you have specified the jQuery selector correctly. Yay!
    Then, assuming the above is correct. You can now determine if any have been selected.
    Now, set it back to SELECT TO FIRE ON PAGE LOAD (You want the delete to be hidden when you first open the page).
    Change your JavaScript to this:
    var checkedCnt = $("input:checked").length;
    if( checkedCnt > 0 )
       $('#MY_DEL_BTN').show();
    else
       $('#MY_DEL_BTN').hide();
    };-Joe

  • How to hide screen group tab based on account group in XD01/02

    Hi Folks,
    I have added two screen group( custom tabs like 'general data' ) in XD01 screen. Based on the input parameter 'account group' I want to hide(supress) one of the tab. How can I read the account group no?
    Thanks and Regards,
    Kawish.

    Hi,
    Can you try to access the field like below. Just try to access the account group from main program in the method.
    field-symbols: <lf_KTOKD>  type KTOKD,
       data:               L_KTOKD type KTOKD.
    assign ('(SAPFM02D)KNA1-KTOKD') to <LF_KTOKD>.
    if sy-subrc = 0.
         l_ktokd = <LF_KTOKD>.
    endif.

  • How to hide and show Omniportlet based on user privileges

    hi all
    I am trying to hide or show an Omniportlet based on user privileges, which means accessc control on portlet-level for Omniportlet. But I couldnt find out how to do it.
    According to Portal Developer's Guide:
    You can hide and show portlets built with Web Clipping and OmniPortlet on portal pages dynamically by using security managers. Although Web Clipping and OmniPortlet do not expose security managers through the user interface, you can apply them by editing their XML provider definition file.
    Question is: where can I find that XML file? Is this file accessible and configurable somewhere through Portal Enterprise Mgr?

    Hi,
    I don't think you can edit this file through Enterprise Manager. Atleast as far as I know. But its available on the server. I have a NT installation and I found it under:
    D:\oracle\Mid_tier\j2ee\OC4J_Portal\applications\portalTools\omniPortlet\WEB-INF\providers\omniPortlet
    You might want to restart the Portal application through OEM after you change this file.
    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 hide the page links of a community on the 5.0.2 portal?

    We have a community with a dozen of pages. In Plumtree 4.5, we used to edit myportal.asp page to turn the page links off (hide them for that community) and forced user to navigate through our gadgets.
    Is there an easy way to hide the page navigations on top of a community in 5.0.2 portal?

    I am assuming you are talking about the JSControl dropdown menu navigation. The easiest way to hide Community pages is to disable the Below Banner View for that navigation scheme, although it also disables the Subcommunties, Related Communities and Go up to Parent Community links. If you still want these in below the banner menu you could not display Community Pages in the "In this Community" tab and only leave the "Community Members and Knowledge Directly" link in there.
    You would think that it would be better to remove the "In this Community" tab althogether but it is tricky to remove it due to the fact that there needs to be a default horizontal menu displayed all the time. Not all Communities will have a Subcommunities or Related Communities tab so these communities would not display any below banner menus at all if there is no "In this Community" tab, which could be confusing.

  • How to hide create bookmark link in OBIEE ?

    Hi,
    I have a report which I have shown up as a link in my dashboard page.
    When the user clicks on the report it shows the create bookmark link option at the bottom alongwith the return link.
    Client doesnt want create bookmark link to show up...any idea how to remove it?
    the link shows up only in those reports which show up as link in the dashboard...the reports embedded in dashboard dont have any such link showing up
    Thanks in advance !!
    Rgds

    Hi,
    make the below entry in instance config.xml file.
    <Dashboard>
    <EnableBookmarkURL>false</EnableBookmarkURL>
    </Dashboard>
    Restart the presentation services....
    Hope helps.

  • How to hide navigator/builder links from edit page

    Hi All,
    I need to know if there is a way to hide the Navigator and Builder links from the edit page. Anybody can help me?
    Best regards,
    JV.

    There are two masterpages Site & System. When your on the regular site you are seeing the site masterpage when you are on the all items & lists you see the system masterpage. 
    -tom daly

  • How to hide /show any attribute based on LOV ?

    i have a pages which have three attribute .which are following -
    1-one is LOV
    2-input text
    3-also input text
    if i select some value from LOV i want to hide one input text .how does i achieve this
    thanks
    Edited by: ADFORCLE on Jul 12, 2011 9:09 AM

    if your Jdeveloper version is not 11.1.2, check this
    http://www.oracle.com/technetwork/developer-tools/jdev/listbindingvalue-088449.html
    >
    In JDeveloper 11.1.1.x, an expression like #{bindings.JobId.inputValue} would return the internal list index number when JobId was a list binding. To get the actual JobId attribute value, you needed to use #{bindings.JobId.attributeValue}. In JDeveloper 11.1.2 this is no longer needed, the #{bindings.JobId.inputValue} expression will return the attribute value corresponding with the selected index in the choice list.
    >
    Edited by: M.Jabr on Jul 11, 2011 9:05 AM

  • How to hide standard page links on oaf page

    hello buddies,
    on the oaf page header section we have links like: "Navigator" , "Favorites" , "Home" , "Logout" , "Preferences" ..etc
    also, we have some links on the footer section like : "Privacy Statement" , "Home" , "Logout" , "Preferences" and copy right.
    I want to remove all these links on my custom page except for "Home" and "Logout" is this possible?
    please advise.
    Thanking you all to find some time to read my post!
    Jenny

    Hi,
    May be you need to remove the the links from the global Menu, ICX_STANDARD_GLOBAL_MENU or the related global menu in that page.
    See one of my old thead
    Re: adding a new link in global button bar
    and the blog
    http://apps2fusion.com/at/kv/321-oa-framework-copyright-privacy
    might be helpful.
    Thanks,
    With regards,
    Kali.
    OSSi.

  • How to Hide the Missing Links on PB (Pasteboard)?

    Hi everyone,
    Is there any setting that can hide missing links that are on the Pasteboard?
    I have to regular export a 16 page brochure document and there is a lot of ads/graphics that I keep handy on the Pasteboard.
    But I don't want to see any missing links for PB items when I make the pdf to send to the client or the printer.
    Thanks
    Barbara

    Barbara...you said "
    I have to regular export a 16 page brochure document and there is a lot of ads/graphics that I keep handy on the Pasteboard.
    But I don't want to see any missing links for PB items"
    the items you keep on the pasteboard shouldn't be missing--if they show up as missing in the links pallet--then they are in fact missing--and will throw an error when making a PDF--if you over ride the error the PDF will be made using the 'screen' resolution of the graphics and such--which will be low quality!
    find and relink all missing links--then save the document and keep in in the same location--links get lost when the documents are moved
    (once you have all the links relinked...'packaging' the document will gather everything into one folder, that can be renamed or moved without losing the links-make sure to check the box in the package dialog that says 'include links on hidden layers').

  • How to hide table in bo based on userresponse selection

    Hi,
    I have a requirement in my webi report i have to reports Table1 and Table 2 ( Two blocks)..
    And we have two date Prompts like D1  and D2 both are optional prompts. 1)   If user enter D1 date appear table1 and table 2 should be hide same way
                                                                                                                2)  If user enter D2 date appear table 2 and table 1 should be hide..
    Pls give any suggestions to achieve this problem...
    Regards,
    G

    Hi Bhargav,
    Suppose let us think, these are the two blocks,
    Now Right clik on Table/Block 1, Hide -- Hide When - Write the Below Formula
    Right Click on Table/ Block 2, Hide -- Hide when -- =IsNull([Demo Date])
    Apply and Ok.

  • How to hide text field item based on true or false cases in oracle apex

    Hi,
    I have a set of text Field items in oracle apex:
    Order Number
    Revision Number
    When we open the report, revision should be hidden.
    Only when the user enters unique order number (non-duplicate order numbers), revision number should be visible.
    If he enters duplicate order number, revision number should be hidden.
    Please help.

    Hi 2932464,
    2932464 wrote:
    Hi,
    I have a set of text Field items in oracle apex:
    Order Number
    Revision Number
    When we open the report, revision should be hidden.
    Only when the user enters unique order number (non-duplicate order numbers), revision number should be visible.
    If he enters duplicate order number, revision number should be hidden.
    Please help.
    Giving you example how to achieve this.
    Step 1. Create three Page Items
        1) P1_ORDER_NO - Text Field
        2) P1_REVISION_NO - Text Field
        3) P1_ENABLE_DISABLE_REVNO  - Hidden,Value Protected - No
    2. Create 3 Dynamic Actions
    1) Disable revision number on page load
        Event - Page Load
        Action - Disable
        Fire When Event Result Is  - True
        Selection Type - Item
        Item - P1_REVISION_NO
      2) Check duplicate order number
        Event - Change
        Selection Type - Item(s)
        Item(s) - P1_ORDER_NO
        Condition - is not null
        Action - Execute PL/SQL Code
        Generate opposite false action - Unchecked
        Fire When Event Result Is  - True
        Fire on page load - Unchecked
        Stop Execution On Error - Checked
        Wait for Result - Checked
        PL/SQL Code -
    declare
    l_count number;
    begin
      select count(*) into l_count
        from emp
       where empno = :P1_ORDER_NO;
    if l_count > 0 then
      :P1_ENABLE_DISABLE_REVNO := 1;
    else
      :P1_ENABLE_DISABLE_REVNO := 0;
    end if;
    end;
    Page Items to Submit = P1_ORDER_NO
    Page Items to Return  = P1_ENABLE_DISABLE_REVNO
    3 ) Enable and Disable Revision Number
        Event - Change
        Selection Type - Item(s)
        Item(s) - P1_ENABLE_DISABLE_REVNO
       condition - greater than or equal to
       value  - 1
       Action - Disable
       Fire on Page Laod - Unchecked
       Generate opposite false action - checked
       Selection Type = Item(s)
       Item(s) - P1_REVISION_NO
    Hope this helps you,
    Regards,
    Jitendra
    DER_NO

  • How to make use Modifier automatically based on Condition

    Hello all,
    I need help in using Advance Pricing modifier to adjust the sub total value of the sales order.
    AM populating a value in sales order header DFF Attribute5 with value.Then i Compare the this value with Sub total value based on Pre book order event using plsql
    If there is difference then modifier needs to be applied automatically.
    Ex:
    Sales Order Sub total value :1000
    Value in Attribute5 = 1400
    Diff amount = 1400-1000 = 400.
    Now i need to make use of modifier to adjust the sub total value to 1400.
    This should be done automatically..is that feasible..
    if yes please advise.
    else please provide best approach for the solution.
    Please let me know if you need more clarity on requirement.
    Thanks,Sarath.

    Dear,
    The scheduling is based on your MRP parameters. If you select the basic dates scheduling while running MRP, the system will consider the material master in house production time. It will not consider the routing standard values. In lead time it consider the routing value means timing form routing and component are assign to the operation so it calculated the component reqt date. And do the scheduling of order.
    In OPU5 there is setting for scheduling Adjust dates to order start will work for you.
    Regards,
    R.Brahmankar

Maybe you are looking for

  • Reg PLD Table Export

    Hi All,         I have designed the PLD for one company. So i need to use same format for most of the reports like Purchase Order, Sales Invoice  etc.. . For that, i woluld like to export RDOC, RITM tables to the New company DB. I am exporting with o

  • Fell in the mud with my Canon 7D :( Is it ruined???

    Sunk in mud up to my knees yesterday while trying to photograph close to a lake.  I was holding my camera with the lens pointing skyward, but the bottom left side of my camera went into the mud.  Is it ruined?  I have it drying right now hoping the m

  • Why won't Adobe Application Manager Install?

    I downloaded a PDF file from the internet, and ever since then none of my Adobe products work. I tried downloading the Application Manager again and it says it downloads, but when I click on it and tell it to run it freezes. I've waited almost half a

  • CAD - Can't record

    Hi all, Cisco CUCM 9.2 Cisco UCCX 9.0(2) I can't implement call recording via Cisco Desktop Agent. I created users/agents, assigned them primary and IPCC extensions (the same number). Add user to CSQ and assigned skills. CAD can manage user phone, ma

  • Very simple calculation help needed.

    I am a non-techie person being tasked with creating a form. Java? Thats coffee right? see what I mean . Anyway I need to have a form calculate the difference between two dollar amounts. They are: Previous Check Amount ____________                  Cu