Database stats page (total users, total records etc) as text

Hi,

I’m trying to build a stats page that shows a range of totals, e.g. total users (accounts) and total records for a number of tables (e.g. total trips logged, and total boats added).

I’m trying to do it using text, as my entire back end just looks the same… endless tables and graphs.

Is there any way I can put in some code to grab total records for a table etc and display in rich text field?

Thanks

Andrew

Hi @AndrewUK

Rather than us a Rich Text field to display the data as text, try using a Text Formula in which you insert some HTML to format the output the way you want - and then just put it in a details view somewhere. A simple example:

Hope this helps.

2 Likes