September 6, 2006 at 6:15 am
I have a need to put a group on my rows in my table control, essentually to remove duplicates.
I've done this using the (Right Click Row), Edit Group function which works well.
However I actually need a sum of the quantity column across the rows that are grouped into a single row. (Note this is per row... there is a sum on the entire table which works perfectly).
Is this possible?
Thanks,
September 6, 2006 at 7:38 am
Use RunningValue() Function.
I hope this helps.
September 7, 2006 at 2:09 am
That worked perfectly - thanks
September 7, 2006 at 2:51 am
wouldn't count() have worked equally as well? Or maybe i'm not understanding the situation...
Martin
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply