How to hide elements from displaying

Hi
I have a code
<td><b><jbo:RenderValue datasource="dsProducts" dataitem="ProductName"/><sup><%=symbol%></sup></b><br/.
But I want to supress it from displaying.How can I do that?
Thanks in advance.

Hi
I have a code
<td><b><jbo:RenderValue datasource="dsProducts" dataitem="ProductName"/><sup><%=symbol%></sup></b><br/.
But I want to supress it from displaying.How can I do that?
Thanks in advance.

Similar Messages

  • How to hide elements from xml file when dumping to JTree?

    Hi everybody,
    I got a XML file similar to this one:
    <Dios>
    <Adan>
    <Hijos>
    <Vivos>
    <Nombre>Isaac</Nombre>
    <ColorOjos>Verdes</ColorOjos>
    <ColorPelo>Casta�o</ColorPelo>
    <Nombre>Paris</Nombre>
    <ColorOjos>Verdes</ColorOjos>
    <ColorPelo>Casta�o</ColorPelo>
    </Vivos>
    </Hijos>
    </Adan>
    <Eva>
    <Hijos>
    <Vivos>
    <Nombre>Jose</Nombre>
    <ColorOjos>Azules</ColorOjos>
    <ColorPelo>Rubio</ColorPelo>
    <Nombre>Marta</Nombre>
    <ColorOjos>Oscuros</ColorOjos>
    <ColorPelo>Casta�o</ColorPelo>
    </Vivos>
    <Fallecidos>
    <Nombre>Miriam</Nombre>
    <ColorOjos>Verdes</ColorOjos>
    <ColorPelo>Casta�o</ColorPelo>
    <Nombre>Dorian</Nombre>
    <ColorOjos>Azules</ColorOjos>
    <ColorPelo>Casta�o</ColorPelo>
    </Fallecidos>
    </Hijos>
    </Eva>
    </Dios>
    I must:
    1)Show datas on a Tree, with the exception that "ColorPelo" and "ColorOjos" values should not be displayed on the tree.
    2)When clicking over one leaf (for example: Miriam) on the right side of panel, should write the values of "ColorPelo" and "ColorOjos", verdes and casta�o.
    Don�t know where start. Any idea will be welcome
    Thanks in advance

    Sorry, the xml above was wrong, this is right xml:
    <Dios>
         <Adan>
              <Hijos>
                   <Vivos>
                        <Nombre>Isaac</Nombre>
                        <Caracteristicas>
                                  <ColorOjos>Verdes</ColorOjos>
                                  <ColorPelo>Casta�o</ColorPelo>
                        </Caracteristicas>
                        <Nombre>Paris</Nombre>
                        <Caracteristicas>
                                  <ColorOjos>Verdes</ColorOjos>
                                  <ColorPelo>Casta�o</ColorPelo>
                        </Caracteristicas>
                   </Vivos>
              </Hijos>
         </Adan>
         <Eva>
              <Hijos>
                   <Vivos>
                        <Nombre>Jose</Nombre>
                        <Caracteristicas>
                                  <ColorOjos>Azules</ColorOjos>
                                  <ColorPelo>Rubio</ColorPelo>
                        </Caracteristicas>
                        <Nombre>Marta</Nombre>
                        <Caracteristicas>
                                  <ColorOjos>Oscuros</ColorOjos>
                                  <ColorPelo>Casta�o</ColorPelo>
                        </Caracteristicas>
                   </Vivos>
                   <Fallecidos>
                        <Nombre>Miriam</Nombre>
                        <Caracteristicas>
                             <ColorOjos>Verdes</ColorOjos>
                             <ColorPelo>Casta�o</ColorPelo>
                        </Caracteristicas>
                        <Nombre>Dorian</Nombre>
                        <Caracteristicas>
                             <ColorOjos>Azules</ColorOjos>
                             <ColorPelo>Casta�o</ColorPelo>
                        </Caracteristicas>
                   </Fallecidos>
              </Hijos>Finally I know how to do first point, when creating the nodes(recursively):
    if( (children != null )&& *!root.getNodeName().equals("Caracteristicas")*)
    numChildren = children.getLength();
         for (int i=0; i < numChildren; i++)
         node = children.item(i);
         if( node != null && *!node.getNodeName().equals("Caracteristicas")*)
    ...

  • How to hide libraries from breadcrumb in SharePoint 2013?

    Hi,
    How to hide libraries from breadcrumb in SharePoint 2013? just we want to display parent and least node like below,
    Home Site > Test page
    not like,
    Home Site > Pages > Test page
    Please help us to resolve this.
    Thanks., Prakash

    hi
    OTB breadcrumb have many problems, e.g. it doesn't work properly also with friendly urls. The simplest way is to create custom breadcrumb, e.g. as shown here:
    Building breadcrumbs the way you want it in SharePoint 2010.
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

  • How to delete elements from a cluster?

    Hello. I would like to know how to delete elements from a cluster. I got stuck with this problem. There is its own order of each element in a cluster. I tried to initiate an array but it seems like too complicated. In the attached file, I want to obtain only the data from "flow" not "pressure". I try to use array programming but it doesn't work. Would be nice if you help me to fix the file. Thanks
    Solved!
    Go to Solution.
    Attachments:
    test 1.vi ‏16 KB

    Bombbooo wrote:
    What about if I want to store data into the pressure array too? Do I have to create another loop or it can be done in the same loop as the flow loop?
    Try this, for example. Modify as needed.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    test1MOD2.vi ‏9 KB
    SelectFlowOrPressure.png ‏7 KB

  • How to hide ribbon from all item view for particular user group

    hi friends
    how to hide ribbon from all item view of particular list for specific user group.
    using OOB functionality or javascript. 

    Hello,
    Use this codeplex tool to hide ribbon to user group:
    http://spribbonvisibility.codeplex.com/
    If you don't want to use above tool then you have to add SPSecuritytrimming in "Rajiv Kumar" code for filtering based on user group permission.
    http://www.topsharepoint.com/hide-the-ribbon-from-anonymous-users
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How to hide element? JDeveloper 11g

    Hi! I want to know, how to hide element in table and unhide another element, when I press button! (for example, create button)?
    Best regards!

    Here's what my jspx page looks like:
    <af:form>
        <af:commandButton text="Show Hide" actionListener="#{pageFlowScope.MainBean.showHide}"/>
        <af:panelTabbed binding="#{pageFlowScope.MainBean.tabs}" id="tabs">
          <af:showDetailItem text="showDetailItem 1" id="tab1"/>
          <af:showDetailItem text="showDetailItem 2" id="tab2"rendered="false"/>
        </af:panelTabbed>
    </af:form>Notice that the panelTabbed component is bound to #{pageFlowScope.MainBean.tabs} so that my backing bean will have a setter and getter for this component.
    Also notice that my command button has an actionListener. Here is the code for that method:
    public void showHide(ActionEvent actionEvent) {
        this.getTabs().findComponent("tab1").setRendered(false);
        this.getTabs().findComponent("tab2").setRendered(true);
    }It's very simple, it sets one tab to not render and renders the other one.
    Mark

  • How to hide MastHead from iView

    Hi Experts,
    I have created linktoURL UI element for WD program1. I am calling WD program2 using linktoURL UI element of WD program1. When I am clinking on the linktoURL UI element, iView of WD program2 gets open successfully. In the iView MastHead (company logo, logoff link, search button, top level navigation etc) is getting displayed. I don't want to display these details. How to do so?
    I have set the Launch in new window propert as "Display in seperate headerless portal window" for the iView of WD Program2. However this is not helping.
    Can you please let me know how to hide the masthead, company logo, logoff link, search button, top level navigation etc from the iView.
    Regards,
    Gary
    public static void wdDoModifyView(IPrivateAutoSettlementAppView wdThis, IPrivateAutoSettlementAppView.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
         wdContext.currentContextElement().
         setUrl("https://ruepd.mycompany.com:50001/irj/portal?" +
                     "NavigationTarget=ROLES%3A%2F%2Fportal_content%2Fcom.mycompany.all.folder.mycompany%2Fcom.mycompany.ep.folder.enterprise_portal%2Fcom.mycompany.portal.folder.roles%2Fcom.mycompany.portal.folder.employee_self_service%2Fcom.mycompany.portal.role.employee_self_service%2Fcom.mycompany.portal.workset.employee_self_service%2Fcom.mycompany.portal.workset.area_travel_expenses%2Fcom.mycompany.portal.page.create_expense_report_Auto&DynamicParameter=trip_number%3D"+
                 (wdContext.currentContextElement().getTripNumber()).replaceAll("^0*","") +
                   "%26mode%3Dcreate&TarTitle=Create%20Expense%20Report");

    Hi,
    If u have set Launch in new window property as "Display in seperate headerless portal window", this should work. Hope you have set the property value for the proper iview.
    Also if you are using a link with NavigationTarget as in wdDoModify, append &NavMode=3 at the end of url  as below. This will hide the mast header
    public static void wdDoModifyView(IPrivateAutoSettlementAppView wdThis, IPrivateAutoSettlementAppView.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
         wdContext.currentContextElement().
         setUrl("https://ruepd.mycompany.com:50001/irj/portal?" +
                     "NavigationTarget=ROLES%3A%2F%2Fportal_content%2Fcom.mycompany.all.folder.mycompany%2Fcom.mycompany.ep.folder.enterprise_portal%2Fcom.mycompany.portal.folder.roles%2Fcom.mycompany.portal.folder.employee_self_service%2Fcom.mycompany.portal.role.employee_self_service%2Fcom.mycompany.portal.workset.employee_self_service%2Fcom.mycompany.portal.workset.area_travel_expenses%2Fcom.mycompany.portal.page.create_expense_report_Auto&DynamicParameter=trip_number%3D"+
                 (wdContext.currentContextElement().getTripNumber()).replaceAll("^0*","") +
                   "%26mode%3Dcreate&TarTitle=Create%20Expense%20Report"+"&NavMode=3");

  • How to hide options from InfoView's "Schedule Report Page"?

    Hi,
    We are using Business Objects XI R2 InfoView (Java version) to schedule the reports.
    Whle schedling the reports, schedule page displays the following option to the users -
    1. When
    2. Database Logon
    3. Filters
    4. Destination
    5. Format
    6. Print Settings
    7. Server Group
    8. Events
    9. Parameters
    And I need to display only three options (When, Format and Parameters) to the user and want to hide the rest of the options from the user.
    Please let me know how to acheive this using the InfoView (Java version)?
    Thanks,
    Vicky

    Thanks for the reply.
    I do not want the user to enter / change the database logon information and other setting of the report. As I set those info using the CMC.
    And writing the our own pages using SDK will take lots of efforts and require java professionals for that.
    I only need to hide those options please let me know how to hide them.
    Thanks.
    Vicky

  • In forms- how to hide elements which are added through property palete

    hi,
    I am using oracle forms-10g version.
    I have an doubt in hiding the elements from list item.
    I have 3 list items and 3 elements. If i select any element in any of the list, that element should get hidden when we click on other list box.
    For example:
    3 elements are cell, work,home.
    in the first list item it should display all three elements and when i select cell in list_item 1, then this element should get hide for the other two list items.
    Similarly if i select home in list item 2, then home and cell should get hide from list item 3 and home alone d=should get hide from list_item 1.
    please suggest if my question is not clear.
    Please help out folks.
    Regards,
    Bobb

    Hello Bobb,
    You can create a trigger(when-list-changed) for each list item where you could:
    1.recreate the record groups and then use POPULATE_LIST so you can hide the selected values. In forms builder online help there are some good examples about create record groups dynamically.
    or
    2.you can perform a validation instead of hiding the selected values. If the values is already selected the display a message 'Value already selected....'
    Second option is much faster(only an 'if clause')
    Hope this helps.
    Regards,
    Alex

  • How to retrieve elements from 3 different xml file in one url

    Hi all,
    Could anyone please let me how can we retrieve elements from 3 different xml file in one url?
    i just can only do it with one file only, any help would very appreciate.
    Thank in advance
    Jim

    Hi Philip
    Thanks for replying me.
    I tried on that way, In my mdx query i am using one slice attribute (i.e [Customer].[Gender].allmembers) in rows so getting error "The  Hierarchy already appears in Axis1".
    SELECT
    {[Measures].[Internet Sales Amount] } ON 0,
    NON EMPTY
    {[Customer].[Gender].allmembers } ON 1 -- Used
    FROM
    [Adventure Works]
    WHERE
    [Customer].[Gender].&[M]
    ,[Product].[Size Range].[(All)]
    ,[Customer].[Country].[All Customers]
    [Customer].[Gender].[All Customers]
    ,[Product].[Size Range].&[XL]
    ,[Customer].[Country].[All Customers]
    [Customer].[Gender].[All Customers]
    ,[Product].[Size Range].[(All)]
    ,[Customer].[Country].&[Australia]
    Can you provide alternate ways to get resolved.
    Thanks in advance

  • Nokia N97 How to hide images from the photo browse...

    I'm not even going to ask about how to hide sensitive images, i just deleted them, but still
    there are several programs that use images for they're normal behaviour, i had this same issue
    with my nokia n95, but i simply set the image atributes of the pictures i didn't want to show in the photo browser,
    and that solved the problem, but with my new n97 this is of no use, i also tryed setting the image atribute as sys file
    and that did not solvet either... Please help, i do not like having 500 images from a software showing up in my gallery...
    Thanks in advance

    how to move image from gallery to a certain album (not copy)

  • How to hide elements to printer inside muse? / Como esconder elementos a la impresora en muse

    English
    Hello guys, there is any option to hide elements on muse site for no printing, I'm working on a catalog with pront option but i dont want the navigation menu buttons on my print sheets, any idea?
    Spanish
    Hola a todos, hay alguna opcion que bloquee elementos de ser impresos? estoy trabajando en un catalogo online, pero no quiero que se impriman elementos como los los botones de navegacion. tienen alguna idea?

    You would need to hide page contents using custom code , you may try these options :
    http://imar.spaanjaars.com/240/how-do-i-hide-screen-elements-when-a-page-is-printed
    http://stackoverflow.com/questions/4816937/use-css-to-hide-contents-on-print
    Thanks,
    Sanjit

  • Emergency!! How to remove elements from a set? or..?

    How do I remove elements from a Set?
    If I have Set s1and s2, I want to create a new set which consist of all elements in s1 but not in the s2.
    Which means, I have to s1.union(s2) and then remove elements of s2.
    Is there any method which has this function (remove elment from a set)?
    Or is there any other better way to solve this (which doesn't have to remove anything)?
    If not, how to design a method which will do this job?
    Your help will be very much appreciated.

    Hi
    you can use method removeAll() from set
    s1.removeAll(s2);
    so s1 contains all the element not in s2.
    If you want to lef s1 unmodifyed you have to create a copy.
    Set s3 = s1.clone();
    s3.ramoveAll(s2);
    bye
    Nicola.

  • How to copy elements from one JList to another JList?

    I have 2 JLists. availableList and selectedList.
    String availableData [] = {"A","B","C","D","E","F"};
    JList availableList = new JList(availableData);
    JList selectedList = new JList();
    Now on 'Copy >>>' action I want the elements from availableList to be copied to selectedList (elements in the first JList should not be removed.)
    on actionPerformed I used: selectedList.setListData(availableList.getSelectedValues()) but it is adding only one element at a time.
    Can anyone help me in solving this problem? I want the elements from availableList to be copied to selevtedList and the duplicate should not happen. No need to sort the selectedList. just adding one by one.
    Thanks in Advance!
    Edited by: DeepakKotla on Oct 9, 2007 5:25 PM

    You might want to use a model to make it easier to add and transfer data
    like using DefaultListModel.

  • MSS - How to remove retirees from displaying in MSS

    Hello,
    Does anyone know the best approach to exclude retirees (PA000.STAT2 = 2) from displaying in MSS?  We currently keep retirees in the org unit they retired from using creating a clone of their current position number to a new position number that starts with 991 or 993.  Terminated employees are put in position 99999999 and since there is OM relationships, those do not show up.
    Thank you,
    Keith Pieritz

    ya you can   make the settings in view T77S0 for only active employees keep as 3 u can achive it
    go to sm30 v_t77s0 create new entries enter values as :-
    a) Access the V_T77S0 view.
    b) Choose New Entries.
    c) In the Group field (group name), enter ESS.
    d) In the Sem. Abbr. field (semantic abbreviation) enter STAT2 .
    e) In the Value Abbr. field (value of semantic abbreviation), restrict the number of employees covered by the search by entering the relevant employment status for the search.
    save it  ....and once chk in portal after reloggin in

