Can I create average percentage column in reports

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abhilash.kumar.niit
    Member
    • Sep 2024
    • 66

    Can I create average percentage column in reports

    Hi ,
    I'm using EspoCRM's reporting feature with the Advanced Pack. I need to add an average percentage column to my reports, and I'm also using grouping. How can I achieve this, and is it possible to group by columns and rows separately?
  • lazovic
    Super Moderator
    • Jan 2022
    • 917

    #2
    Hi abhilash.kumar.niit,

    Please tell me for which entity exactly are you creating a report? Does this entity have a field for calculating percentages? What numbers do you want to focus on?

    Comment

    • macistda
      Member
      • Jul 2022
      • 88

      #3
      You can use complex expressions within Grid Reports. To get an Average could be (example) SUMfield) / COUNT(field) and DIVa, b)


      Comment

      • rohit.goel
        Junior Member
        • Mar 2025
        • 1

        #4
        I have a report with a name of "Overall Quality Score (%) - Month Wise" and it has a following columns :-

        Sum of fatal error
        Sum of non fatal error
        Sum of Total Defects
        COUNT


        and I want to add percentage column with name of "Quality Score %" against ((COUNT - Sum of Total Defects / COUNT) * 100) formula.

        Comment

        Working...