Query to remove headers from all form of exported reports (MSSQL & PGSQL)

Query to remove headers from all form of exported reports (MSSQL & PGSQL)

We can remove header in reports by execute the below query. This will remove headers in all format of reports like csv , xls ,html and pdf.


For PGSQL: 

update customreportsettings set removetitle='t';


For MSSQL: 

update customreportsettings set removetitle='true';


Restart the application service after successful execution of the above query for the changes to be effective.


                  New to ADSelfService Plus?