Hoppa till huvudinnehållet

layer filter workflow with where clause 'IN' argument?

Kommentarer

3 kommentarer

  • John Nerge
    Can you post the workflow xaml and/or the where clause you want to use? Maybe there's a syntax issue with your query that's using IN.
    0
  • Permanently deleted user
    Thanks John,

     

    I mean to say 'IN' in terms of an in argument to the workflow rather than as part of the query or like an SQL IN clause. My query uses "OCI=1" as the where clause but what I would like to do is pass that query in as an argument to the workflow. I've had success with a variable for that query but not an argument.
    0
  • John Nerge
    Not sure if you tried this or not, but what about using an Assign activity to assign the value of your argument string to a new variable string? It sounds like it's working if you use a variable and assign it for your Query Task where clause, so maybe that extra step will take care of whatever reason the argument string isn't working.
    0

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