Dear Active Reports Guru's
I can do all of this via sql but my staff would like to be able to do it themselves via active reports.
1. Can you pass parameters to the SelCriteria = "" in the ReportSummary section? If yes, Sample code please?
2. What does the following statement do in the Filters Section do?
FilterNegated = False
FilterConnector = reportfilterbooleanconAND
3. Can I have more than one Filter Section in an active report?
4. Would like to be able to pass a date to a column, so I can do the equivalent of item.lastsold < '01/01/2010'. Is this possible with Active reports? Now doing "Not between 01/01/2010 & 12/31/2014" as seen in image.