I use a formula to calculate sales per half hour. It goes like this:
time(hour({tblTV_Acties.TVAC_Tijdstip}),
(if minute({tblTV_Acties.TVAC_Tijdstip}) < 30 then
0
else
30),0)
Now I would like to calculate per 15 minutes. I tried to modify that formula, but it does not seem to work.
Any ideas on how to calculate sales per 15 minutes?
Many thanks and greetings from Brugge (Bruges - Belgium),
Michel
time(hour({tblTV_Acties.TVAC_Tijdstip}),
(if minute({tblTV_Acties.TVAC_Tijdstip}) < 30 then
0
else
30),0)
Now I would like to calculate per 15 minutes. I tried to modify that formula, but it does not seem to work.
Any ideas on how to calculate sales per 15 minutes?
Many thanks and greetings from Brugge (Bruges - Belgium),
Michel