Hi Everyone,
I am new to OrionNPM, I have a task to automate like selecting a particular report and exporting a excel Report from OrionNPM.
While I am able to collect all the report names and its ID using the query "SELECT ReportID, Name, Description FROM Orion.Report". But I want to select one report among all and export the data in the report to excel using orionsdk API in python.
Any guidance/help to write a query will be highly appreciated.
Thanks in Advance