Hi,
I have a problem with CR for counting records.
I want to count records within a group and keep increasing the value even after new page.
I've used WhilePrintingRecords but that one resets the value after new page.
This is what I use
{@NrReset}
WhilePrintingRecords;
NumberVar Count := 0;
{@Nr}
WhilePrintingRecords;
NumberVar Count;
Count := Count + 1;
Could anyone please help me with this?
/itteknik
I have a problem with CR for counting records.
I want to count records within a group and keep increasing the value even after new page.
I've used WhilePrintingRecords but that one resets the value after new page.
This is what I use
{@NrReset}
WhilePrintingRecords;
NumberVar Count := 0;
{@Nr}
WhilePrintingRecords;
NumberVar Count;
Count := Count + 1;
Could anyone please help me with this?
/itteknik