date diff calc field - weeks as a decimal

eggwater

life as a rehearsal
Local time
Today, 02:11
Joined
Aug 14, 2003
Messages
69
hi there

had a search for this but kind find anything similar..

i have a calc field using a DateDiff function that gives the number of weeks between two dates - i don't want to use days - but i want to use part weeks -

is there a way the function can give the number of weeks as a decimal figure instead of a rounded up/down figure...

many thanks to whoever can help me or point me in the right direction

:)
 
only way is to calc it yourself

eg. (field1 - field2 ) /7
or datediff("d",field1,field2)/7

Hope that helps in some way

Regards
 
why didn't i think of that

thank you dude...

muchos gracias


erm.. dankzegging

heh heh
 
I have no idea

you don't need to say anything do you?

you suceeeded in solving my problem

have a digital beer on me or something

_____
------- foamy head
\ | /
\ / glass
--
 

Users who are viewing this thread

Back
Top Bottom