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 Jean-Paul Lupori,
This is possible in Sugar. See link How to modify the query limit in Cases?
I exported over 10k records into csv. Though you might need to choose the compensated settings for your need.
Regards,
Longki
Hi Jean-Paul Lupori,
This is possible in Sugar. See link How to modify the query limit in Cases?
I exported over 10k records into csv. Though you might need to choose the compensated settings for your need.
Regards,
Longki
Hi Longki
I was looking for how to generate a list of all reports I have in my system, but this does help me with another issue I was having. I definitely will use this. Thank you.