I would like to be a drop-down

I would like to be a drop-down menu that once you have select an item, would open another drop down with sub-items of the inherent checked early

Thank you Josh for your answer to the OP. I understand how it works, but would appreciate a clarification (from Josh or anyone). You say
"Create dropdown #1 and then create dropdown #2 and in the Properties panel for dropdown #2 check the "Show/Hide item" box and set up the logic for the show/hide in the dialog that opens up, setting the field to show if the correct selection is made from dropdown #1."
Suppose (in your example) dropdown #1 has 10 choices (1, 2, 3, 4, 5, 6, 7, 8, 9, & 10). For my purposes, I want dropdown #2 to appear if any selection is made from dropdown #1. Not just a specific selection, but any selection. From what I can see, if I want to do that, I have to set ten seperation conditions ([field name] [is] [1], [field name] [is] [2],...)  in the "show/hide items" logic of drowndown #2.
Is that correct? I cannot seem to find logic like this: [field name] [Is/Is Not] [any] . Can you confirm/Clarify please?
Thank you!

Similar Messages

  • I was trying to make a purchase from Amazon & a return but FIREFOX would not let me open drop down boxes in the purchase & return areas. I was forced to use IE to accomplish the deed. Can you investigate the problem?

    I was trying to make a purchase from Amazon & a return but FIREFOX would not let me open drop down boxes in the areas. I was forced to use IE to accomplish the deed. Can you investigate the problem? Thanx, David Deters

    Thanks for the welcome Karsten! I’ve checked the installer disks – which appear to have all the main pieces of software, but not iDVD. If you or anyone knows where it might be hidden that would be great. Thanks for all the other info too!
    Thanks Lennart – I don’t think my computer could support iLife ’05 as it is running Mac OSX 10.3.2 and I’ve just been looking at its system requirements which state it requires 10.3.4 minimum – if you know differently, please let me know. As an alternative I have considered getting iLife ’04, but your comment about iLife ’05 being the first version to support external drives worried me (“iDVD 5 is the first iDVD version that officially supports external burners“ does this mean there is an unofficial option for iLife ‘04? Perhaps a patch similar to the one mentioned by Karsten), does that mean iLife ’04 would not support an external Lacie DVD writer?
    What is the earliest version of Toast I’d be able to use (as a money saving option!)?
    Thank you both, and apoligies for my amateurish questions…
    Kevin.

  • Changing the size of a drop down list

    Hi Everyone,
    Is there anyway to change the size of a drop down list?  For example, our customer would like to make the drop down list for the Ship-To field on the logistics tab of the sales orders longer.  Currently, they cannot see the full name when they scroll through it.  Is this possible?  Depending on what Customer Code they enter, the field size appears to change.
    Thank you in advance for your help.
    Amanda

    I am using Tahoma size 10 as well. 
    Is the drop down size somehow related to the size of the first few records?  So, if those are shorter than those at the end, perhaps it doesn't adjust for the size of the bottom records.  For example, in our customer's database here's a sampling of what they have entered and the order:
    Wal-Mart 6124
    Wal-Mart 6125
    Wal-Mart 6126
    Wal-Mart 7001
    Wal-Mart Supercenter 1111
    Wal-Mart Supercenter 2094
    Wal-Mart Supercenter 3475
    The drop down box is large enough to see the Wal-Mart 6124, etc. but not large enough to see the Wal-Mart Supercenter ones at the bottom of the list (keep in mind there are over 100 ship-to's for this Business Parnter).  Does it maybe only look at the first fifty records or something like that?
    Thanks again,
    Amanda

  • How Do You Build A DPS Drop Down Menu?

    Hello,
    I've been working with Adobe DPS for a year and a half now, and also use edge and muse for some of the HTML5 solutions - though both Edge and Muse are still very unstable for my liking within a Folio.
    However, I would like to build a "Drop Down Menu" that will work within a Folio. I have tried Edge, but, because of the resolution issues with Edge, I always get the Type "Appearance" being too large. With Muse, it is too inconsistent and works sometimes and does not work sometimes. So, is this a technique I should abandon until Adobe comes up with an answer/solution for us?
    Is there a better way? InDesign allows me to create amazing drop down menu's, but, iOS does not support SWF files.
    I'm stuck with no answers, can you help?
    Thank you
    Lain

    I don't know if that is the only way. Someone else here may have a different solution.
    Have you looked at Dreamweaver? It is a pretty powerful tool and is WYSIWYG. You should be able to create the necessary html and css (maybe java scipt and jquery too) there and use that in your html overlay.

  • Multiple drop down menus in a row

    I am trying to create a bid sheet for my interior design business.
    For example in my first column(A) i would like to have a drop down menu with Demo, Plumbing, Electric, etc.... and if i would select Pluming in that drop down menu, next to it in column(B) I would like to display a drop down menu specific to plumbing like Toilet, Under-mount sink, Tub, etc.... then the next one after be a grade like entry level, mid, and high end with a hidden value that would be added at the end with my overhead % added.
    Like i described above I am a designer with cad experience but not Numbers experience. However, I know how to make a drop down menu but don't know how to make the selection control the next column and/or columns.
    If anyone knows an answer, a forum, a book I would love you for ever.
    Thank You

    John Sochor wrote:
    I could be completely stupid but it says "the operator "/" expects a number but cell B2 contains a string
    I will certainly not write that but, I never put a slash in my formula
    =IF(B=”Plumbing”,”the selected item is ‘Plumbing’",”the selected item is not ‘Plumbing’”)
    CAUTION, the screenshot is made from an English version running on a French system which is responsible of the semi-colons replacing the commas.
    Yvan KOENIG (from FRANCE dimanche 2 mars 2008 21:57:27)

  • Omitting drop down lists if a certain drop choice is chosen

    I have 5 drop down lists that have data binding to populate a text field with number values (12-34-567-89012-34).  There is one choice in the first drop down list that will populate the entire numbered sequence.  If that drop down choice is chosen, I would like the next 4 drop downs to be skipped.  How can I do this?
    Thank you,
    Steve B

    Something like this should work.
    The attached form has three drop-downs (dd1, dd2 and dd3) each with a default value of "00". On dd1 exit event I check if "01" was chosen. If so I set dd2 and dd3 access to "protected" and their values to "00".
    // form1.page1.subform1.dd1::exit - (JavaScript, client)
    if (form1.page1.subform1.dd1.rawValue == "01") {
              form1.page1.subform1.dd2.access = "protected";
              form1.page1.subform1.dd3.access = "protected";
              form1.page1.subform1.dd2.rawValue = "00";
              form1.page1.subform1.dd3.rawValue = "00";
    else {
              form1.page1.subform1.dd2.access = "";
              form1.page1.subform1.dd3.access = "";
    The text field tf calculate event checks dd1. If dd1 is "01" is sets tf to "12-34-56". If dd1 is not "01" it concantenates dd1, dd2 and dd3.
    // form1.page1.subform1.tf::calculate - (JavaScript, client)
    if (form1.page1.subform1.dd1.rawValue == "01") {
              this.rawValue = "12-34-56";
    else {
              this.rawValue = form1.page1.subform1.dd1.rawValue + "-" +
                        form1.page1.subform1.dd2.rawValue + "-" +
                        form1.page1.subform1.dd3.rawValue;
    Steve

  • How to  add Custom Relationship in MSS Employee Search Drop down

    Dear Sap Fans,
    I would like to link Custom Drop down link at following path.
    Manager Self-Service->Team->Employee Information->General Information->Employee Selection
    Drop Down 1. Direct Reports
              2. Employee from Organization Structure
              3. Employee from Organization Units
              4. Who's Who
    We would like to add one more custom drop down. Can any one suggest how to add custom drop down in this list ? We have created custom relationship in R/3 but it is not showing in Portal.
    Your prompt reply highly appreciated and points will be rewarded.
    Regards,
    Ashish Brahmbhatt

    Barin,
    I have done settings in back end. I have created new realtionship for evaluation path. I am not able to see that link on portal. How/From Where I can use object and data provider tool and eventing for config ?
    rds,
    Aashish

  • Drop down in screen painter

    i would like to have a drop down in screen painter.
    i declared in screen painter as listbox - also i namned function code lstbx
    now i have to variants:
    first is just taking the name of the domain and giving all values to it. the problem is in frontend that i can select a value (from my range)  but it does not hold any value after selection... after selection the field is empty again and nothing happens...
    the second option; a structure
    here it shows only the first value don't know why not the others.

    not answerd, but closed

  • Drop down menus

    Go easy on the web dev rookie here,.... I am using studio MX
    2004 and I would like to incorporate a drop down menu on my nav
    table. (By this I mean if a user hovers over a link in the nav
    table, a drop down menu would be displayed to make further choices)
    I have looked through my manuals as well as w3.org, but have not
    been able to find anything. Can anyone help out? Thanks

    Check the uberlink and MacFly tutorials at PVII
    http://www.projectseven.com/)
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/navbars/)
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "ti_ger_p_a_w" <[email protected]> wrote in
    message
    news:eh9k6b$27l$[email protected]..
    > Go easy on the web dev rookie here,.... I am using
    studio MX 2004 and I
    > would
    > like to incorporate a drop down menu on my nav table.
    (By this I mean if a
    > user
    > hovers over a link in the nav table, a drop down menu
    would be displayed
    > to
    > make further choices) I have looked through my manuals
    as well as w3.org,
    > but
    > have not been able to find anything. Can anyone help
    out? Thanks
    >

  • Drop-down list in Interactive forms

    Hi All,
    I am creating an interactive form in webdynpro abap. I would like to include a drop-down list in the interactive form. Data in the drop-down list should come from a database table.
    Can anyone give a sample program to do it? It would be of great use.
    Thanks & Regards,
    Vinod

    hi Vinod,
    You may get many threads with  similar query as yours if you use the search functionality.
    But you may refer these two threads which are close to your query.
      Drop Down List population - Abap dynpro adobe form - type ZCI
      Re: Dynamic Drop Down in Interactive Form not populating values
    Regards,
    Runal

  • Adobe LiveCycle Designer working with 2 drop down list, one response triggers the other

    I am fairly new to Adobe LiveCycle Designer ES 8.2, but I would like to have a drop down list of managers and another drop down list of employees.
    I would like this set up in such a way where the manager can click on their own name in the manager list and have a drop down list appear which is only populated with their directly reporting employees.  They can then click on the individual employee they are going to report on.
    Then there will be several questions pertaining to the individual direct report, etc. (This part I can do)
    Is this possible?
    If so, please provide detailed instructions for me to try.
    Thank you in advance.

    Put this in the change event of your Manager drop down:
    var myObj={"Manager 1":"Employee A,Employee B,Employee C",
                        "Manager 2":"Employee D,Employee E",
                        "Manager 3":"Employee F,Employee G, Employee H"};
    DropDownList2.setItems(myObj[this.boundItem(xfa.event.newText)]);
    This is assuming the list of items in that dropdown is "Manager 1", "Manager 2", "Manager 3".
    And DropDownList2 is the name of your Employee drop down.
    Kyle

  • Dynamic Drop Down  & displaying selected results

    Hello!
    I have been following the DDT image gallery tutorial - and it has been great! But, now I am stuck... What I have done is created an image gallery that displays all my Orchid Flower images. However, now I would like to add a drop down list to the photo gallery where the user can select:
    to view orchid by color (data base driven)
    view orchid by season(data base driven)
    Could someone please point me to a tutorial that I can follow to set this up? Or can you post the code that I would need in order to get this to work?
    Thank you!

    Hi Cathy,
    please back up your current page and replace the following line:
    $query_getimages = "SELECT * FROM image_img";
    with this code block:
    if (empty($_POST['color']) && empty($_POST['season'])) {
    $query_getimages = "SELECT * FROM image_img";
    else {
    if (empty($_POST['color']) && !empty($_POST['season'])) {
    $query_getimages = "SELECT * FROM image_img WHERE season = '".$_POST['season']."'";
    if (!empty($_POST['color']) && empty($_POST['season'])) {
    $query_getimages = "SELECT * FROM image_img WHERE color_id = ".$_POST['color_id']."";
    if (!empty($_POST['color']) && !empty($_POST['season'])) {
    $query_getimages = "SELECT * FROM image_img WHERE season = '".$_POST['season']."' AND color_id = ".$_POST['color_id']."";
    That should work -- does it ??
    Please note that such a manual modification of a Dreamweaver recordset might have a drawback :: DW will no longer display it in the Server Behaviours tab later on, and if you would try to add additional e.g. "Dynamic Text" instances based on this recordset, DW will also refuse to do that, as it can´t recognize it any longer. That said, such modifications should always be applied when a page can be considered "feature complete"
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Linking TextFields to Drop Down Boxes and selections back to subforms

    I suppose I have two separate questions here.
    #1 - I would like to have a drop down box auto populate based on a text field in a repeating sub-form.
    For instance, I have a "Loan Info Subform" with the loan number text field on it that can be repeated on the same form and I have a "collateral subform" where I would like to have the choice of which loan number within the form the collateral belongs to.
    Is this possible?
    And if so, question #2
    I have a "FairMarket Value of Collateral" decimal field on the Collateral Subform that I would like to autopopulate back into the proper Loan Info Subform, based upon the choice in the drop down list.
    Make sense?
    Thank you in advance for your help!!

    So hopefully you can see this, if not, I will re-vamp.
    Does this help?
    Essentially the loan form and the collateral form can be repeated and I would like to link them together.

  • Linking drop down boxes

    Hi all,
    I would like to add multiple drop down boxes to my model, say f.e.:
    - division
    - country
    - sales manager
    - customer
    These drop down boxes should be linked, such that when I select a value for division, the second drop down box only contains values that are applicable for division A. In our example, division A only sells products in Germany and Spain. When I select Germany, I would like the third drop down box to only show the names of sales manager from division A that sold products in Germany.
    How to build this?
    Best regards,
    Ralph

    Hi Ralph,
    therefore you can write a simple ABAP RFC. Start the transaction SE80 and create a RFC function module.
    If you use text in your infoobject ZDIVISION you can use a simple ABAP:
    FUNCTION ZZ_GET_MD_ZDIVISION .
    *"*"Lokale Schnittstelle:
    *"  TABLES
    *"      T_TABLE_VIEW STRUCTURE  /BIC/TZDVISION OPTIONAL
    * For reading the data from the textable
    SELECT * FROM /BIC/TZDVISION INTO CORRESPONDING FIELDS OF TABLE T_TABLE_VIEW.
    ENDFUNCTION.
    Then you can use a dynamic entry list and choose for the key F_BIC_DIVISION and TXTSH or TXTMD for your text.
    Then you have to create your RFC function module for ZPRODUCT, this could look like:
    FUNCTION ZZ_GET_MD_PRODUCT .
    *"*"Lokale Schnittstelle:
    *"  IMPORTING
    *"     VALUE(I_SEARCH) TYPE  STRING OPTIONAL
    *"  TABLES
    *"      T_TABLE_VIEW STRUCTURE  /BIC/TZPROCUDT OPTIONAL
    data: l_condition type string.
    * Preparing String for SQL Statement e.g. A% for Division A
    CONCATENATE '''' I_SEARCH '%' '''' INTO I_SEARCH.
    CONCATENATE 'ZPRODUCT LIKE' I_SEARCH INTO l_condition SEPARATED BY SPACE.
    * For reading the data from the textable
    SELECT * FROM /BIC/TZPROCUDT INTO CORRESPONDING FIELDS OF TABLE T_TABLE_VIEW WHERE (l_condition).
    ENDFUNCTION.
    Then you create a dynamic entry list for ZPRODUCT and choose for input (I_SEARCH) the value of the divsion and for output again ZPRODUCT for the key and if you use text TXTMD or TXTSH for the texts.
    Hope that helps,
    Best Regards,
    Marcel

  • How to create drop down option in service manager 2012 incident portal

    Hii,,
    Please assist how to create drop down option in service manager 2012 SP1 default incident portal. We would like to provide the drop down option in "Please enter the title for the Issue" to our users.
    Regards, Syed Fahad Ali

    As was already referenced, you could use a Simple List for the prompt, however if you are referring to the default General Incident that is available out-of-the-box, you might be limited in what you can modify. 
    I did some work for a client, that wanted to have a list and other options for the General Incident through the Portal. So, I ended up having to create a custom General Incident instead of using the default one, which will then allow you to add any type
    of prompts, and configure them as you want (i.e. with a simple list). 

Maybe you are looking for