Forum Discussion

MichaelTamoush's avatar
MichaelTamoush
Qrew Captain
5 years ago

Summary Report

I think I am missing something obvious with a summary report I am trying to build. I have a lot of projects. Some projects have been submitted, some have been approved, some have been canceled, some have been executed. Of course, some projects fit in to multiple categories (one project may have been submitted, approved, and executed). They also each have a total cost associated with them.

I can have triggers easily enough to show which fit into which category if needed.

All I need is a report showing on the top columns 'No of Projects" and "Total Cost", then on the rows "Submitted" "Approved", "Cancelled" and "Executed".

The difficulty I am having is because some projects fit into multiple categories. I cant figure out how to account for this? What am I missing?

------------------------------
Mike Tamoush
------------------------------
  • A summary report may only have 1 Project appear once, and that is your obstacle that you want a detail record to be summarized more than once on the same report.

    But you can summarized many different fields!  That is your wiggle room here.

    So you will need to create a field on each record for fields like
    Num. Approved.  This will be a 1 or a 0.
    Num. Submitted. This will be a 1 or a 0.
    Num. Cancelled. This will be a 1 or a 0.

    So a single project could be a 1 on each of the above. 


     ​

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
    • MichaelTamoush's avatar
      MichaelTamoush
      Qrew Captain
      But even so, then don't I have to Group by one, THEN by another, THEN by another? Or do I use them in the summary section, and if so, how do I incorporate the total cost?

      ------------------------------
      Mike Tamoush
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend
        A summary report will allow you to have multiple fields for the summarize what.  That will be separate from the group by.  

        I think in your case this will be a one line report and you will need a dummy field to summarize on, like a field that calculates to the word "ALL".


        ------------------------------
        Mark Shnier (YQC)
        Quick Base Solution Provider
        Your Quick Base Coach
        http://QuickBaseCoach.com
        mark.shnier@gmail.com
        ------------------------------