Is it possible to set a defualt value for a report filter? At the moment I filter using a date range calculated using code (first day of month-last day of month), but I want make possible for end user to change this range.
You can set filter on a record a pass this record as a parameter when you run a report: Example: GLRegister.SETRANGE(“Creation Date”, StartDate, EndDate); REPORT.RUNMODAL(REPORT::“G/L Register”, TRUE, FALSE, GLRegister);