Does a SQL UNION work in the Custom Query Widget? I have built a query that gets stats from 3 nodes then a union to a query that totals all the columns from each node to get a grand total. Both query's work independently. However when I tried to use the UNION command the Widget shows a generic message.
If I take that same query with the UNION and do a query using the SWIS API it works and returns the expected data. Is there a reason why the UNION works in the SWIS API and not in the Custom Query Widget?
Also how can I debug the Custom Query Widget? There is no error information in the widget when the query fails. Where is this information logged?
Thanks