Maybe I didn’t explain myself properly. I have several rows in the data containing dates, application codes and status. I need to create a cross-tab table that shows how many application I have by dates and status. Dates as rows and status as columns, how ever I need to create and extra column at the end to calculate a % between values of an expecific status against the total. Because the body of the cross-table is a count, I can’t see decimals in the new calculation (coutn of application for a specific status/total count of applications). Additionaly I need and extra row at the bottom of the table to calculate the daily average. The data will be grouped by months and I need to calculate the total count of calculation in a month / number of dates in that month. I can’t get the report to show me the number of dates in every month. If I use distinctcount(dates) I get the total number fo dates even if the cell is in the group.