Round(100/15.00) * 15
Or (div(100,15)*15) + (cast((mod(100,15)/15.00) as Integer)*15) From: [email protected] [mailto:[email protected]] On Behalf Of checkmail Sent: Tuesday, April 8, 2014 8:55 AM To: [email protected] Subject: AW: [firebird-support] Round - quarter hour Hi, yes, every 15 Minutes. Von: [email protected] <mailto:[email protected]> [mailto:[email protected]] Im Auftrag von Thomas Beckmann Gesendet: Dienstag, 8. April 2014 07:47 An: [email protected] <mailto:[email protected]> Betreff: Re: [firebird-support] Round - quarter hour Hi Olaf, how abaout "normalizing" to quarters (divide by 15e0), rounding and multiply by 15? Thomas Am 08.04.2014 07:39, schrieb checkmail: > > > Hello, > > > > in my Case I would round a integer number to a full quarter number: 12 > to 15, 91 to 90, 98 to 105 etc. > > > > Is there anything I can use? > > ; > > Thanks a lot. > > > > Regards > > > > Olaf > > > > > > -- Mit freundlichen Grüßen, Thomas Beckmann Diplom-Informatiker Wielandstraße 14c • 23558 Lübeck Tel +49 (22 25) 91 34 - 545 • Fax +49 (22 25) 91 34 - 604 Mail [email protected] <mailto:[email protected]> <mailto:[email protected]> ASSFINET-Logo *ASSFINET Dienstleistungs-GmbH* Max-Planck-Straße 14 • 53501 Grafschaft bei Bonn [email protected] <mailto:[email protected]> <mailto:[email protected]> • www.assfinet.de <http://www.assfinet.de> <http://www.assfinet.de/> Geschäftsführer: Dipl. Wirtschaftsinformatiker Marc Rindermann Registergericht Koblenz HRB 23331 Diese E-Mail enthält vertrauliche Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
