Hi,
Need to be able to "merge" a group into one displayed row (same for a column)...
Example: Records returned with "PrimaryCODE" contains distinct values of A, B, C... K, L, M, N, O, etc...
a, b, c... should group as normal onto its own row
Row "apples" ... PrimaryCode="A"
Row "bananas" ... PrimaryCode="B"
Row ... PrimaryCode="C"
However... I need only one row which will sum, count, avg....etc.... all records that contain the K,L,M,N,O, etc... values
Row "others" ... PrimaryCode="K,L,M,N,O, etc" .... this row would group all OTHER values besided A, B & C
Same for a column...
Example... split out to 6 columns .... that report of one Field X
COL 1 (Field X = "1"), COL 2 (Field X = "2"), COL 3 (Field X = "3"), COL 4(Field X = "4"), COL 5 (Field X = "5"), COL 6 (Field X ≥ "3")
You can see where I need column 6 to group values of 3-5 for Field X
Need to be able to "merge" a group into one displayed row (same for a column)...
Example: Records returned with "PrimaryCODE" contains distinct values of A, B, C... K, L, M, N, O, etc...
a, b, c... should group as normal onto its own row
Row "apples" ... PrimaryCode="A"
Row "bananas" ... PrimaryCode="B"
Row ... PrimaryCode="C"
However... I need only one row which will sum, count, avg....etc.... all records that contain the K,L,M,N,O, etc... values
Row "others" ... PrimaryCode="K,L,M,N,O, etc" .... this row would group all OTHER values besided A, B & C
Same for a column...
Example... split out to 6 columns .... that report of one Field X
COL 1 (Field X = "1"), COL 2 (Field X = "2"), COL 3 (Field X = "3"), COL 4(Field X = "4"), COL 5 (Field X = "5"), COL 6 (Field X ≥ "3")
You can see where I need column 6 to group values of 3-5 for Field X