SMosley804
Technical User
Sorry for posting 2x but there is additional info.
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:\
I can't use a crosstab because I need to perform additional calculations. ie.. convert bytes to GB, determine space used. As it stands now I am unable to accomplish this. Please Help...
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:\
I can't use a crosstab because I need to perform additional calculations. ie.. convert bytes to GB, determine space used. As it stands now I am unable to accomplish this. Please Help...