Skip to main content
Solved

Showing individual records in a dashboard (for showing various formula based KPIs)

  • May 23, 2024
  • 2 replies
  • 64 views

Forum|alt.badge.img+17

Hi,

Looking at creating a dashboard for an CRM/ERP application. One key metric to show would be conversion, i.e. percentage of leads that became customers. Since the dashboard "Number" element can only summarise a given column, not perform calculations between columns, I created a new table "BI" to hold various metrics that I will need.

In that table it is easy to link e.g. all contacts and perform rollups and formula calculations to get the needed metric. But then I realised I seemingly cannot place an individual record, say "Overall conversion" (formula: customers / all leads) in the dashboard.

I found that number or graph elements could be used to summarise e.g. yes/no columns which in a way would show the same information, but I'd prefer a simple "Conversion: 42%" instead of a whole graph with all the other, unnecessary information.

How would you go about this?

Rgds,

Björn

Best answer by TheTimeSavingCo

Hm if I only have a single record in a table and I use a "SUM" on the field it appears to do what you want:

Link to base

2 replies

TheTimeSavingCo
Forum|alt.badge.img+31

Hm if I only have a single record in a table and I use a "SUM" on the field it appears to do what you want:

Link to base


Forum|alt.badge.img+17
  • Author
  • Known Participant
  • May 23, 2024

Hm if I only have a single record in a table and I use a "SUM" on the field it appears to do what you want:

Link to base


Indeed it does! Super thank you! I thought I had looked for all alternatives, but somehow I hadn't thought about trying *that*.

Cheers,

Björn