Hi,
I'm working on CR 8.5 and I'd like to create a field which adds 15 minutes to my database time field.
The field {iAgentPerformanceStat.Time} returns time by intervals (04:00, 04:15, 04:30,...)
My new field is @Time+15
I wrote:
DateAdd ("N", 15,{iAgentPerformanceStat.Time})
but it doesn't work (I'm a beginner...)
I'm working on CR 8.5 and I'd like to create a field which adds 15 minutes to my database time field.
The field {iAgentPerformanceStat.Time} returns time by intervals (04:00, 04:15, 04:30,...)
My new field is @Time+15
I wrote:
DateAdd ("N", 15,{iAgentPerformanceStat.Time})
but it doesn't work (I'm a beginner...)