We have over 1200 reports. I would like to generated a list of all the reports we have. I read somewhere you can't do this in Sugar reports but it can be done with an SQL statement. How can this be done. thanks
We have over 1200 reports. I would like to generated a list of all the reports we have. I read somewhere you can't do this in Sugar reports but it can be done with an SQL statement. How can this be done. thanks
Hello,
If I have understood your request, the query should be like
SELECT name FROM `saved_reports`;
Hi
saved_reports. Thank you, this is what I needed.
Hi
saved_reports. Thank you, this is what I needed.