How to display multiple categories of webapp items in list view? Changing listbox list to checkbox list to select category in submission process?

Hello!
1.
I am trying to get my page to list webapp items that are part of a few categories. I understand that if i want to view only one category, I just need to do the normal process of choosing that category and placing it out. So my question is: How do I display multiple categories of items in a webapp in a single page. I've tried this
{module_webapps,WEBAPP_ID,c,CATEGORY_ID1,,,,10,,1} {module_webapps,WEBAPP_ID,c,CATEGORY_ID2,,,,10,,1}
This only displays the everything from the first category, then everything from the next, which will not make it in order of date.
I've also tried this for fun:
{module_webapps,WEBAPP_ID,c,CATEGORY_ID1&CATEGORY_ID2,,,,10,,1}
How can I go about doing it?
2.
I am looking to allow users to input a webapp item and allow them to select a category to tie to that item.
<label for="CAT_Category">Category (You may select more than 1)<span class="req">*</span></label>
    <select name="CAT_Category" id="CAT_Category" class="cat_listbox" rows="4" multiple="multiple" style="height: 60px;">
    <option value="CATEGORY_ID1">--- Option 1</option>
    <option value="CATEGORY_ID2">--- Option 2</option>
    </select>
Is it possible for me to change the listbox style into a checkbox style such that the user doesn't have to control+click multiple options?

No answer to No.1 but I really want to find it out too.
No.2 
If you already know list of the categories & ID you can manually create a list of checkboxes
<input type="checkbox" name="CAT_Category" value="89081" />
<input type="checkbox" name="CAT_Category" value="89082" />
<input type="checkbox" name="CAT_Category" value="89083" />
something like that should work

