Zum Hauptinhalt gehen

What should the WHERE clause in a Query activity look like when the Query needs to reference the feature/value Submitted from a Display Form dropDownList subworkflow Query activity?

Kommentare

1 Kommentar

  • Permanently deleted user

    Something like this if the attribute type you use in your WHERE clause is string:

    = "AttributeName = '" +$form1.state.dropDownList1.value + "'"

     

    Do note the apostrophes in the above statement.

    1

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.