SusanStoHelit
Technical User
I have a similar quesiton as thread767-1300499
I need to convert this crystal XI formula:
dateadd("s",{table.seconds},datetime(1970,1,1,0,0,0))
to a SQL expression so that it is passed to the database. The report runs too slowly otherwise.
I tried:
dateadd("dd",(table.seconds/3600/24),date(1970,01,01))with no luck.
any ideas?
I need to convert this crystal XI formula:
dateadd("s",{table.seconds},datetime(1970,1,1,0,0,0))
to a SQL expression so that it is passed to the database. The report runs too slowly otherwise.
I tried:
dateadd("dd",(table.seconds/3600/24),date(1970,01,01))with no luck.
any ideas?