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

missed attribut (hive-qlikview)

Hi

I have two tables and I executed a join query on them.

INSERT OVERWRITE TABLE C SELECT A.MSI, B.CELLID, B.DATE, B.HEURE, A.TYPE, A.TM, A.MONTANT FROM A JOIN B ON (A.MSI=B.MSI);

i can see the result table when i query

"show tables;"  : OK

"describe C" : all the attributes are listed.

But inside qlikview, I see only the two attributes MSI and CELLID.

any idea?

(ps:I don't want to join them inside qlikview)

Thanks.

0 Replies