Filter Predefined Properies, Feedback Search, XML Forms Show form issues

Hi all,
I have created XML forms with XML builder and I have some questions.
1. When filtering by predefined properties I want to filter by two properties, which are the same. For example, if there is a publication with two authors and author is the predefined property, in the first field I write the name of the first author, in the second field I write the name of the second author, the result is all publications, which are by both authors and all publication, which are either by the one, or by the other.
I don't have this problem when I filter by two different predefined properties. For example the author and the year. Than the result is all publication, which are by the author AND published in the requested year.
How can I set this option to be able to filter by two same predefined properties and the relation between both properties to be AND?(only publications by both author)
2. In the Show form I have created link to the feedback, using XML Forms BUilder, but I need to write first the feedback to be able to see already existing feedbacks,
if there are any. In the ResourceRendering Form I have created link to the feedback by LayoutSet, where I can see first, if there are already existed feedbacks.
If there is any possibility to set a LayoutSet for the Show Form or any other way in the Show form to display first the existing feedbacks and than to be able to write a new.
And something else reffering to the Show form, is it possible to rate the item from Show form or at least to have link to the rating, not a link to the Details.
I have tried to create a link to the /Properties/col:rating, but it doesn't work. The link dispays the value, if it has been already rated.
3. Is it possible to search for any information in the feedbacks(to make the feedback searchable)?
Thanks in advance for any help.
Best regards,
Zlatina

Hi Zlatin,
-> 1
By Default identic properties queries are connected by an 'OR'.
Please have a look into the documentation for further info.
http://help.sap.com/saphelp_nw04/helpdata/en/85/80b3d4c9ef11d5993e00508b6b8b11/frameset.htm
-> Search Options
So far it's not possible to connect two identic proerties by an 'AND' within the standard.
You can preset a search filter via the relevant Search Option Set.
http://help.sap.com/saphelp_nw04/helpdata/en/c8/765140c770cd01e10000000a155106/frameset.htm
Regards Matthias Röbig-Landau

