Hi,
I have 4 groups,
Group I - {CTL.MarketType}
Group II - {CTL.OrderType}
Group III - {CTL.Status}
Group IV - {CTL.OrderType}
Now, i want to calculate totals say sum({CTL.Amount}) for each group..
For Group IV - Sum({CTL.Amount},{CTL.OrderType})
For Group III - Sum({CTL.Amount},{CTL.Status})
For Group II - Sum({CTL.Amount},{CTL.OrderType}) ?????
For Group I - Sum({CTL.Amount},{CTL.MarketType})
I dont have problem with Group I and Group III.
How about Group II and IV. I tried to use GroupNumber function but its always returning 1, so this function is not working.
Any other functions in crystal reports or any other way to solve this problem..?
I have 4 groups,
Group I - {CTL.MarketType}
Group II - {CTL.OrderType}
Group III - {CTL.Status}
Group IV - {CTL.OrderType}
Now, i want to calculate totals say sum({CTL.Amount}) for each group..
For Group IV - Sum({CTL.Amount},{CTL.OrderType})
For Group III - Sum({CTL.Amount},{CTL.Status})
For Group II - Sum({CTL.Amount},{CTL.OrderType}) ?????
For Group I - Sum({CTL.Amount},{CTL.MarketType})
I dont have problem with Group I and Group III.
How about Group II and IV. I tried to use GroupNumber function but its always returning 1, so this function is not working.
Any other functions in crystal reports or any other way to solve this problem..?