I have a table which is a 'control' table. It has one row of data with some system settings. There is no way to link this table with the one in my report.
I need to get a single datetime field from that table and use it in the report select statement. This means a shared variable from a sub report won't do it since they have to be evaluated at print-time.
I tried simply referencing the field I need in the select, leaving the table unlinked, however that returned nothing. If I put that field on the report, it comes back NULL (which it is not).
Any ideas? Chris
DFW Crystal User Group
I need to get a single datetime field from that table and use it in the report select statement. This means a shared variable from a sub report won't do it since they have to be evaluated at print-time.
I tried simply referencing the field I need in the select, leaving the table unlinked, however that returned nothing. If I put that field on the report, it comes back NULL (which it is not).
Any ideas? Chris
DFW Crystal User Group