Similar Messages

  • How to display multiple attachments in UWL item in portal?

    HI,
    How to display multiple attachments in UWL item in portal?
    I want to display more than one attachment in UWL body,present its dispalying one attachment.
    Pls help on this
    Thanks,
    Bheem
    Edited by: v bheem on Aug 4, 2009 3:10 PM

    Hi,
    Are you able to manage this! Pls do let us know if you have done any configuration changes!

  • How to display multiple columns under one item

    Hi
    i have one page in that page person having 4 (multipul) phone number
    i need to desplay under the item these phone numbers
    so witch item style i need take
    please tell me

    Hi,
    Create a stack Layout in advance table and under that stack layout create four messagesStyledTexts to show different numbers.
    Thanks,
    Gaurav

  • How to Display multiple records in Table in VC without using BAPI.

    Hi All,
    I am working on Visual composer (NW2004s SP10). I am trying to display Poitems from BAPI_PO_GETDETAIL. I am creating my front end using VC. I have created one form and one Table where I want to display POItems. I am writing my logic of retrieving data from BAPI in CAF.I am connecting them in Guided procedures.When I run my process in Guided Procedures I am getting single row displayed in table. Can Anyone help me how to display multiple rows in table.
    Regards,
    Sheetal

    Hi Sheetal,
    if the BAPI returns a table, then you get multiple rows. From which system is the BAPI, so that I can check the BAPI to give you further information.
    Best Regards,
    marcel

  • How to display multiple thumbnail images in jframe

    hi
    please help me about how to display multiple thumbnail images in jframe

    Multi post:
    http://forum.java.sun.com/thread.jspa?threadID=627253&messageID=3588990

  • How to display multiple tables from database using netbeans swing gui

    plz reply asap on how to display multiple tables from database using netbeans swing gui into the same project

    Layered Pane with JTables or you can easily to it with a little scripting and HTML.
    plzzzzzzzzzzzzzzzzz, do not use SMS speak when posting.

  • How to assign multiple batch class to material in classification view

    Dear Gurus,
    How to assign multiple batch class to material in classification view.
    plz explain what are the procedure and what are the configuration required before assignment.
    Thanks
    Mani

    OK, Thanks for your reply.
    Regards
    Mani

  • How to assign multiple categories to a webapp item that is populated from a frontend form?

    We have a webpage with a form that allow users to populate a webapp, but we also need that the user can assign multiple categories to the webapp item that is going to insert.
    The support forum told us that it is not possible to assign categories from the frontend, but only from the admin area.
    Is there any workaround to this issue? We do not want the users to access to the admin area because we need them to populate the webapp only from the web form.
    Thanks for any help on this.
    Franco

    Dont know if this will help:
    http://bcgurus.com/tutorials/dynamic-categories-for-business-catalyst-introduction

  • Portal 904 : Assigning Multiple Categories to an Item

    Hello,
    The requirement is :
    For a File that I am uploading, I should be able to assign it multiple categories (say the file is a test script for Oracle Financials, GL module and it's for phase II). So I have qualified this file as Belonging to
    Suite: Oracle Financials
    Module: GL
    Phase: II
    Type: TestScript
    Since Portal only allows one category per item, how else can I implement this functionality? Eventually I want to be able to search by each of these categories and their combination.
    Manish

    This is definitely one way of doing this and I was aware of it. The only reservation I had was that this will result in large number of perspectives and the real "perspectives" (like Tech.Consultant, Functional Consultant, Project Manager) will be kind of hard to find.
    Another way to do this is to create the top level Categories and expose sub categories as Custom Attributes and create LOVs to display the sub-categories.
    This will allow the user the ability to choose one real category (top level) in the category field and then he/she may choose the cross-reference info. from custom attributes.
    The problem is, I cannot find a way to display a list of Attributes (as clickable links) so that the user can click on say GL and see all documents that have this attribute (Apps Module) selected.
    So, what I want is the ability to display in a page region, a list of my custom attributes and when the user clicks on an attribute, the documents that have been assigned that attribute should be listed.
    Is is possible and is this the right way to do this?
    Thanks,
    Manish

  • Crystal report -How to display multiple lines in line chart?

    Hi,
    M struggling to display multiple lines in line chart. All the values m fetching it from database into data table in below format & data type
    Category(String).....year(Int).....graph_values(Int).....table_value(String)
    Test.........................2006.......... -100............................(100)
    Avg..........................2006..........20................................20
    Median......................2006...........5................................5
    Test..........................2007...........500.............................500
    Avg...........................2007............90..............................90
    Median.......................2007............45..............................45
    M using cross tab to display data and chart to plot line. Following fields I used in Cross tab Expert & Chart expert
    Cross tab expert-
    Rows u2013 category
    Columns u2013 year
    Summarized fields u2013 Min of table_value
    In Chart Expert u2013
    On Change of - Year
    Show values - graph values
    In cross tab m able to see the data properly but not in graph.I have three categories. Hence it should plot three lines in line chart but m able to see only one line for test category.
    FYI u2013 using VS 2008 and crystal report assembly version 10.5
    Urgent. Please reply soon.
    Thanks
    ThakurS

    I got the solution.
    In Chart Expert - I should use
    On Change of -- Year, Category
    Show values -- graph values
    Thanks,
    ThakurS

  • How to display multiple reports at the same time

    Hi,
    I'm trying to display multiple reports at the same time, each one in separates tabs or windows using Forms 11g 11.1.1.6
    I have a button which has a call to a procedure which makes use of rp2rro library to show the specific reports, for example:
    call_report('report1');
    call_report('report2');
    call_report('report3');
    call_report('report4');
    The main problem is that, just the last report is been displayed.
    Is there some way to display report1, report2 etc in separate tabs or windows ??
    Regards
    Carlos

    You shouldn't have a problem calling different reports at once. As long as you're using Forms 11g they show up in different windows.
    The question is how you are calling the report.
    Here is how I manipulate it.
    After I pass parameters with the ADD_PARAMETER built-in I set some key values (destype, desformat, desname) with the RP2RRO's procedures.
    Finally calling RP2RRO.RP2RRO_RUN_PRODUCT and then WEB.SHOW_DOCUMENT passing the correct procedure parameters the report comes up in a window. If you repeat the above changing the appropriate variables (the report_name in the RP2RRO_RUN_PRODUCT and so on) you can get multiple reports in different windows.

  • How to display multiple selected rows in a table inside a popup?

    Hi,
    I have a table on which multiple selection is enabled. I am able to get hold of multiple selected rows i.e. i am able to iterate over the selected row keys and print their values. Now, my problem is how to display the contents of all the selected rows in a popup? I get the details of only one row when I launch the popup.
    Thanks
    Karan

    Hi,
    Not confident if this works or not but just try it...
    1. create a ViewLink between the same view Object.
    The source and destination wil be the same Vo and the source and destination attribute will be the pk of both Vos.
    2. Update the changes in Appln Module.
    Open the AM and in DataModel tab .
    select the Same VO from which you created table in the DataModel Listbox and select the VL in the "Avaible View Objects" List Box. Add under it(selected vo in datamodel listbox).
    3. Refresh DataControl accordion.
    4. in your jsff page drag and drop the child vo as a table..
    See if it works
    Regards,
    Santosh.

  • How to display multiple page images in forms ?

    Hi,
    What is the best method to display multiple pages image(100 pages) in forms 10g?
    Thanks

    Hello,
    <p>this is a link to a tutorial that contains several sample forms.<br> One of them (ALBUM.FMB) demonstrates how to display hundred of images.<br><br>The tutorial is in French, but you can simply download the samples on the introduction chapter</p>Francois

  • How to display multiple clocks in menu bar?

    Is there an app that can display multiple clocks in different time zones, side by side, like the regular system clock?
    http://d.pr/i/P6Zr

    Does this come close enough?
    https://itunes.apple.com/gb/app/clocks/id414554506?mt=12
    Found at…
    http://www.cultofmac.com/165298/set-up-multiple-world-clocks-in-menu-bar-os-x-ti ps/
    Don't forget you can add multiple clock widgets to Dashboard, and the info icon will allow you to set the location/ timezone.
    This will give you a dashboard overview…
    http://mac.appstorm.net/how-to/using-dashboard-in-2013/

  • HT201300 how activation display multiples in macbook pro 13

    how activation arrange multiple display

    Hi pattyufita,
    Depending on what model of MacBook Pro you have, you will need the correct adapter for its video out port. Also, the other end of the adapter would need to fit whatever video in port your TV has. So for example the most recent MacBook Pro has Thunderbolt for video out and your TV might use HDMI video. See the specifications on this page for the MacBook Pro -
    Apple - MacBook Pro with Retina display - Technical Specifications
    http://www.apple.com/macbook-pro/specs-retina/
    Of course you will need to find the specifications for your own model of MacBook Pro. You can find out which model you have by going to the Apple menu and selecting About this Mac and clicking the More Info button.
    Thanks for using Apple Support Communities.
    Best,
    Brett L

Maybe you are looking for