My Problem Actually is that I am running a total or summary u can say for each group .
Let each group contains hundred records falling under different dates .I want to get totals of periods .So what i am doing is i am running a total of the given field with a break as group and evaluating condition as Date>0 and Date<30 (like this).If there are records falling under the date in condition then total is coming fine but if there are no records then total is not displayed at all..it is coming as a blank.I want it to come as 0 atleast when there are no records.Can Anyone solve this.
Let each group contains hundred records falling under different dates .I want to get totals of periods .So what i am doing is i am running a total of the given field with a break as group and evaluating condition as Date>0 and Date<30 (like this).If there are records falling under the date in condition then total is coming fine but if there are no records then total is not displayed at all..it is coming as a blank.I want it to come as 0 atleast when there are no records.Can Anyone solve this.