Hoppa till huvudinnehållet

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?

Kommentarer

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

Du måste logga in om du vill lämna en kommentar.