SMosley804
Technical User
Crystal Reports ver11
DB-IBMDB2
I have a report that I need to display 3 values for by ServerName. Currently the report looks like:
Server-LBDDEV25
Resource Property Value
Partion0 freespace 37
Partion0 totalspace 64
Partion0 mountpoint D:\
I need to convert the rows into columns for each property, so that the report looks like this:
Server-LBDDEV25
FreeSpace TotalSpace MountPoint
partion0 37 64 D:\
is there a way that I can do this in Crystal?
Please help!
DB-IBMDB2
I have a report that I need to display 3 values for by ServerName. Currently the report looks like:
Server-LBDDEV25
Resource Property Value
Partion0 freespace 37
Partion0 totalspace 64
Partion0 mountpoint D:\
I need to convert the rows into columns for each property, so that the report looks like this:
Server-LBDDEV25
FreeSpace TotalSpace MountPoint
partion0 37 64 D:\
is there a way that I can do this in Crystal?
Please help!