sahernandez
Programmer
Hi, I have this table in ORACLE
Field0 Field1 Field2 Field5 Discount Field7
A Dis $10 $0 $10 "Discount for!!"
B N/A $5 $0 $0
C Dis $5 $0 $25 "Discount for++"
I want to view this report like this
Field0 FIELD1 Field2 Field5
A Dis $10 $0
B N/a $5 $0
C Dis $5 $0
___ ____
$20 $0
_______ ________
// as a comment I like to see
A. Discount fot!! = $10
c. Discount for++ = $25
How can I do this with CR9 , this is the crystal that is part of VB.NET.
Now I'll try to use the while loop for each group, but I don't know if this is the best way to do it.
Thxs for the Help
Field0 Field1 Field2 Field5 Discount Field7
A Dis $10 $0 $10 "Discount for!!"
B N/A $5 $0 $0
C Dis $5 $0 $25 "Discount for++"
I want to view this report like this
Field0 FIELD1 Field2 Field5
A Dis $10 $0
B N/a $5 $0
C Dis $5 $0
___ ____
$20 $0
_______ ________
// as a comment I like to see
A. Discount fot!! = $10
c. Discount for++ = $25
How can I do this with CR9 , this is the crystal that is part of VB.NET.
Now I'll try to use the while loop for each group, but I don't know if this is the best way to do it.
Thxs for the Help