Quantcast
Channel: SCN : Discussion List - SAP BusinessObjects Web Intelligence
Viewing all articles
Browse latest Browse all 5402

Date and Time Difference with two Date range

$
0
0

=DaysBetween([Creation];[ModifiedDate]) * 86400

+

(

ToNumber(FormatDate([ModifiedDate] ;"hh")) * 3600 +

ToNumber(Left(FormatDate([ModifiedDate] ;"mm:ss") ;2)) * 60 +

ToNumber(FormatDate([ModifiedDate] ;"ss"))

)

-

(

ToNumber(FormatDate([Creation] ;"hh")) * 3600 +

ToNumber(Left(FormatDate([Creation];"mm:ss") ;2)) * 60 +

ToNumber(FormatDate([Creation] ;"ss")))

 

I want to calculate Weekends with this Formula.

 

Thanks

ram


Viewing all articles
Browse latest Browse all 5402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>