Numbers: Choice of menu drop-down

For numbers.

I'm creating a database and in a column will be a dropdown menu with several choices to choose from.  When picking one of the choices, I would like for this line to be copied and added another tab (page 2).

Is this possible to do?

Hi pmc44,

If you are wanting to link to a drop in a cell of a table and make it appear on the table that you have linked to, the answer is Yes. I suspect it is a bit different from what you are wanting to do. Can send you screenshots of both tables?

Quinn

Tags: iWork

Similar Questions

  • Save the choice by the user in the menu drop-down

    Hey guys

    How is everyone today? I hope you are all okay

    I am facing a problem, I made a menu drop-down with 2 options, each option changes something in the way of the application of notification showing, once the application is closed, it returns by default (no selected value... which makes sense, because I do not know how to record yet)... so is there anyway to save the user's selection in the menu?

    Here is the code

         DropDown {
                id: drop
                enabled: false
                Option {
                    text: "Every 15 minutes"
                    value: 1
                }
    
                Option {
                    text: "Every 30 minutes"
                    value: 2
                }
                onSelectedValueChanged: {
                    if(selectedValue == 1){
                        //because it's milliseconds
                        timer.interval = 900000
                        timer.start();
                    }
                    if(selectedValue == 2){
                        //because it's milliseconds
                        timer.interval = 1800000
                        timer.start();
                    }
                }
            }
    

    Thanks a lot guys

    Hi Alem... from your code snippet:

    if (theOptions[count].value == settings.getUserSelectDrop)
    {
        drop.selectedIndex = count;
    }
    

    The problem I see here is that getUserSelectDrop is a function, not a variable, and so he needs parenthesis after it else Qt will stop execution of JavaScript as soon as he's trying to run it.

    Try this:

    if ( theOptions[count].value == settings.getUserSelectDrop() )
    {
        drop.selectedIndex = count;
    }
    

    The other thing I would say is that getUserSelectDrop() reads the value of the settings file every time through the loop, who has a bit of a drop in performance. I recommend to save the value of a local variable only once before the loop, then use for comparisons instead:

    var userSelectDrop = settings.getUserSelectDrop();
    for(var count = 0; count < theOptions.length; count++)
    {
        if (theOptions[count].value == userSelectDrop)
        {
            drop.selectedIndex = count;
            break;
        }
    }
    

    Note also in this last code that I added a break statement, if the value matches to avoid the loop to test all the values more unneccesarily.

  • menu drop-down icons sparkle and cannot be read

    for the latest versions of several menu drop downs and pitchers will stay visible long enough to read the ads and make a choice. Is there a setting that I can't find?

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

    Try turning off hardware acceleration.

    • Tools > Options > advanced > General > Browsing: "use hardware acceleration when available.

    If disable hardware acceleration works then check if there is an update available for your graphics display driver.

  • Show alert window when the selection is made in menu drop-down (or when the text field is filled)

    I'm a JavaScript novice writer and need help a warning window that meets the programming user selection form a menu drop-down.

    If the user selects any option except the default choice (which is just an empty space), I want an alert is displayed.  If the user is moving through this area without changing the default value, nothing should happen.

    I have a script attached to the "blur" event for the dropdown menu, but it appears each time you tab in this area, of course.  I don't know how to tell him to display the alert if and only if the user has changed the selection.

    Similarly, I have another field which is a simple text field.  If the user types anything in this area, I would like another alert window pops up.  The thing from the drop-down list seems a little more difficult, so if anyone can help me get that squared away, I can probably understand how to program the alert text field.

    In fact, it's the same code for both types of fields:

    If (event.target.value! = event.target.defaultValue) app.alert ("your message");

  • Create a drop down that fills the list based on the shape of the selection a menu drop-down.

    I need to set up a drop down menu which is popualated (i.e. displays a certain list of selctions in the drop-down list) based on the choice of the form user selects an adjacent list

    For example

    There are two drop-down list field sitting side by side in form

    1. Select State 2. Select the course

    I want to do is have a list of States in the first drop (State 1.Select) and depending on the State in which the form user selects, the second menu drop-down (2. Select courses) is filled with a selction of courses available in this selected only State (i.e. will it be on; show course available in QLD if QLD is selected).

    Is it difficult to do?

    Hello

    You can also use events preOpen from the drop-down list, to recall the previous selections in other objects and populate the drop-down list accordingly: http://assure.ly/jcTahK

    Good luck

    Niall

  • Display / hide subforms with menu drop-down does not not for no discernible reason

    As far as I can tell, I seem to do everything right:

    Form1. Form.MainInformation.OR - StationeryType:exit - (JavaScript, client)

    If

    (this.rawValue == 'Visiting card') { }

    Form1. Form.BusinessCardInformation.presence

    = 'visible';

    }

    on the other

    If (this.rawValue == 'Header') { }

    Form1. Form.BusinessCardInformation.presence

    = 'invisible';

    }

    Is there something inherently wrong with this code? It does not work - I want the "calling card" subform to disappear when the "calling card" is not selected and reappear if it is.

    Hello

    Also, check the following:

    • Check form is saved in XML form dynamics in the Save as dialog box.
    • Make sure the menu drop down doesn't have a limit value / specified in the object > Binding tab.
    • I would drop the second "ElseIf" and just run with a 'other '. It seems only two choices, then the principal if the declaration will capture a condition and the other with the second exit.

    Hope that helps,

    Niall

  • Change of image in the selection of the menu drop-down

    I am very new to LiveCycle ES 8, trying to get what I think can be called a dynamic image. When you select a value in the menu drop down, the image changes on the other page, to adapt to the value selected in the previous page. I'm not a programmer, I'm ready to do what I can to make this work. Any help would be greatly appreciated. Thank you.

    Hello

    It is possible to achieve what you want. You will need a few items:

    • drop-down list object script;
    • objects 'image', one for each image you want. It would be set to hidden.
    • object 'imageField. You should only one of them. The initial value is null. The script in the menu dropdown will fill the imageField with the object of the appropriate image.

    When you configure the drop-down list, it may be convenient to specify values in the binding tab (for example, 1, 2, 3,...). Then, in the script, you can view the numbers rather than the strings that the user sees in the drop-down list.

    The imageField1 must be set to access read only in the initialize event:

    This.Access = "readOnly";

    This will prevent the user of the substitution of the image.

    When you configure the image1, image2, image3 objects make sure you check the "embed image data', users can not have images available to them.

    You can put similar Javascript in the event of release from the drop-down list:

    If (this.rawValue == 1) {}

    imageField1.rawValue = image1.value.image.value;

    } ElseIf (this.rawValue == 2) {}

    imageField1.rawValue = image2.value.image.value;

    } ElseIf (this.rawValue == 3) {}

    imageField1.rawValue = image3.value.image.value;

    }

    Good luck

    Niall

    PS because the drop-down list object and image objects are on different pages, you will need full references. If the drop-down list is located on page 1 and the pictures on page 2, the reference should look like:

    Page2.imageField1.RawValue = page2.image1.value.image.value;

  • If the default value in the menu drop-down Dynamics

    Hello

    I created a menu drop-down simple which can be used to edit an existing record or create a new record.

    When you create a new record, I would like to than the drop down menu to display "Unspecified" by default. Could someone help me with this?

    'Unspecified' option in the drop down should view record ID 11 in my database table called "names".

    Here is what my code looks like this day.

    Db queries:

    < CFQUERY DATASOURCE = "DATA" NAME = "get" >
    SELECT *.
    Names
    by name
    < / CFQUERY >


    < CFQUERY DATASOURCE = 'DATA' NAME = 'quo' >
    SELECT *.
    LEAVE quotes
    WHERE quoteID = #quoteID #.
    < / CFQUERY >

    This part is for the registration of existing database:

    < select name = "frn_ID" >
    < cfoutput query = "get" >
    < option value = "#id #" < cfif id is quo.frn_ID > selected < / cfif > > #name # < / option >
    < / cfoutput >
    < / select >

    Here is where I would like the ID with a default value of 11 to display:

    < cfelse >
    < select name = "frn_ID" >
    < cfoutput query = "get" >
    < option value = "#id #" > #name # < / option >
    < / cfoutput >
    < / select >

    < / cfif >

    Thanks for any help with this!

    Luke

    Step 1 - make certain if/else treatments to create a variable, call the ThisOne, who will be the id of the option of your choice is selected.

    Step 2: use this variable in the selected attribute to a cfselect tag.

  • How can I order by alphabet created list on a menu drop-down?

    How can I order by alphabet created list on a menu drop-down?

    Click the cell that contains the data of cell format pop-up menu. On the cell on the right Panel tab, you will see these menu items. Drag to reorder alphabetically. There is no provision to automatically sort this list of menu items.

  • Cannot use my address bar. Press enter, nothing happens. Click on menu drop down and it will not go to the address

    Address bar does not work. Will not open search or site Web open, even when I click on addresses in the menu drop-down. I tried to start in safe mode and I tried Firefox refreshing. I even tried to reinstall Firefox. Any suggestions?

    I did a system restore, after seeing some other problems with my computer. Now, it seems to work correctly. I think that refreshing Firefox may not have worked until I did the restore, because he tried to open my previous session, even after rebooting. When I started after restoring the system, is no longer a bookmarked or saved passwords. So I'm not sure what I did than the fixed, but it seems to work now. Thanks for all the help

  • Menu drop-down list does not apear, instead of this, there is a miniature version of the Thunderbird window. How to fix?

    On a new installation of Thunderbird running on a new instalation of Windows 7 in the dropdown menu will not work. By clicking on the list of the menu drop-down appears, but instead to be filled with tryies to squeez options in a copy of the window full thunderbid - see the screenshot.

    Restart in SafeMode it works OK.

    Any ideas how to fix?

    No picture, but try this
    https://support.Mozilla.org/en-us/questions/1012145

    Not better?

  • addresses of Firefox in the navigation bar are missing/replaced by different menu drop down

    When I type in an address, the drop down menu no longer contains the same list of addresses as always. Instead, there is a list of locations (less actual addresses www.com beneath each) in bold and some places are repeated in the menu drop down but take me to a different site. Its a game guessing where Im going when I click on one. Next to each entry, there is a magnifying glass icon which was not there before. I was search playback for almost 3 hours trying to trouble shoot the issue and Ive tried to restore default with no luck. It's really annoying me... Any suggestions?

    It can happen because your some bars of tools and malware too...

    Hello

    The reset Firefox feature can solve a lot of problems in restaurant Firefox to its factory default condition while saving your vital information.
    Note: This will make you lose all the Extensions, open Web sites and preferences.

    To reset Firefox, perform the following steps:

    1. Go to Firefox > help > troubleshooting information.
    2. Click on the button 'Reset Firefox'.
    3. Firefox will close and reset. After Firefox is finished, it will display a window with the imported information. Click Finish.
    4. Firefox opens with all the default settings applied.

    Information can be found in the article Firefox Refresh - reset the settings and Add-ons .

    This solve your problems? Please report to us!

    Thank you.

  • Add a Web site to menu drop-down

    How can I add a sute of web for the menu drop-down

    This drop-down list is automatically populated with sites you have already visited. I'm not aware of any way to select the items manually.

  • I created a custom and registered with a specific name date format. However, when I open a new worksheet, my saved format does not display in the menu drop-down? Am hoping that I don't need to create the same format for each new sheet?

    I created a custom and registered with a specific name date format. However, when I open a new worksheet, my saved format does not appear in the menu drop-down? Am hoping that I don't need to create the same format for each new sheet?

    You must save the spreadsheet containing the new date as a model format and use this custom template for each new spreadsheet where you want that this date format personalized at your disposal.

  • symbols of site little left of the names of sites in favorites have disappeared in the menu drop-down

    These are the small individual square symbols identify the Web site. They are present when checking under "Show all bookmarks" menu drop-down [which opens the info files], but do not show that they were previously in individual link lines in the menu drop-down.

    Hi nateich2,

    You should take a look at this article which discusses some of the problems with the latest version of Firefox.

    There is some information here that should help you solve your problem. Fortunately, this is a very easy solution.

    Hope this helps!

Maybe you are looking for