Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I want to merge service result from different thing into one table, how it can be done?
Look at Union script snippet
Hi Thanks for reply,
union works for merging two results but I am looking for merging 35 results from 35 thing services.
How it can be done.
Just iterate using union and union again.
yes, I am also queried in same way. But I feel like it is not an effective method :-(