Hi everyone
Ive been using Adalo to build an app for the past few months now. Ive managed to work out everything needed as ive gone along but im stuck in one area and wondered if anyone could help.
I have a central project that you can add costs to. These costs are related to another database and all listed. Name, purchase cost and category.
Im trying to have a project financials page where you can see the total costs assigned to that project. On this page I want it to display each category and the total cost. (Along with other financial items)
There are multiple items in the database with different categories.
I want to display something like the below:
Category A - £Total Cost
Category B - £Total Cost etc…
I have tried using a table and tried using a list. Ive got the custom formulas working and im good in that area (I think) but when the data is shown in both the list or table rather than getting the above example I get Category A x the number of entries in the database with the correct total cost shown for all entries (As in the sum of all items in that category) for example:
Category A - £1000
Category A - £1000
Category A - £1000
Category B - £750
How do i get it to show the category name once with a total? Any help would be hugely appreciated.
