Skip to main content

Combobox list re-ordering?

Comments

3 comments

  • Permanently deleted user

    Rob,

    Could you cut-and-paste your workflow here?

    So you are set 'Input Data' of the ComboBox control as the datasource, which comes from the SQL Select, where you uses Order By Desc, but the UI (ComboBox) does not respect.

    It should respect the Input Data (List<DataItem>).

    Munhwan

    0
  • Permanently deleted user

    Rob,

    You checked 'Sort' on DataTableToDataItemList_Analytes activity, which makes the DataTable (varSampleQuarterSource), which ordered by DESCending as your SELECT query statement, but Re-sorting back to ASCEnding by chekcing SORT check box.

    Please uncheck 'Sort' to honour what your SELECT statement returns.

    Run the workflow on the Desinger, and click F9 to debug the input/output of the activity on DataTableToDataItemList_Analytes activity to debug out on Designer.

    cheers,

    Munhwan Gim

    0
  • Permanently deleted user

    Aha, I never saw that sort box!

    Thanks!

    Rob

    0

Please sign in to leave a comment.