Insert custom report into database
Hello,I'm trying to insert my custom report directly into the database. But when I try to run the report I got the following error: "Cannot find query"I've run the following code: insert into dbo.tsysreports (dbo.tsystreports.Reportquery, dbo.tsysrep...