

Mention of third-party products is for informational purposes only and constitutes neither an endorsement nor a recommendation. Other company and product names mentioned herein are trademarks or registered trademarks of their respective companies. Qt is a registered trademark of Digia Corporation and/or its subsidiaries.
TRANSTYPE OPEN SOURCE WINDOWS
Microsoft, Windows and OpenType are trademarks or registered trademark of Microsoft Corporation.
TRANSTYPE OPEN SOURCE MAC OS
Brown, © 2001-2004 Unicode, Inc.įontLab, Fontographer, TransType, Photofont, TypeTool are trademarks or registered trademarks of Fontlab Ltd.Īdobe and PostScript are trademarks or registered trademarks of Adobe Systems Incorporated.Īpple, Mac, Mac OS and TrueType are trademarks or registered trademarks of Apple Inc.

Zlib © 1995-2005 Jean-loup Gailly and Mark Adler. CLICK CONVERT Choose the output destination. When TransType produces OpenType PS (PostScript/CFF-based OTF), OpenType TT (TrueType-based TTF) or CSS font-face web fonts, it preserves all of the original font data but optimizes it and fixes some common problems. MiniZip © 1998-2010 Gilles Vollant, © 2009-2010 Mathias Svensson, © 2007-2008 Even Rouault. CHOOSE PROFILE Choose the output profile (format).
TRANSTYPE OPEN SOURCE SOFTWARE
Expat © 2001-2006 Expat maintainers, © 1998-2000 Thai Open Source Software Center Ltd. EOT Utilities © 2012 World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University).

FreeType © 2006-2012 David Turner, Robert Wilhelm, and Werner Lemberg. HarfBuzz © 2010-2012 Google, Inc., © 2012 Mozilla Foundation, © 2011 Codethink Ltd., © 2008-2010 Nokia Corporation and/or its subsidiary(-ies), © 2009 Keith Stribley, © 2009 Martin Hosken and SIL International, © 2007 Chris Wilson, © 2006 Behdad Esfahbod, © 2005 David Turner, © 2004-2010 Red Hat, Inc., © 1998-2004 David Turner and Werner Lemberg. XeTeX © 1994-2008 SIL International, © 2009 Jonathan Kew. This product uses portions of licensed software, including: ICU © 1996-2010 International Business Machines Corporation and others, © 2001-2010 Google, Inc. Group by sag.afdeling, sag.sagsnr, sag.start_dato, sag.Copyright © 1998-2013 by Fontlab Ltd (and its licensors. Select sag.afdeling, sag.sagsnr, to_char(sag.start_dato, 'yyyy-mm-dd'), sag.stat, Sag.afdeling - sag.sagsnr - to_char(sag.start_dato, 'yyyy-mm-dd') - sag.stat - "SUM TRANSTYPE K & D" - "SUM TRANSTYPE S"īut when I run below query (with added columns) I get the ORA-00937 error message as above "SUM TRANSTYPE K & D" - "SUM TRANSTYPE S" Group by sag.afdeling, sag.sagsnr, sag.start_dato, sag.stat Max (case when BOGF_TRANS.TRANSTYPE = 'D' then sum(bogf_trans.belobdkk) end) as "SUM TRANSTYPE K & D", Max (case when BOGF_TRANS.TRANSTYPE = 'K' then sum(bogf_trans.belobdkk) end) + If I run below it returns correct summations (in one row) I want the result in one row, therefore using max(case.). sum(.)) but then I miss some important info that I need If I exclude (columns) as below it give me correct summations (max (case. Group by sag.afdeling, sag.sagsnr, sag.start_dato, sag.stat, BOGF_TRANS.TRANSTYPE Where SAG.SELSKAB=37 and SAG.AFDELING = 'SUS' AND SAG.SAGSNR = 10876 Join bogf_trans on sag.selskab = bogf_lskab and sag.sagsnr = bogf_trans.sagsnr and sag.afdeling = bogf_trans.afdeling Max (case when BOGF_TRANS.TRANSTYPE = 'S' then sum(bogf_trans.belobdkk) end) as "SUM TRANSTYPE S"

Max (case when BOGF_TRANS.TRANSTYPE = 'D' then sum(bogf_trans.belobdkk) end) as "TRANSTYPE K & D", Max (case when BOGF_TRANS.TRANSTYPE = 'K' then sum(bogf_trans.belobdkk) end) + - as "TRANSTYPE K", Select sag.afdeling, sag.sagsnr, to_char(sag.start_dato, 'yyyy-mm-dd'), sag.stat, BOGF_TRANS.TRANSTYPE, I have a problem with below sql query, it gives me problem/error message 'ORA-00937: not a single-group group function', why?
