Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Using data from a database with a spreadsheet *. csv to membership in QlikView?

Hi,

I am trying to concatenate the data from a table in my database with a spreadsheet *. csv to generate a *. QVD. The point is that I am not able to link the table field with the corresponding column in the worksheet and thus can not make the association records. Can anyone help me?

3 Replies
Not applicable
Author

could you post sample files

Not applicable
Author

SELECT CONTA,

              DT_ABE_CONTA,

              VL_LIMITE_UTILIZADO,

FROM CONTA_CARTAO;

---------------------

LOAD CONTA,

          CPF,

          SALDO,

          DIAS_ATRASO,

          DATA_ATRASO

FROM

Not applicable
Author

I did a select from my table and a load of my spreadsheet.