Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

How to get the sum

Hello,

How do I get the sum of values inside a virtual column? Thank you!Capture.PNG

 

Solved Solved
0 8 291
2 ACCEPTED SOLUTIONS

You probably need to explain more.

Meanwhile, a couple points for reference:

  • There's a SUM function.
  • Whether a column is virtual or not is irrelevant to whether you can sum it.

If you're looking to sum the Total Price column in your screen shot, the expression might be:

SUM([Related Items][Total Price])

View solution in original post

8 REPLIES 8
Top Labels in this Space