i face a problem when i doing sum between column
for example:
column A : 2012-02-02 17:00:00.000 (DateTime)
column B : 45 (decimal) <--- minutes
i had try many time to add them. but it fail..
the answer i want is 17:45..
anyone can help me???
problem sum between column
problem sum between column
Hello.
Thank you.
You should use code like next:squidy wrote:i face a problem when i doing sum between column
for example:
column A : 2012-02-02 17:00:00.000 (DateTime)
column B : 45 (decimal) <--- minutes
i had try many time to add them. but it fail..
the answer i want is 17:45..
anyone can help me???
Code: Select all
{yourDateTimeField.AddMinutes(yourMinutesFieldTypeDouble)}
problem sum between column
Aleksey wrote:Hello.You should use code like next:squidy wrote:i face a problem when i doing sum between column
for example:
column A : 2012-02-02 17:00:00.000 (DateTime)
column B : 45 (decimal) <--- minutes
i had try many time to add them. but it fail..
the answer i want is 17:45..
anyone can help me???Thank you.Code: Select all
{yourDateTimeField.AddMinutes(yourMinutesFieldTypeDouble)}
oh~~ thank you very much~~ i solve it!!
problem sum between column
Great!
Have a nice day!
Thank you.
Have a nice day!
Thank you.