Search found 18 matches: aggregate

Return to advanced search

Re: FW_DbfSqlQuery GROUP BY no funciona

... do with FWH function. It is for the programmer to know the correct syntax of SQL supported by Jet OLE/ACE ole Normally GROUP BY clause is used for Aggregate functions. Example: SELECT STATE,SALARY FROM CUSTOMER GROUP BY STATE ORDER BY STATE Some Databases like MySql support GROUP BY without aggregate ...
by nageswaragunupudi
Mon Feb 26, 2024 12:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery GROUP BY no funciona
Replies: 4
Views: 203

Re: Crash with 23.04 GRADIENTFILL()

... array is NIL. The function does not expect that any element is NIL. Please ensure that all fractions (the first element in each sub-array) should aggregate to 1.0. If not we may not get the intended effect. b.) does "slow down" using 3 Elemets No. We can have any number or slices.
by nageswaragunupudi
Mon Jul 24, 2023 12:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Crash with 23.04 GRADIENTFILL()
Replies: 5
Views: 314

Footer de un xBrowse con calculo personalizado

... una columna del footer de un xBrowse con calculo personalizado. Ya conozco que tengo las siguientes opciones para el calculo del footer: // footer aggregate types #define AGGR_TOTAL 1 #define AGGR_SUM AGGR_TOTAL #define AGGR_MIN 2 #define AGGR_MAX 4 #define AGGR_COUNT 8 #define AGGR_AVERAGE AGGR_SUM ...
by nanoespinoza
Mon Sep 24, 2018 3:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Footer de un xBrowse con calculo personalizado
Replies: 3
Views: 854

New FTDN December/Diciembre 2016 (FWH 16.12)

... is cloned, the new cloned font has to be release separately. * XBROWSE: - Enhancement: Automatic Recalculation of Totals: (a) When a column has an aggregate footer type (eg. AGGR_SUM) and edited inline, that column's totals are recalculated automatically. This recalculation is not compatible with ...
by Antonio Linares
Thu Dec 22, 2016 9:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2016 (FWH 16.12)
Replies: 10
Views: 4783

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... ; // FieldName or SQL Expression for Columns cValFld, ; // Value FieldName or SQL Expression [cAggrFunc] // Default "SUM". Can be any Aggregate function ) \fwh\samples\maria03.prg XBROWSER oCn:PivotArray( "pivotdata", "REGION", "PRODUCT", "sales" ...
by nageswaragunupudi
Tue Oct 04, 2016 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28453

Re: Protocol pop3s

... code;  very high reliability;  maximum portability. 1.2 Features MIME features:  Full support for RFC-2822 and multipart messages (RFC-1521)  Aggregate documents (MHTML) and embedded objects (RFC-2557)  Message Disposition Noti cation (RFC-3798) 5  8-bit MIME (RFC-2047)  Encoded word extensions ...
by ukoenig
Sun May 01, 2016 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Protocol pop3s
Replies: 2
Views: 706

Re: O.T. ADS - Consulta SQL

... el error: ERROR IN SCRIPT: poQuery: Error 7200: AQE Error: State = S0000; NativeError = 2149; [iAnywhere Solutions][Advantage SQL Engine]Aggregate function not allowed in this context: Not a SELECT statement.
by MarioG
Fri Jun 12, 2015 3:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. ADS - Consulta SQL (SOLUCIONADO)
Replies: 10
Views: 1201

Re: Client Server options

... if the SELECT statement does not contain any of the following: · • DISTINCT in the SELECT clause · • Joins (inner, outer, self, or UNION) · • Any aggregate function · • GROUP BY or HAVING clauses · • Subqueries · • Certain scalar functions (see Scalar Functions in a WHERE Clause) · • If a memo ...
by reinaldocrespo
Mon May 28, 2012 10:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25113

Re: Windows 8, FWH, and the future of programming

... libraries that make LINQ possible, F# 3 marks the first version where the LINQ syntax is actually supported. Like Visual Basic, F#’s LINQ supports aggregate functions such as count, sum, first, and last directly in the query. Also like VB, F# doesn’t require a trailing “select” clause. Instead ...
by modicr
Sat Mar 31, 2012 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 8, FWH, and the future of programming
Replies: 10
Views: 3960

Re: xBrowse:MakeTotals()

... for large tables and in particular tables on networks. In such cases the programmer has to adopt his own ways to optimize recomputation of aggregates in the footers. Also, once MakeTotals() is called in the beginning, it is not necessary to call this method for every refresh. Any inline ...
by nageswaragunupudi
Mon Jan 16, 2012 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse:MakeTotals()
Replies: 5
Views: 983

New FTDN September/Septiembre 2011 (FWH 11.09)

... for conditional totals. If specified, this funtion is evaluated with column's value and column object for every row. The value is included in the aggregate only if the result is true. * New: function IsWin8() --> lYesNo * Enhancement: function cWinVersion() returns "8" for Windows ...
by Antonio Linares
Wed Sep 28, 2011 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2011 (FWH 11.09)
Replies: 4
Views: 4010

Re: TSBrowse TXBrowse ?

... for the entire table again. This feature reduces lot of coding in our application program and we even do not have to know how to compute aggregates like STD. Other aggregate functions available for footers are MIN,MAX,AVG,COUNT,STDEVP. The computations are identical to Excel's functions ...
by nageswaragunupudi
Mon Jan 24, 2011 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBrowse TXBrowse ?
Replies: 8
Views: 3076

Re: he conseguido un iphone

... of function ‘hb_vmPushNil’ source/sdkapi/views.m:79: warning: implicit declaration of function ‘hb_vmPushLong’ source/sdkapi/views.m:79: error: aggregate value used where an integer was expected source/sdkapi/views.m:80: error: ‘WM_VIEWPAINT’ undeclared (first use in this function) source/sdkapi/views.m:81: ...
by pgfdz
Mon Dec 27, 2010 5:59 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 130593

Re: convert 13 weeks of data to calendar months

Further simplifying the above logic calculate aggregate for the quarter and adjust for first and last weeks. When the first or last week extends to previous or next quarter, reduce proportionately by that week's daily average. It also happens that ...
by nageswaragunupudi
Mon Jul 19, 2010 1:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert 13 weeks of data to calendar months
Replies: 12
Views: 4062

New FTDN February/Febrero 2010 (10.2)

... as parameter. See revised sample xbrprogb.prg in \fwh\sampls folder. * Improvements: XBrowse.prg: method maketotals() now is improved to calculate aggregates SUM, MAX, MIN, COUNT, AVERAGE, STDEV or STDEVP depending on the DATA oCol:nFooterType == AGGR_SUM/AGGR_TOTAL, AGGR_MAX, AGGR_MIN, AGGR_COUNT, ...
by Antonio Linares
Thu Feb 25, 2010 10:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2010 (10.2)
Replies: 4
Views: 3842
Next

Return to advanced search