Wrathchild
Technical User
Hi, I would like to pass a variable to criteria in a query. The variable can have more than one entry separated by a comma. For example one result of the var could be 1,4. I would like to pass that to the criteria as In(1,4) so I used In(varname()) but it doesn't return the data as when I manually put In(1,4) in the criteria. I've checked the var to make sure it's returning 1,4 from the function and it is.