Forum Discussion

mkalluri's avatar
mkalluri
New Contributor II
3 years ago

Combo box not loading the bound list parameter

I trying to bind a combo box with bound list type parameter. The bound list parameter is using Command Type - Method and Method Type - Business Rule please see below screen shots. When I test the parameter it is showing results but combo box is not loading values on dashboard. Any help is appreciated. Sorry not able to attach images.

  • JackLacava's avatar
    JackLacava
    Honored Contributor

    Make sure you've specified the Display Member and Value Member properties in the Parameter - they will be the names of fields/columns that will be used to populate the combo box.

    (also, you should be able to attach images by dragging them on the area below the text, or by copy-pasting them into the text itself. Should work in Firefox / Chrome / Edge.)

    • mkalluri's avatar
      mkalluri
      New Contributor II

      The problem seems to be with Results Table name mismatch. I got it working.

      • IBK's avatar
        IBK
        New Contributor III

        Hi mkalluri,

           Will you be able to share your piece of code please? I seem to be having a similar issue.

         

        Thank You,

        Indu

  • mkalluri's avatar
    mkalluri
    New Contributor II

    I took a different approach with multiple tabs and show results on different tabs.