Maybe you are looking for

  • Problem with Subform Instances at Form Opening

    Hi All, I have a fairly large complex form that has several subforms that I want to have zero instances the first time it is opened. Most of those subforms that I set the initial instances = 0 on the Object pallet do exactly that--they behave! Howeve

  • Can't reply or forward gmail in Mail 6.0 (only write!)

    After having done some SMTP-server editing on my MacBook Pro I have problems with Mail 6.0 using Mountain Lion. I've 4 accounts connected to the application of which 2 are gmail accounts with IMAP. The problem is that after the editing I can't reply

  • Channel Info Banner Display Time

    How or where can I set the display time for the channel info banner time?  My info banner remains on the screen for about 10 seconds unless I press the exit button. 

  • Does PSE 12 camera raw support my Fuji X-T1 camera?

    I get the following error message when trying to view a camera raw file from my Fuji X-T1 in PSE 12: "Could not complete your request because the file appears to be from a camera model which is not supported by the installed version of camera raw." T

  • Problems downloading 1 file from 11.5.10+ virtual Documentation Library

    I am unable to download the following document from the 11.5.10+ virtual Documentation Library: Title: Using Oracle Workflow in Oracle Order Management Part Number: A96689-02 URL: http://download-uk.oracle.com/docs/cd/B16981_03/current/acrobat/115omw