Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have a table like
ID Sum(Width) Sum(Volum) Value
total 135 105 5
101 10 10 1
102 20 20 1
103 30 25 1
104 35 40 1
105 40 10 1
Value field is measure taken value is one.
Value column total shows 5 but showing 1 value.
Thanks Advance.
Ram
Try this
Sum(1)
Or
Count(ID)