Similar Messages

  • XML Forms show raw xml after transport

    Hallo experts,
    at the moment I am working to set up a SAP Enterprise Portal 7.4. I was able to export KM content from our old 7.0 portal.
    The only problem i am experiencing is that xml forms, that I exported and imported through standard KM export / import, are showing as raw xml.
    The forms are available in forms builder and I also generated a preview (compiled the form) for each form and saved after that.
    There are no errors in the log that point me in a direction, so please help.
    Do you have any ideas what I am missing?
    Best regards,
    André

    Hi Zlatin,
    -> 1
    By Default identic properties queries are connected by an 'OR'.
    Please have a look into the documentation for further info.
    http://help.sap.com/saphelp_nw04/helpdata/en/85/80b3d4c9ef11d5993e00508b6b8b11/frameset.htm
    -> Search Options
    So far it's not possible to connect two identic proerties by an 'AND' within the standard.
    You can preset a search filter via the relevant Search Option Set.
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/765140c770cd01e10000000a155106/frameset.htm
    Regards Matthias Röbig-Landau

  • How to search xml file data based on the given keyword from html form

    hi,
    i'm new to XML. I have this problem regarding searching within a XML file.
    the
    idea is that my search will be based on the keyword entered
    in
    by the user from a HTML form. the keyword is then used to search all
    the
    question nodes and the choice nodes within a XML file. once the match
    is
    found, i will have to display the results.
    But i don't know how to do so - especially the part of searching xml file.
    Can
    anyone help me in this? Your help is much appreciated.
    Edited by: Moti_Lal.D on Apr 4, 2008 7:28 AM

    yeah.. what i was trying to do is
    i have one xml fine. then i have to read all the tag values say
    <book>
    <title>Java</title>
    <author>agarwal</author>
    <price>200</price>
    </book>
    <book>
    <title>Xml</title>
    <author>saxmann</author>
    <price>300</price>
    </book>
    i can read the tag values like this
    File file = new File("dom.xml");
    try {
    DocumentBuilder builder = DocumentBuilderFactory.newInstance().newDocumentBuilder();
    Document doc = builder.parse(file);
    NodeList nodes = doc.getElementsByTagName"book");
    for (int i = 0; i < nodes.getLength(); i++) {
    Element element = (Element) nodes.item(i);
    NodeList title = element.getElementsByTagName("title");
    Element line = (Element) title.item(0);
    what i want is i may give any xml file
    like File file = new File("xxx.xml");
    (it may be one level/two level/3level tagged one)
    then the i should read all the tag values and store them in some array. Then when i enter some character from keyboard (say "a") then it has to show all the tag values starts with "a" and display them.
    i guess u understand my problem.

  • Alternative SHOW form for XML's

    Hi techies,
    I have made a XML news form with two SHOW forms. I need to show one group of users the first one the other group the other one. Has anyone a idea? I have been searching on SDN and could only find this procedure
    1) Create a news form in the XML Forms Builder with multiple shows
    2) In CM Configuration create a new XMLFormsResourceRenderer for the second show and enter the name of the new form
    3) In CM Configuration create a new Layout Set using the XMLFormsResourceRenderer
    4) Create an iView using the Layout Set
    So the idea is to make a layoutset to SHOW and a layoutset2 to SHOW2
    in thread https://www.sdn.sap.com/irj/sdn/thread?threadID=7591
    Its clear to me but has anyone made such a resourcerenderer before? Can anyone give me some extra help on this specific case? Or are there better sollutions. I'm not a java developer yet.
    Thanks in advance, I rewards points to usefull answers.
    Frederik Defour

    Hello,
    Yes indeed, I also had the idea to create multiple iviews and assign these to the appropriate users. But instead of having a different list form, I would also like to have a different SHOW forms. The idea is that user group 1 has all xml fields, while usergroup 2 only is able to see a limited subset of these fields. (news for internal users and news for website). I think that I will need to make different list forms as well. Because the list of type1 goes to the show type 1. And the list of type 2 should go to the show type 2.
    But if you can provide some extra technical details, please do.
    Thanks already,
    Frederik

  • Images in xml show form

    Hey folks,
    could somebody help me please?
    I will put an Navigation built with images in my XML show form.
    I bulid this in an other HTML-Editor and would like to copy it into the XML show form but the images arn´t shown.
    In which directory I have to copy this images and how is the path for it?
    Can somebody help me?
    Thanks a lot greetings
    AL

    Hi,
    I have the xsl File from the XML Formsbuilder. With this file the show form is built!
    In the XSL I will put in HTML Code. This is not a problem.
    But I will put in a picture!
    Example:
    a href="#kontakt" name="menue">img border="0" src="1.gif" width="200" height="25" alt="Kontakt/Kurzinfo"></img</a
    But I don´t know the correct path for the image source!
    I copied the image into the project folder etc/xmlforms/project-folder
    But as I created a new form, the pictures are not showed.
    This is my problem. In which folder I have to copy the images and how is the path?
    Greetings
    AL
    Edited by: Arthur Leichner on May 6, 2008 10:50 AM

  • In XML Show Form display Creator FirstName and LastName ?

    Hi all,
    In XML Form Builder i want to display the creator FirstName and LastName ( Diamond Admin) in the Show Form.
    For egs:
    Logon ID: diamond_admin
    Last Name: Admin
    First Name: Diamond
    In the EDIT Form By using $sap_user and also createdBy property i'm getting the creator name as diamond_admin but i want to display the FirstName and LastName (Diamond Admin).
    2)In the EDIT Form i used the Label for Time Based Publishing(TBP)
    Opening Date = TimeStamp control
    Closing Date = TimeStamp control
    In the RenderList Form i'm showing the Closing Date label its display the date and time.
    Closing Date= 05/12/08 08:00:00 PM
    But i requirement is to show the closing date only not time(Closing Date= 05/12/08) in the RenderListItem Form..
    How to do this?Please help me...
    Regards
    Thillai J

    When you are editing the Show Form, select the correct label in the form and in the property list area (bottom right) you have a property named "Display As". Select "Display Name" for the value.
    Make sure that in your Data Model your property has the data type "user"
    The "Display As" parameter should also work for your date problem as you can select "Short" to only display the date.

  • XML Form Builder Show Form

    Hi Experts,
       I have a requirement in XML Forms, When I click a particular news item in Renderlist Form, I need to display the Show Form in the same window without opening a new window.  If it is possible, please guide me, How do I do that?  And also, can I specify the size of the Show Form?
    Regards,
    Venkatesh. K

    Hi Venkatesh.
    To realsize your ideas you have to build your own XSL or to customize the SAP generated XSL files. We build own XSL files.
    1) It is possible to present the Show Form in the same window.
    Go to the JAVA SCRIPT SECTION. It is mostly at page bottom. The function open_url_with_params(url,params) is used to open the Show form. In this function window.open(url,'_blank',params) is called. Replace _blank to desired value, e.g. _self.
    2) If the Show Form opens in a new window it is possible to specify the size and position of this window.
    To realize this go to the link references Show form (open_url_with_params). The function is called with the url and some parameters, e.g. toolbar=no, ... . Add the params width, height, top and left here.
    Regards,
    René

  • Process flow between edit ,renderlistitem and show form in XML form builder

    Hi all ,
    i'm building from in xml from builder . i'm confused with the process between edit ,renderlist item and show froms .can any one please explain me the Process flow between those
    thanks,
    rajeev.

    Hi Rajeev!
    There is no process flow between those forms. They are seperate views of the same document, nothing more.
    The Edit form is always used if you create or edit a xml document based on the form.
    The renderlist item form is used if more than one XML document is shown, for example in a list.
    The show form ist used if the document should be displayed in full, eg by clicking on an XML document in a list.
    It is even possible to add more custom forms and display them. If you "preview" an XML document, you get the choice to display the document with all display forms available (default Renderlist item and Show). If you watch the URL when previewing a xml document you'll see an URL parameter selecting the form to show.
    Regards,
      Jürgen

  • XML show form error

    Hello All,
    I am trying to develop an XML form wherein Edit form i have an HTML editor and in Show form i want to display the message that in edited in Edit form. But when i run the Show form, i text is displayed like this:
    <FONT color=#242424><STRONG><SPAN class=urFontStd><SPAN class=urTxtEmph><FONT color=#242424><STRONG> <P>Alert! </P> <P>Change This is an HTML editor </P></STRONG></FONT></SPAN></SPAN></STRONG></FONT>
    Idealy it should only display "This is an HTML editor"
    I have taken this as filed as a lable in show form and in edit form it is HTML editor.
    What could be the reason..
    Kindly help me solving this issue..
    Regards,
    Ameya
    Edited by: Ameya Pimpalgaonkar on Sep 15, 2008 1:09 PM
    Edited by: Ameya Pimpalgaonkar on Sep 15, 2008 1:10 PM

    Can you tell me exactly what you did ?.... cos i also have the same issue

  • How to use adifferent Show form to display a document created by XML forms

    Hi,
    I have created some XML documents using an XML form.
    The XML form contains two Show forms, Show & Show2. The default is Show. When I view the XML document via a KM Docs iView the default Show form is used to display the resource.
    If I wish to display the XML document using a KM Docs iView, but using the Show2 (non-default) form how is this done?
    I have created Layout Sets for each of the different ways to display the XML forms, but there is no option to choose Layout Set in the KM Docs iView config.
    Thanks,
      Tom
    Edited by: Tom Parle on Apr 3, 2008 12:45 PM

    Hi Tom,
    Check out the SAP Help site [Linking Your Own List Forms into iViews|http://help.sap.com/saphelp_nw04s/helpdata/en/0e/1affa0f8c47447a164998b60025aea/frameset.htm]
    I think it explains exactly what you are looking for.
    Hope it helps,
    Robert

  • How to get back from Show form  to Render List  form in XML Forms

    Hi,
    As we use the Hyperlink "Display" in RenderList form to go to Show form similarly what kind of hyperlink shoul we use in Show Forms to get back to RenderList Forms.
    We did try out with the Back option but are not getteing the desired result.
    Sweta..

    HI Sweta ,
    Havent worked much on this but can refer.
    /thread/4878 [original link is broken]
    /thread/100920 [original link is broken]
    XML Forms - How to render a sequence node?????
    /thread/240057 [original link is broken]
    /thread/147252 [original link is broken]
    /thread/189120 [original link is broken]
    Thanx
    Pankaj

  • XML Forms editing/showing with 2 different edit/show forms

    Hello,
    does anybody know how to set xml forms to achieve the possibility to edit one created news with 2 different forms, based for example on the layout set used?
    any hint would be appreciated.
    thanks
    Marco

    Hi Marco,
    If I understood your problem you need that a xml file to be read by another form.
    There is a property called: resouce type (metadata, belong to system).
    When you save your xml file (from form) this property is setted by the system. Using this value the system knows how to open this file.
    If you need to pass this information (xml file)among differents forms, in your forms you can add a combo box in which you set up this property. When you change this value of this property (name of resource type the other form)you carry out that this xml file to be read for other form.
    The truth is different forms, use differents resource type, therefore these forms can not,simultaneously,read the same xml file.
    Also, if you create your own layout set, within collection renederer you can filter by resource type.
    Patricio.
    ps: all forms must use the same schema data.

  • How to go back from SHOW form to RENDERLIST form in XML forms ?

    Hi All,
        I want to know the value of hyperlink property of the label of Show form in order to go back from Show form to Renderlist Form. Its Urgent ..... Plz reply ASAP if anybody knows about it.

    HI Sweta ,
    Havent worked much on this but can refer.
    /thread/4878 [original link is broken]
    /thread/100920 [original link is broken]
    XML Forms - How to render a sequence node?????
    /thread/240057 [original link is broken]
    /thread/147252 [original link is broken]
    /thread/189120 [original link is broken]
    Thanx
    Pankaj

  • Transition to Show Form in XML FOrms??

    Dear SDN,
                 I have a requirement in which i have to display the news summary in RenderListForm and its Details in the Show Form but the Show Form Appears in a New POPup window, which is Counter to our requirement.
    How to get Show Form Content in the Same active window and Avoid Popup window.??
    Please help me with the same.
    Thanks in Advance

    hai suresh
    create 2 km navigation iview.in iview propertise set one is news browser,and another is news explorer,assign this to iviews in to single page
    i think now u get both forms in same page

  • Back action from XML Show Form to XML RenderList Form

    Hi to all, I have this problem:
    When I click on my news (renderlist form) i open in the same window my news detail (show form).
    Now i stay in my dhow form... i must click on "back" image to return to my Renderlist form.
    I set the hyperlink on my "back" image to "http://"portalname":50100/irj/portal/"my quick link".
    Now when i click on "back" image i return to my renderlist form but i open another poral page with mastheade, ecc, ecc.
    THIS IS MY PROBLEM
    Help me if possible

    Hi, Tardin!
    I'm faced with same problem. Have you found any solution?

Maybe you are looking for