lets say i have a table with the following format
Empmanager Billable status(Billable, non billable, partial) month
ali billable aug
ali billable aug
sana non billable aug
lets say i need a report manager wise and month wise in case i need a report filtered on sana as emp manager and billable as billable status i get a report like this
empmanager
sana
and in case i need a report filtered on ali as emp manager and billable as billable status i get a report like this
empmanager billablestatus
ali 2
the column billable status does not get displayed in case of sana because there is no data for billable employees for sana.
i need to generate report where columns inside column group gets displayed even when the data returned forthem is nothing. i hope i made myself clear.. :)