Skip to main content
Solved

Get the 'SUM' from Group Field

  • January 29, 2021
  • 3 replies
  • 145 views

It’s slightly similar question to the previous poster actually.

I have a field which has numbers in it.
If I do this (grouped by field), it shows a very neat view which also contains SUM of each group.

The question is. How do I get this sum to my other table? In my screenshot, that will be how do I create a record on other table which has my [400x600] text and ‘30’ integer in it?
Is there a very easy solution that I miss?

Thanks

Best answer by Bill_French

I believe you want to use a rollup.

3 replies

Forum|alt.badge.img+19
  • Inspiring
  • Answer
  • January 29, 2021

I believe you want to use a rollup.


  • Author
  • Participating Frequently
  • January 29, 2021

Yes.
Solved.

And there’s actually a template there that shows the exact way of doing that …
Should have checked that before.

thanks!

Daniel


Forum|alt.badge.img+12

Yes.
Solved.

And there’s actually a template there that shows the exact way of doing that …
Should have checked that before.

thanks!

Daniel


Hi, Daniel where can I find the template, and how did you manage to resolve your problem? I did not suceed with rolling up values!