I have 20(always the same number) records coming all together in the report.
Can I collect all strings in my 3 columns and output them in the report footer or group footer all together?
The reason for that is that they need to be in a certain format.
I could've used a Sum function, but it doesn't take strings.
for example:
columns in DataSet:
Name;Value;Type
sample rows:
lane;lane1;com
Result;pass;com
Timestamp;02/09/2006 9:48:00 AM;com
Weight;98;com
Distance;0.8;rev
I want it look like:
lane 1 Result: pass Distance 0.8
Timestamp 02/09/2006 9:48:00 AM Weight 98
Thanks,
Oleg
Can I collect all strings in my 3 columns and output them in the report footer or group footer all together?
The reason for that is that they need to be in a certain format.
I could've used a Sum function, but it doesn't take strings.
for example:
columns in DataSet:
Name;Value;Type
sample rows:
lane;lane1;com
Result;pass;com
Timestamp;02/09/2006 9:48:00 AM;com
Weight;98;com
Distance;0.8;rev
I want it look like:
lane 1 Result: pass Distance 0.8
Timestamp 02/09/2006 9:48:00 AM Weight 98
Thanks,
Oleg