Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

match two tables

Hi please help me,

i have two tables

1.  Date/KST/value

   

2. KST/value

the Problem is that in table 2 are only value from exact one KST (1747)

and in table 1 this KST exist with the sum of table 2

my Problem is to create a Pivot in which the rows of the table 2 are shown in teh same column like the other values from table 1 kst

hope u can help me


Labels (1)
12 Replies
Not applicable
Author

ok can u say how i can load the table 1 without the KST 1747 ?

puttemans
Specialist
Specialist

After the load statement, you add a where-clause :

FROM .....

WHERE KST <> 1747;

Not applicable
Author

thanx a lot