Hide a Item Depending on the Particular valve

Hi All-
I have 2 valves(consider valve A and valve B in this case). When the form shows Valve A a text item should show. When form shows Valve B text item should not show(it should hide from the form). I know I have to give a condition for this Item but I am not sure what to give.
Appreciate your help,
Regards,
Nani (Apex Version 3.2).

Do you mean VALUE ( as apposed to Valve, unless you are doing plumbing instead of APEX development)...
You would modify the text item you want displayed/not displayed.. When the item holding Value A or B, in the text item setup, find the conditions area, in there, select the Value of Item in expression 1 = value of item in expression 2.. Here you would have the item holding A or B be in expression 1 and the value that allows item to display in expression 2..
Thank you,
Tony Miller
Webster, TX
While it is true that technology waits for no man; stupidity will always stop to take on new passengers.
If this question is answered, please mark the thread as closed and assign points where earned..

Similar Messages

  • WAD 7: Hide Web Item depending on variable value

    Hi,
    I have two enterprise reports in a web template. The underlying queries have the same variable (calendar month). I want to achieve the following:
    In case the variable is < 4: Show report A, Hide report B
    In case the variable is >=4: Show report B, Hide report A
    Any idea how to do this?
    Best regards
    Thomas

    You should lookup how to use XPATH and Javascript combination. Xpath will let you query the value of the variable in Javascript and then you can use javascript to set the hidden property for the desired web item.

  • How to Visible/Hide an Item based on the value of another Item

    Hi
    I need to visible and hide a textitem based on the value of another item.This form has 3 blocks, and the both item is in the first Master Block.
    My code is:
    if :RECORDTYPE=7 then
         Set_Item_Property('BLOCK.ITEM',VISIBLE,PROPERTY_TRUE);
         Set_Item_Property('BLOCK.ITEM',ENABLED,PROPERTY_TRUE);
    ELSE
         Set_Item_Property('BLOCK.ITEM',VISIBLE,PROPERTY_FALSE);
    Set_Item_Property('BLOCK.ITEM',ENABLED,PROPERTY_FALSE);
    :BLOCK.ITEM:=NULL;
    end if;     
    I wrote the code in the Validate Trigger, but not working when moving Next Record & Previous Record
    Thanks in advance
    Rizly

    Read the 'Propagation of Property Changes' section towards the end of the page for Set_Item_Property in the online help. I'm not sure what you mean by locking automatically but perhaps it's because of this.
    You should also ensure the item you're setting to invisible is not the current item (check :system.cursor_item and go to a different item if necessary).

  • Hide Advance table Depending upon the value of dropDown

    Hi,
    I have 2 advance tables. 1st one has a DropDown. Depending upon the value of the dropdown in 1st advance table, the second advanced table should get rendered.
    I tried by getting the value of the dropdown by addingg a PPF and iterating trough the table and I got the value. But when I redirect to the same page, all the selection and other values in 1st advanced table vanish out.
    Can someone help me getting the 2nd table hidden and at the same time retaining the values for the 1st advanced table.
    Thanks in Advance,
    Kaushik Rambhiya

    Kaushik
    Implement PPR for this requirement and dont redirect the page
    Displaying image based selected value of choice bean
    http://oracleanil.blogspot.com/2009/05/ppr.html
    Thanks
    AJ

  • Make changes to the line item depending upon doc type n sp. GL ind in F-48

    I want to make changes to the line item depending upon the document type and special GL indication for the transaction code F-48.
    Depending upon document type and special GL indicator i want to calculate the work contract tax during simulation in transaction code F-48.

    Hi,
    You want to deduct WCT when you use particular document type and special gl indicator.
    I just want to know the reason why you want to determine the WCT based on the above conditions.
    I created WCT as withholding tax types and assigned to vendor master. So when the user booking transactions he will choose the respective WCT tax type and tax code so system will deduct the amount and the same updated in WITH_ITEM.
    Or you made a down payment request through T.code F-47 and when you want to book the actual transaction in F-48 then choose line item from down payment request.
    Give me your requirement in clear if the above is not clear
    Regards,
    Sankar

  • Hide an item in a region

    Hi,
    How do I hide an item based on the users who logged in? For instance, I want to have user A to see link A but user B cannot see link B. I try to grant access privilege for specific item but the item is still visible for all users.
    Thanks,

    <p>Which Oracle Portal version are you using ? There are some known issues in 9.0.2.6 :
    <br><br>
    3649786 - DIRECT ACCESS URLS NOT SECURE WHEN USING ILS
    <br><br>
    The issue is fixed in release 9.0.4.0.99. A patch is available from Metalink for 9.0.2.6.

  • How to implement tooltip for the list items for the particular column in sharepoint 2013

    Hi,
    I had created a list, How to implement tooltip for the list items for the particular column in SharePoint 2013.
    Any help will be appreciated

    We can use JavaScript or JQuery to show the tooltips. Refer to the following similar thread.
    http://social.technet.microsoft.com/forums/en/sharepointdevelopmentprevious/thread/1dac3ae0-c9ce-419d-b6dd-08dd48284324
    http://stackoverflow.com/questions/3366515/small-description-window-on-mouse-hover-on-hyperlink
    http://spjsblog.com/2012/02/12/list-view-preview-item-on-hover-sharepoint-2010/

  • Can we hide column in a query depending upon the variable selected

    Hi all,
    let us say my report have 10 column.
    now i am giving user option to select the values (let us say 'a' or 'b')
    columns must be displayed depending upon the value selected by user ..
    for example if user has selected 'a' then first five columns should be displayed..and if user has selected 'b' last five column should be displayed..(it will be OK even if we can hide the columns depending upon the selection )
    Is it possible in BEx...please let me know

    I did it sometime back. A bit complicated process.
    Create an infoobject, manually enter the values "keyfig1" and "keyfig2".
    Include this infoobject in the filters and restrict it using a "ready for input" variable.
    Now create two formula variables.
    Write a customer exit such that when you select "keyfig1", first formula variable's value should be set to 1 and other one's to 0.
    Then in the query create two calculated key figures, multiply both with the formula variable. Also supress column (all active value == 0).
    Then it will show the key figure which you have selected.
    Pravender

  • Hide or show ratios in a query depend of the entry variable

    HI gurus,
    I wish hide or show rates depending if the user choose a entry variable. For example for 2008 dates take three ratios and for 2009 others.
    Thanks

    OK. WAD problem !
    Basically you need to use some HTML expertise to resolve this issue.
    Creat a new template with Radio button or a dropdown button which will contain the available values what user can select.
    something like as follows:
    o 2008
    o 2009
    Now this can be done using java script.
    You will have two different templates. One for 2008 query and second for 2009 query. Run them and get the URL of the reports.
    Then in the HTML on the "onSelect" event, put the URL.
    So if user selects the 2008, on the next page, you will see 2008 query and if they select 2009, then you will see 2009 query.
    - Danny
    Edited by: Danny Matt on Jul 10, 2009 3:08 PM

  • Hide custom fields in checklist item depending on checklist type

    Hi,
    My requirement is that I want to hide some custom fields on a checklistitem depending on a checklist type.
    Can this be done at configuration or programming level?
    How can it be done?
    Thanks

    HI hemant vaidya ,
    It may be possible to realize it via cProject field control functionality. You can define the condition using a so called schemata,   and set the visible depend on the condition.
    More details see note 947936
    especially the section 'Create and use customer-specific conditions '
    Kind regards,
    Zhenbo

  • 'Item dependency "CURRENT_YEAR" not found in the EUL' error after 4i to 10g

    Hi All,
    I have successfully completed a Discoverer 4i to 10g (10.1.2.48.18) upgrade. There is only one EUL (EUL_US) and it has been upgraded to version 5.1.1. All the Workbooks are saved to the File System. However, during testing some of the Workbooks error when I try to open them in 10g - they still open successfully in 4i.
    <Dialog Box> Item dependency "CURRENT_YEAR" not found in the EUL
    <Dialog Box> Attempt to open Workbook failed
    CURRENT_YEAR is a function of custom Package RESEARCH.UDEF which is valid both at a database level and at a Discoverer Admin 10g Register PL/SQL Functions level.
    I tried deleting the Function "CURRENT_YEAR" from the 10g Admin Edition Tools -> Register PL/SQL Functions and then importing it again. I received the same Dependency error.
    Now the really bizarre thing.....
    The Workbook (2MG.DIS) has 2 Worksheets that both have Calculations that reference function CURRENT_YEAR. If I open the Workbook in Discoverer 4i, delete one Worksheet and save as 2MGb.DIS, then reopen the original and save the other Worksheet only as 2MGc.DIS. Both the individual Worksheets open in Discoverer 10g but the combined Workbook still gives the Dependency error. Weird huh?
    Any ideas help appreciated as I'm pulling my hair out here (and I need what I've got leftl!).
    Kind Regards,
    Gary.

    Hi all,
    The answer was really quite simple but it was what I hadn't included in my post that would have made it impossible for you to help.
    I hadn't mentioned that I was initially upgrading from 3i and it all seemed successful. I however was trying to open the Workbooks that had been created in Discoverer 3i directly in Discoverer 10g. That would explain the "bizarre" feature as I detailed in the post. As soon as I save the Workbook in 4i then I can open without issues in Discoverer 10g.
    Thanks for viewing my post and for your response Gianluca.
    Kind Regards,
    Gary.

  • Hide the characteristics grouping buttons depending on the sales order type

    Hi Gurus,
    I am trying to find a way to hide a characteristics grouping button (CU50) whenever a certain sales order type is issued.
    A condition was created that states that a certain characteristic will be invisible for the user depending on the sales order type chosen for that case. The characteristic is located inside a char. grouping button.
    I would like to know id there is a way to hide the button while the characteristic is hidden as well, just to avoid showing a button which is empty.
    If It is of any help, here is the condition created to turn the char invisible:
    $SELF.INVISIBLE = 'N01017_E'.
    *if not $self.N01017_E specified
    Thanks in advance.
    Kind regards.

    Hi!
    Sounds like you need a line-triggered output (with a message, which displays all lines of the order).
    Do you have problems to create a new output type?
    Regards,
    Christian

  • How to change the particular item size?

    Hello,
    I need to change the particular item(pathitem,grapitem) size(width and height) in the illustrator cs3 file via SDK. Is it possible kindly advice me.
    Thanks for looking into this...

    That's a pretty general question. If its a path, the functionality you need is in the AIPath.h header; if its something else you need the correct suite to deal with it. I'd start by playing around with the SDK's examples -- they have something solid code that shows how you modify paths & other basic a Illustrator art types. If you run into trouble come back with a more specific question -- asking how you modify art in general is simply to broad a topic.

  • How to change the particular item size via script?

    Hello,
    I need to change the particular item(pathitem,grapitem) size(width and height) in the illustrator cs3 file through script. Is it possible kindly advice me.
    Thanks for looking into this...

    I changed the widh and height of the selected items. While converting stroke weight of the selected item also changed. But i need to change the width and height of the selected items without any modification in the stroke weight(scale strokes and effects). Could you please advice me the possiblilities and solution via scripting.
    Thanks for looking into this..

  • APEX dynamic action - How to hide an item after the page loads

    Hello
    I have a form  with  item  Type,  lesson and page.   I want to create a  dynamic action like "on page load" if Type = x then don't show lesson and page items. .
    How do I say if Type=x then  don't show lesson and page. otherwise show them.
    Please note Dynamic action,  Event=Page load
    Thanks

    create dynamic action like
    Event:Change
    Selection Type:Item
    Item:Type
    Condition:Equal To
    value:X
    Select Action:Hide
    Select Items to hide
    also create opposite false action
    and click on page checkbox below action to yes
    Hope this may helps
    pars.

Maybe you are looking for