Hi Abhilash,
I need to show a record number and it has to reset for based on my group 1.
So I did like this.
whileprintingrecords;
numbervar x := x + 1;
Created reset formula and kept in group header and working fine too.
But when my report has no data still I am getting sno as 1.
I want to get null value or 0 when there is no data.
Please suggest