I’ facing this strange problem in my reports. I have to show 12 month data in the cross tab report. So i have written SQL to limit top 100 sales records at DB level. In the SQL, i have sorted the records in DESC order on ‘sales’(measure). I used the same code to display the data for 4 months and got different sorting results when compared with 12 months in crosstab.
Do you have any idea why i’m getting different results for 4 months and 12 months? Logically speaking, i should get common data for 4 months in both the cases since current month would be same for both of them, right?
BOisBest (BOB member since 2004-04-05)