• Roland Smith Wednesday, 19 July 2023 06:49 PM UTC
    This will return the code table for a ddlb:

    dw_control.Object.columnname.Values

    The format of the string is the same as the datawindow source:

    displayvalue1 tab datavalue1 forwardslash displayvalue2 tab datavalue2 forwardslash displayvalue3 tab datavalue forwardslash3
  • Mark Goldsmith Wednesday, 19 July 2023 06:58 PM UTC
    Exactly...and if you want to pull out a single value and know the index I'm thinking GetValue() should do the trick.