sql - combine time and date in load qlikview -
I save the different date and time of the database of the database that was loaded in and I want to add them as 1 date () field. Something like this: Load date / time as date should be output (for this example) It is not possible to do this by hand, so" load inline "is not possible because there are too many records. just do load timestamp (date1 + date2, 'YYYY-MM- DD hh: mm: ss') as myTimeStamp ... Qlikview databases Looks like this: The date is saved as
"2014-04-24 00: 00: 00.000" and the time to
"1899-12-30 17: Is saved as: 42: 00.000 "
"2014-04 - 24 17: 42:00 "
Comments
Post a Comment