Using in () on a query with a data type of integer and multiple items

Hmmm, looks like formatDataAsObject(SelectedEvents.selectedRow.data).EventID should be working. Is the query failing with an error or just not returning results?

If it is not returning an error you may be running into the same problem I am (SQL query does not return error - #3 by everett_smith) it can be very difficult to debug something that just "doesn't work" with no feedback as to why.

@mark or @everett_smith, any advice?