Transform a decimal to time
 
            
                
                    poppins                
                
                    Member Posts: 647                
            
                        
            
                    Hi everyone,
I need to transform a decimal value to a time.
Example: instead of 2.5, I need to display 2:30 (2 minutes 30 seconds).
How can I do that?
Thanks in advance 
                
                I need to transform a decimal value to a time.
Example: instead of 2.5, I need to display 2:30 (2 minutes 30 seconds).
How can I do that?
Thanks in advance
 
                0                
            Answers
- 
            And why you want to do this...
 + How would you get a decimal value for 2 minutes 2 seconds..
 Just want to understand what is the requirement.
 Thanks & Regards,
 Saurav Dhyani
 Do you Know this About NAV?
 Connect - Twitter | Facebook | Google + | YouTube
 Follow - Blog | Facebook Page | Google + Page0
- 
            Try something like this:
 YourTime := 000000T [to make sure it is data type Time] + DecValueInMinutes * 1000 [ms] * 60 [seconds]"Money is likewise the greatest chance and the greatest scourge of mankind."0
- 
            postsaurav wrote: »And why you want to do this...
 + How would you get a decimal value for 2 minutes 2 seconds..
 Just want to understand what is the requirement.
 I have a field in tab 37 "Needed time" which represents the number of seconds needed for a certain operation...its type is decimal.
 In table 36, I created a flowfield "Total needed time" to sum the values from the lines...
 It is wanted to display the total needed time in minutes...
 That is why I asked...0
- 
            Hello,
 have a look here forum.mibuso.com/discussion/4722/add-decimal-to-time-variable .
 (you would add the duration to a 0D 0T variable in your case)
 I cannot think of an easier way...
 Good luck, let me know if it helps...\\The truth exists in seven versions.0
- 
            HI
 You could Try My way Like Here
 Simple Just you have to Add another Duration type Datatype And Done0
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
- 322 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


