Error performing the query: [] Report Activity
I'm using a search table to retrieve values from a view for a specific date range of values. So, does the search results need to have links back to the map service ie. a linking field in the map service?
In the next step I have a report activity that references that map service, but when I pass the resulting feature set from the search table, the report activity yields the error:
Error performing the query:[]
Walter
0
-
Hi Walter,
If you're using the Report activity from Common Client, you will need to supply a WHERE clause that's appropriate for the layer associated with the report. (Report activities also accept Geometry, but you won't get that back from a search table)
So, if your search table would return a list of owners, you could have your WHERE clause be an IN expression with the owners.
Regards,
-Malcolm0
Please sign in to leave a comment.
Comments
1 comment