Display Filters Values for all reports
Answered
Hello, currently a few of our customer have the setting "Display Filter Values" set to "No". They have over 200 reports each.
They would like to change the setting to either "Top" or "Bottom". What is the fastest way to change all reports to set this parameter?
We definitely do not want to go report by report to change it. Is there a way around it?
Thanks.
Hi Gadi,
You can find this value in the reportformat table:
When this is set to "NO", this row is removed.
A good way to do this on a per-client basis would be to adjust the following query:
Is this what you are going for?
Regards,
Nathan
Hi Gadi,
You can find this value in the reportformat table:
When this is set to "NO", this row is removed.
A good way to do this on a per-client basis would be to adjust the following query:
Is this what you are going for?
Regards,
Nathan
Hi Nathan, are you doing INSERT, UPDATE? There are also some reports that do not have any entries in that table because we precreated most of the reports.
This is the query we previously did but it screwed a bunch of reports which duplicated many of the filters.
Any insight?Hi Nathan, are you doing INSERT, UPDATE? There are also some reports that do not have any entries in that table because we precreated most of the reports.
This is the query we previously did but it screwed a bunch of reports which duplicated many of the filters.
Any insight?Hi Gadi,
Sorry for the delay here. A simple insert worked in my tests, but this was on a very simple report.
One thought in looking at the query, is that you may be inserting rows for append sub-queries as well which will have their own report id in the reportheader table. It might be worth adding a "WHERE parentreportid=0" to this query.
Can you describe the symptoms a bit more? Did all report experience duplication?
Regards,
Nathan
Hi Gadi,
Sorry for the delay here. A simple insert worked in my tests, but this was on a very simple report.
One thought in looking at the query, is that you may be inserting rows for append sub-queries as well which will have their own report id in the reportheader table. It might be worth adding a "WHERE parentreportid=0" to this query.
Can you describe the symptoms a bit more? Did all report experience duplication?
Regards,
Nathan
Hi Gadi,
Any luck in resolving this one? I am going to set this ticket to closed for now, but let me know if you would like to proceed with investigations here and it will be re-opened!
Nathan
Hi Gadi,
Any luck in resolving this one? I am going to set this ticket to closed for now, but let me know if you would like to proceed with investigations here and it will be re-opened!
Nathan
Replies have been locked on this page!