Question
Report Definition - Function Alias - The difference in days - to get the outputs in decimal instead of rounded down to nearest day
Hi All,
Function: The difference in days between .pxCreateDateTime and .pyResolvedTimestamp
Function Description: Returns the difference between two Date or DateTime values (the second minus the first) in days, rounded down (rounded for ORACLE) to the nearest day
Currently the function is working as expected, but how to get the exact the difference in days like 2.5 instead of 2 or 3?
Any Suggestions?