Search found 57 matches: pivot

Return to advanced search

Re: Tabla Pivot

Muchas gracias Mr. Rao!
by cmsoft
Sun Sep 18, 2022 1:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tabla Pivot
Replies: 6
Views: 575

Re: Tabla Pivot

Full source code of ADO pivot array is available in adofuncs.prg.
You can consider converting the code into Dolphin.
by nageswaragunupudi
Sun Sep 18, 2022 3:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tabla Pivot
Replies: 6
Views: 575

Re: Tabla Pivot

In the native class I already found it, it's oRs:PivotArray(cTable, cRowFld, cColFld, cValFld, cAggrFunc ) No. PivotArray(..) is a method of Connection class, not Rowset class. You can use TDolphin mainly for the entire application. At the same time you can use FWH native lib for some special purpo...
by nageswaragunupudi
Sun Sep 18, 2022 3:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tabla Pivot
Replies: 6
Views: 575

Re: Tabla Pivot

Leandro, gracias por tu interes, la tabla pivot (con mis palabras) sería similar a las tablas dinámicas de Excel Si tenemos un colección de datos, por ejemplo las ventas de productos de un comercio, y entre los datos tenemos el código de producto ...
by cmsoft
Tue Sep 06, 2022 11:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tabla Pivot
Replies: 6
Views: 575

Re: Tabla Pivot

Cesar buenos días, estuve tratando de leer en internet para que se utilizar el pivote, pero no logro comprender. Podrías con tus palabras explicar para que sirve o en que casos se utiliza.

De antemano gracias.
by leandro
Tue Sep 06, 2022 10:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tabla Pivot
Replies: 6
Views: 575

Re: Tabla Pivot

En la clase nativa ya la encontre, es oRs:PivotArray(cTable, cRowFld, cColFld, cValFld, cAggrFunc )

En Dolphin, lo que hice está incompleto, ya que muestra la tabla con los resultados agrupados pero no pivotea...
by cmsoft
Mon Sep 05, 2022 11:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tabla Pivot
Replies: 6
Views: 575

Tabla Pivot

Estimados: Existe alguna función para tablas pivot para TDolphin o Mysql nativa? Hice una adaptación de las funciones de ADO pero no quiero reinventar la rueda. Agradezco comentarios Dejo aquí el ejemplo *#include "FiveWin.Ch"#include ...
by cmsoft
Mon Sep 05, 2022 2:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tabla Pivot
Replies: 6
Views: 575

pivot tables

Hi guys!
Someone has an fw code to generate pivot tables in excel?

Thanks
by artu01
Fri Jan 22, 2021 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: pivot tables
Replies: 0
Views: 220

FWH 15.03: Pivot Tables (New feature) - Usage

Mr. Rao :
some help about pivot tables in excel?, please
by artu01
Thu Dec 17, 2020 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 15.03: Pivot Tables (New feature) - Usage
Replies: 14
Views: 2902

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

Master Rao Could you do an sample of pivot tables in excel? From this link: http://forums.fivetechsupport.com/viewtopic.php?f=6&t=11697&p=57640&hilit=pivot#p57640 gets this code some old but can understand how it works FUNCTION ...
by artu01
Sun Dec 13, 2020 2:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 15.03: Pivot Tables (New feature) - Usage
Replies: 14
Views: 2902

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

thank you Master Rao!, the program already run
by artu01
Fri Dec 11, 2020 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 15.03: Pivot Tables (New feature) - Usage
Replies: 14
Views: 2902

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

If your Harbour build is earlier to (r1801...) then you can use
oRs:GetRows()
instead of RsGetRows( oRs )
by nageswaragunupudi
Wed Dec 09, 2020 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 15.03: Pivot Tables (New feature) - Usage
Replies: 14
Views: 2902

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

... cColFld, n + 4  ) )   endif   AIns( aPivot, 1, aHead,  .t. )  // Make 1st row the Header Row   aPivot[ 1, 1 ] := "PIVOT:" + aPivot[ 1, 1 ] + ':' + cColFld   // The above enables XBrowse to detect that the array is Pivot Arrayreturn aPivot 
by artu01
Wed Dec 09, 2020 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 15.03: Pivot Tables (New feature) - Usage
Replies: 14
Views: 2902

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

...  AIns( aPivot, 1, aHead,  .t. )  // Make 1st row the Header Row   aPivot[ 1, 1 ] := "PIVOT:" + aPivot[ 1, 1 ] + ':' + cColFld   // The above enables XBrowse to detect that the array is Pivot Arrayreturn aPivot//----------------------------------------------------------------------------//function ...
by nageswaragunupudi
Wed Dec 09, 2020 6:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 15.03: Pivot Tables (New feature) - Usage
Replies: 14
Views: 2902

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

Master, thank you for your response but i get the same error show you the file error.log Application =========== Path and name: C:\Programa Contabilidad\ver6\factuhv20\pivotado.exe (32 bits) Size: 3,827,200 bytes Compiler version: Harbour 3.2.0dev (r1703231115) FiveWin version: FWH 17.12 C compiler ...
by artu01
Wed Dec 09, 2020 2:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 15.03: Pivot Tables (New feature) - Usage
Replies: 14
Views: 2902
Next

Return to advanced search