Convert duration to decimal
 
            
                
                    zeon                
                
                    Member Posts: 130                
            
                        
            
                    Hi,
Is there a way to convert a duration to a decimal value?
Duration like: "8 hours and 30 minutes" translates to 8,50.
I have two datetime fields and I want to know the hours an employee have worked represented in decimal. The employees work can span across midnight.
E.g:
Start 10-01-12 22:00:00
End 10-02-12 06:00:00
I want the value 8,00.
/zeon
                Is there a way to convert a duration to a decimal value?
Duration like: "8 hours and 30 minutes" translates to 8,50.
I have two datetime fields and I want to know the hours an employee have worked represented in decimal. The employees work can span across midnight.
E.g:
Start 10-01-12 22:00:00
End 10-02-12 06:00:00
I want the value 8,00.
/zeon
0                
            Answers
- 
            Just substract them and put them in a decimal variable, you'll get the number of milliseconds. Divide by 3600000 ( 60 * 60 * 1000 ) and you'll get your value.0
- 
            Thanks, just found that solution myself also 
 Example:Start := CREATEDATETIME(TODAY-1,220000T); End := CREATEDATETIME(TODAY,053000T); Total := (End - Start)/1000/60/60; 0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 323 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
