1

If i take a 4 day period it only shows capacity from the latest day, but I need to show the total capacity over 4 days. I try to sum the capacity wich is a lookup that looks like this:

=Lookup(Fields!ID.Value,Fields!Name.Value,Fields!capacity.Value, "table_1")

It does not work if I just add a Sum() in the beginning and I've tried to solve it with Code.Lookup_Sum but lookup_Sum gets red.

This is what I am trying to accomplish:

want

How can I do that?

Kate Gregory
  • 18,808
  • 8
  • 56
  • 85
Edvard Åkerberg
  • 2,181
  • 1
  • 26
  • 47

1 Answers1

1

Count Capacity in the QUERY as total Capacity

Sadjad Johansson
  • 320
  • 2
  • 13