Search found 57 matches: pivot

Return to advanced search

Re: FWH 15.03: Pivot Tables (New feature) - Usage

In the sample program "pivotado.prg": Please locate this line of code:   aPivot   := FW_AdoPivotArray( oCn,  "PVTDATA", "REGION", "PRODUCT", "SALES", "SUM" ) // "SUM" optional/default  Please change this line as:   aPivot ...
by nageswaragunupudi
Mon Dec 07, 2020 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 15.03: Pivot Tables (New feature) - Usage
Replies: 14
Views: 3005

Re: FWH 15.03: Pivot Tables (New feature) - Usage

We are looking into this.
by nageswaragunupudi
Sun Dec 06, 2020 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 15.03: Pivot Tables (New feature) - Usage
Replies: 14
Views: 3005

Re: FWH 15.03: Pivot Tables (New feature) - Usage

... lInverted   := .f.   DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-14   DEFINE DIALOG oDlg SIZE 980,300 PIXEL FONT oFont ;      TITLE "PIVOT TABLE"   @ 30,10 XBROWSE oBrw SIZE -10,-10 PIXEL OF oDlg ;      DATASOURCE aPivot AUTOCOLS  ;      CELL LINES FOOTERS NOBORDER   WITH OBJECT ...
by artu01
Fri Dec 04, 2020 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 15.03: Pivot Tables (New feature) - Usage
Replies: 14
Views: 3005

Re: HEIC to JPG

by Antonio Linares
Wed Jul 01, 2020 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HEIC to JPG
Replies: 20
Views: 4072

Re: OT: Bluetooth Signal Meter

... this App from Microsoft Store seems to used it https://www.microsoft.com/en-us/p/bluetooth-analyzer/9wzdncrdhhw6?activetab=pivot:overviewtab --- this Product look good. it seem like Tip from Antonio with NirSoft https://www.the-sz.com/products/bennett/
by Jimmy
Mon Dec 30, 2019 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Bluetooth Signal Meter
Replies: 14
Views: 3434

Re: New FTDN July 2018 (FWH 18.07)

... Demuestra el pintado de xbrowse usando bPaintHeader, bPaintRow, bPaintFooter * adofuncs.prg - Mejora de la compatibilidad de las funciones "PIVOT" con MSSQL. - Funciónn FW_ValToSQL( cVar ): Solucionado el problema de compatibilidad con MSSQL donde cVal incluye doble comillas. * Función ...
by Antonio Linares
Fri Sep 21, 2018 8:58 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2018 (FWH 18.07)
Replies: 5
Views: 2860

New FTDN July 2018 (FWH 18.07)

... - new samples\xbruser.prg: Demonstrates painting of xbrowse using bPaintHeader, bPaintRow, bPaintFooter * adofuncs.prg - Improved compatibility of pivot functions with MSSQL. - function FW_ValToSQL( cVar ): Fixed compatibility issue with MSSQL where cVal includes double quotes. * function oWndFromhWnd( ...
by Antonio Linares
Fri Sep 21, 2018 8:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2018 (FWH 18.07)
Replies: 5
Views: 2860

Conferencia internacional de Harbour+FWH - Sesiones

... user defined computation of columns, group computations and other inbuilt computational capabilities - MakeTotals(). Programming considerations. - Pivot table browses and swapping. - Getbars and Seekbars - Built-in incremental seek/filters - Exporting data Excel, Calc, Report, Word, DBF, PDF - ...
by Antonio Linares
Mon May 15, 2017 8:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conferencia internacional de Harbour+FWH - Sesiones
Replies: 0
Views: 1117

Re: 1st FWH + [x]Harbour 2017 international conference

... user defined computation of columns, group computations and other inbuilt computational capabilities - MakeTotals(). Programming considerations. - Pivot table browses and swapping. - Getbars and Seekbars - Built-in incremental seek/filters - Exporting data Excel, Calc, Report, Word, DBF, PDF - ...
by nageswaragunupudi
Sun May 14, 2017 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 274557

Re: 1st FWH + [x]Harbour 2017 international conference

... - Fastdraw - Auto-calculation of columns, user defined computation of columns, group computations and other inbuilt computational capabilities - Pivot table browses and swapping. - Getbars and Seekbars - Built-in incremental seek/filters - Forgotten and less known switches, methods and features ...
by nageswaragunupudi
Fri Feb 10, 2017 1:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 274557

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

...  +  IFNULL( t.t01, 0 ),    m.qty    = m.qty     +  IFNULL( t.t02, 0 ),    m.sales  = m.sales   +  IFNULL( t.t03, 0 )  Pivot Table: Syntax: METHOD PivotArray( ; cTable, ; // table name or cSql cRowFld, ; // FieldName or SQL Expression for Rows cColFld, ; // FieldName ...
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: 29395

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

... ) --> oRowSet or nil if fail METHOD Execute( cSql ) --> nil / val / array METHOD Call( cStoredProc, params....... ) --? nil / rowset METHOD PivotArray( cTable, cRowFld, cColFld, cValFld, [cAggrFunc] ) METHOD Insert( cTable, caFields, aValues, [lUpdateIgnore] ) --> nInserted METHOD Update( ...
by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 29395

Re: OT: SQL PIVOT question

Thank you Marcelo, Now it's working! I have to move HAVING to the end, like this. SELECT    name,    ( max( if( PARAMETER = 'NTWKNUM' , inhoud , NULL ) ) ) AS 'NTWKNUM',    ( max( if( PARAMETER = 'NODENUM' , inhoud , NULL ) ) ) AS 'NODENUM',    ( m...
by Marc Vanzegbroeck
Wed Jun 22, 2016 2:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: SQL PIVOT question
Replies: 2
Views: 436

Re: OT: SQL PIVOT question

Hola, try adding HAVING SELECT     name,    ( max( if( PARAMETER = 'NTWKNUM' , inhoud , NULL ) ) ) AS 'NTWKNUM',     ( max( if( PARAMETER = 'NODENUM' , inhoud , NULL ) ) ) AS 'NODENUM',     ( max( if(...
by Marcelo Via Giglio
Wed Jun 22, 2016 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: SQL PIVOT question
Replies: 2
Views: 436

OT: SQL PIVOT question

Hi, This is not a FWH-question, but I use this query in my FWH-program :D I have a PIVOT query on a table with fields: NAME,PARAMETER,INHOUD,POINT_TYPE I use this query to show the result: SELECT     name,    ( max( if( PARAMETER = 'NTWKNUM' , inhoud ...
by Marc Vanzegbroeck
Wed Jun 22, 2016 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: SQL PIVOT question
Replies: 2
Views: 436
PreviousNext

Return to advanced search