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?
Subflow appears to be working and produces the Form Element items, however, I can't find a good example of a Query activity WHERE clause that fetches the value from the user's dropDownList submission to Show Results.
Any help/suggestions would be greatly appreciated.
1
-
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.
Kommentarer
1 kommentar