Skip to main content

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

I believe you want to use a rollup.


Yes.
Solved.

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

thanks!

Daniel


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!