I think you just want to suppress the 1st record?
In Suppress Section input
OnFirstRecord = True
If you are grouping information and want to suppress per each group will need to do a counter and suppress if counter =1. I hope this helps..
Yes this is bad design, however it is possible to do as you want. Using an array:
Create first formula:
--------- First Formula -------------------
Local stringvar arrary Splitlines:= Split({UserInformation.groups},chr(126));
//chr(126) "~"
Stringvar Test:=Join(SplitLines,",");
--------...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.