I have a field on a report and suppress if duplicated works.Also condiitonal supress with fomula {TableA.FieldA} = previous({TableA.FieldA}) works. If the group continues unto the next page I want to stop the supression for the first entry..
To explain: When the group orange has to continue on next page, I want to supress duplicate of orange on first page and repeat orange at the first entry on next page. Need to translate something like this to a function: if group not change and page change then show else if current value = previous value suppress.