flaviooooo
Programmer
Hey, this is probably a stupid question, but here it goes anyway:
I have following figures:
A B
0 10
2 12
4 11
Now I need to count the times a value bigger than 0 appears in column A and make a sum of all data in B
So I should get
A -2
B - 33
How can I achieve this? Do I need subreports etc or can I do it in the report?
I have following figures:
A B
0 10
2 12
4 11
Now I need to count the times a value bigger than 0 appears in column A and make a sum of all data in B
So I should get
A -2
B - 33
How can I achieve this? Do I need subreports etc or can I do it in the report?