I have to make a report based on a MsSqlServer database. The record criteria selection is complex, generated by a "report wizard". I made 5 subreports for every kind of data but I can't transfer all parameters from main report to subreports. Most of this parameters are arrays and don't works like subreports links. How can I obtain the records selected without using Record Selection Formula, which must be less 254 characters and my selection formula is greater? Can I use crystal queries or sql stored procedures, or dictionaries?
Thank you
Thank you