Cognos Impromptu has a function called MOD which converts a numeric field to date.
We have a field which is essentially a time key (8 dec) but to convert it to date - at the moment is a costly exercise where we convert numeric - to character and substring to certain positions 3 times and then concatenate these 3 times.
Does anyone have any suggestions?