Board index » delphi » How can I make this?

How can I make this?

Quote
>I have to convert de previous table in this form:

>Date:    01/02/01    02/02/01    03/02/01    04/02/01    05/02/01 06/02/01
>07/02/01    08/02/01 .................28/02/01
>----------------------------------------------------------------------------
>-----------------------------------------------
>Price:               0        258$        10$            0
>1500%               0        159$                36$

Your formatting is too screwed up to figure out what you want.

--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

 

Re:How can I make this?


Hi Roger,

I see your format are very special to do this automatic.
Have you tried to pass it to excel, or text file ?

Atentament,

Josep Maria Gomez Boada   josepmaria.go...@adparts.com
AD Parts

Roger <rmol...@doscontrol.es> escribi en el mensaje de noticias
3a9bd4f8$1_2@dnews...

Quote
> Hi!

> I have the next table:

> Price               Date                Type of price
> ---------------------------------------------
> 10$                    03/02/01        1
> 1500$                05/02/01        1
> 159 $                  07/02/01       1
> 258$                  02/02/01        1
> 36$                    08/02/01        1

> I have to convert de previous table in this form:

> Date:    01/02/01    02/02/01    03/02/01    04/02/01    05/02/01 06/02/01
> 07/02/01    08/02/01 .................28/02/01
> --------------------------------------------------------------------------
--
> -----------------------------------------------
> Price:               0        258$        10$            0
> 1500%               0        159$                36$

> I don't know if  it's possible with TQuery, TDecissionCube ....

> Thanks!

Other Threads