Click to See Complete Forum and Search --> : working on array in Crystal Report


Silly Star
May 25th, 2005, 01:04 AM
hi gurus

i m working on a report nd a sub report of it.

i have multiple values in Main report that are to be displayed in the sub report.

For Example:
There is a Main Report that diplay details of five cashiers who
receive cash.
i m getting multiple sum of amount for each cashier for conditional
group ((Like sum of amount for that group when it has 0 value nd other sum of amount when its value is 1 and so on.........))
now i want to diplay these sum of amount for each cashier in a sub report.

any body have any idea how to work on that?

i think i should use shared array for sum of amount for each cashier and then get its value in the sub report.
but i dont know how to work on shared arrays?