Ox73
IS-IT--Management
- Nov 5, 2004
- 16
Hi, I would like to know if there is a way to use this expression only after the records have been extracted from the database in crystal...I have this SQL Expression formula and want to only calculate it once it is in Crystal not while reading the records.
*************FORMULA***************
tz_converter.convert_utc_tm_to_local_tm("TABLE_NAME"."DATE_TIME_IN_UTC", (select time_authority_id from tz_time_authority where name='Central'))
************************************
This formula is converting my UTC date time to Central but it does it while readind the records and I want after the record is extracted because it causes the report to run slower...or is there a better formula to use?
*************FORMULA***************
tz_converter.convert_utc_tm_to_local_tm("TABLE_NAME"."DATE_TIME_IN_UTC", (select time_authority_id from tz_time_authority where name='Central'))
************************************
This formula is converting my UTC date time to Central but it does it while readind the records and I want after the record is extracted because it causes the report to run slower...or is there a better formula to use?