Hi everyone
How can i do this?
i have 10 records in a table and i need to read it all, i mean each record is a value for a formula field and i want to display the 10 formula fields on one page, but crystal is displaying 10 pages each one with the value of the formula field
on the table:
formula_1 10
formula_2 20
.
formula_N 56
on the report:
@f1 @f2 ... @fN
Crystal is showing this
Page 1
10 0 0
Page 2
0 20 0
Page 10
0 0 56
And i want this
Page 1
10 20 56
How can i do this?
i have 10 records in a table and i need to read it all, i mean each record is a value for a formula field and i want to display the 10 formula fields on one page, but crystal is displaying 10 pages each one with the value of the formula field
on the table:
formula_1 10
formula_2 20
.
formula_N 56
on the report:
@f1 @f2 ... @fN
Crystal is showing this
Page 1
10 0 0
Page 2
0 20 0
Page 10
0 0 56
And i want this
Page 1
10 20 56