Re: RESOLVED Reporting with the ReportSelection form

2010-04-22 Thread Brien Dieterle
Mostly, that is. To make the midtier report correctly, you have to make an AL as follows: Associated Form: ReportSelection Execution Options: order 5. Field: ReportList. Row Choice RunIf Qual: ((('Start Command' != $NULL$) AND ('Start Command' != "")) AND ('Report Type' = "AR System")) AND ($

Reporting with the ReportSelection form

2010-04-22 Thread Brien Dieterle
From the midtier, using the ReportSelection form works fine, with a caveat. If a report (created with the ReportCreator form) has a query that contains arithmetic such as 'date_field' > $\DATE$ - 60 * 60 * 24 * 10, the report returns nothing (no error message, just blank). However, queries wi