Collect all data from Crystal Report -


i have crystal report containing multiple subreports. need find way 'collect' data printed on report/subreports in following (or similar)

format:

page1:fieldname1=value1|fieldname2=value2|...|page2:fieldname1=value1.1|fieldname2=value2.1|.....

so, important note there possibility figure out on page (in pdf generated report) particular field value occured. tried complex formulas 'remember' data in cumulative string within formula(s) (whileprintingrecords) part can't achieve associate each value correct page number of main, top level, report (the page numbers of crucial importance in purpose). problem more complex because of groupings , linking applied in main report , subreports, page numbers @ end of printing kinda changed comparing design time order.

can come idea please?

thank siva, reply led me thing investigate (i'm new crystal reports) - issue not related incorrect execution of formula keeping page counter, rather 1 more formula thought not executing, since didn't know if formula in section suppressed (and hidden) still executing. counter counted 1 more page sufficient. when removed formula didn't need - worked fine. so, fault :(


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -