Hi,
Using CR8 thru' ODBC to a SQL server.
I have a table that contains cash balances for various funds.
The layout is: -
FundCode BalDate BalAmt
ABC 31/01 10000
ABC 28/02 10000
ABC 30/04 25000
In my report I want to show the balances on one line, thus: -
FundCode 31/01 28/02 30/04
ABC 10000 10000 25000
I've tried table aliases and get the first balance but zero for the rest. I have no record filtering or suppression so far and no grouping.
I would like to do this without using a cross-tab or sub reports, is it possible?
Cheers
T
Using CR8 thru' ODBC to a SQL server.
I have a table that contains cash balances for various funds.
The layout is: -
FundCode BalDate BalAmt
ABC 31/01 10000
ABC 28/02 10000
ABC 30/04 25000
In my report I want to show the balances on one line, thus: -
FundCode 31/01 28/02 30/04
ABC 10000 10000 25000
I've tried table aliases and get the first balance but zero for the rest. I have no record filtering or suppression so far and no grouping.
I would like to do this without using a cross-tab or sub reports, is it possible?
Cheers
T