T
Tom
I cant' cope with mayby a simple question of how to use Partition
function with time-type arguments. I would like to group data based on
[timeCol] column which shows time detailed down to the second
'hh:mm:ss' using partition(col,start,end,interval) function for groups
with time from 9 AM to 5 PM (17:00) every 30 minutes. I entered
something like this to the project grid in A2000:
new filed name: Partition([timeCol];#09:00:00#;#17:00:00#;minutes(30))
or
new filed name: Partition([timeCol];#09:00:00#;#17:00:00#;#00:30:00#)
or
new filed name: Partition([timeCol];#09:00:00#;#17:00:00#;
(1800/86399))
where 1800 - number of sek in 30 min; 86399 number of sek within the
whole day from 00:00 to 23:59:59
but none of these is working.
How should it be done properly ? Sorry, but I don't know a thing about
time arguments in A2000.
Thanks
Tom
function with time-type arguments. I would like to group data based on
[timeCol] column which shows time detailed down to the second
'hh:mm:ss' using partition(col,start,end,interval) function for groups
with time from 9 AM to 5 PM (17:00) every 30 minutes. I entered
something like this to the project grid in A2000:
new filed name: Partition([timeCol];#09:00:00#;#17:00:00#;minutes(30))
or
new filed name: Partition([timeCol];#09:00:00#;#17:00:00#;#00:30:00#)
or
new filed name: Partition([timeCol];#09:00:00#;#17:00:00#;
(1800/86399))
where 1800 - number of sek in 30 min; 86399 number of sek within the
whole day from 00:00 to 23:59:59
but none of these is working.
How should it be done properly ? Sorry, but I don't know a thing about
time arguments in A2000.
Thanks
Tom