I have two list of values(two variables) each in it's own single string:
"Lane,Drop Distance,Empty Count,Allowed Threshhold,Applied Count"
"1,4.07,49,73,122"
I need them to be output in this format(two columns):
Lane 1
Drop Distance 4.07
Empty Count 49
Allowed Threshhold 73
Applied Count 122
output goes in report footer.
using CrystalReports XI
Any ideas?
Oleg
"Lane,Drop Distance,Empty Count,Allowed Threshhold,Applied Count"
"1,4.07,49,73,122"
I need them to be output in this format(two columns):
Lane 1
Drop Distance 4.07
Empty Count 49
Allowed Threshhold 73
Applied Count 122
output goes in report footer.
using CrystalReports XI
Any ideas?
Oleg