1
0
-1

I want to have some dropdown in the spreadsheet.

From this link Spreadsheet, mentioned need formID. i tired but no working.

From this link how to make dropdown in spreadsheet? , no steps have been given.

can any one show the steps please ??????

  1. Awais Ahmad

    Spreadsheet dropdown works like this.

    EXAMPLE:

    Form A(formID= setup)  
    SelectBox(ID: name)


    you want to show the dropdown values from the above select box which is in another form.

    So, in your spreadsheet, in one row you will write 

                       FieldID =     name
                       Format =      setup

    refer below to the screenshot


                       


CommentAdd your comment...

1 answer

  1.  
    1
    0
    -1

    Hi

    Attached below is a small demo app on building a dropdown list in a spreadsheet cell. The Format formID is the id of the subform containing the selectbox field, that links to the spreadsheet. In this example, the formid = "subform". You will have a better idea after trying out this app and examining all the elements:

    APP_44401271_spreadsheet_dropdown.jwa

     

      CommentAdd your comment...