Forum Discussion

NathanielHammer's avatar
NathanielHammer
Qrew Cadet
7 years ago

I need a report to summarize a totals columns

I use an app that tracks employee hours(actual vs budget) by job by year and quarter closed. I want to be able to calculate an efficiency by quarter for each employee. I have tried creating a summary report and defining a calculated column, but the calculations have not turned out. I can drill down by employee by quarter to see my total budget and actual hours and manually calculate it but, I would like to have a report to show this.

13 Replies

  • One last Question, is a form rule more efficient than an automation in terms of performance. It seems that I can copy the formula field to text field via automation when record is created or modified or via a dynamic form rule. Which is better developing applications?
  • A form rule take zero resources as it runs in the browser and it has the advantage of only being smart enough to act on the record on your screen in human edit mode.

    The Automation has the "disadvantage" of being more powerful and having to run after the record is saved, so then it has to scan all the records in your table to locate the one to be edited.

    But you can use both, as what will happen is that you will only trigger the Automation when the record is added or modified and those two fields don't match.  99% of the time they will match (because of the form rule) and it will not fire.  (but in Grid Edit mode, Forms rules do not apply, so then the Automation will kick in).

    Be sure on the form rule to un-check that box at the bottom to make sure it always fires when the fields do not match.