![]() |
Sergey Kornilov admin 9/15/2010 |
If you plan to perform some kind of calculations on on this time value the best approach is to enter minutes and seconds separately into two different fields. |
B
|
btman author 9/15/2010 |
If you plan to perform some kind of calculations on on this time value the best approach is to enter minutes and seconds separately into two different fields.
|
![]() |
Sergey Kornilov admin 9/16/2010 |
Showing it in a graph means you need to have a consistent numeric value. If you allow a free form entry people will enter anything i.e. '1:25', '1 25', 125, 1.25 etc. You won't be able to do anything useful with this. select minutes, |
B
|
btman author 9/23/2010 |
Showing it in a graph means you need to have a consistent numeric value. If you allow a free form entry people will enter anything i.e. '1:25', '1 25', 125, 1.25 etc. You won't be able to do anything useful with this. Use two fields (minutes and seconds). When you build a chart add a calculated field to your SQL query that either contains minutes or seconds i.e. select minutes,
|