Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
You can put your reports on a record instead of a dashboard and also suppress in the reports the ability to view or edit. That will save some pace at the right side. You can also globally disable the New and Updated flags in Settings - App Properties if that is not too draconian a solution for you.
To coax this reports onto a record, make a single record in a new table with just 1 record in it. it will be [Record ID#] = 1.
Then on your table(s) with the reports, make a field called [Link to management Summary record (=1)] and make it a formula numeric with a formula of 1.
Then make a Report Link field type on the management summary table and show your reports. You will need to put the report link field on the form 3 times.
Set the form properties to show all rows - blank out the default limits for the report link field.
To coax this reports onto a record, make a single record in a new table with just 1 record in it. it will be [Record ID#] = 1.
Then on your table(s) with the reports, make a field called [Link to management Summary record (=1)] and make it a formula numeric with a formula of 1.
Then make a Report Link field type on the management summary table and show your reports. You will need to put the report link field on the form 3 times.
Set the form properties to show all rows - blank out the default limits for the report link field.