Cr8.5 sql server.
Can I conditionally display groups starting with letter 'Z' on a report?
E.g:
Group values are:
23-EX
34-YYZ
123-NYZ
Z-34
Z-234
I want following layout:
***Regular Groups*** Emp Cnt
23-EX 200
34-YYZ 99
123-NYZ 12
***Z Groups***
z-34 23
z-234 500
--------------------------
Total for all groups 834
Basically just want to display 'z' groups separately from others but total them together.
Thanks
Can I conditionally display groups starting with letter 'Z' on a report?
E.g:
Group values are:
23-EX
34-YYZ
123-NYZ
Z-34
Z-234
I want following layout:
***Regular Groups*** Emp Cnt
23-EX 200
34-YYZ 99
123-NYZ 12
***Z Groups***
z-34 23
z-234 500
--------------------------
Total for all groups 834
Basically just want to display 'z' groups separately from others but total them together.
Thanks