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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
hopkinsc
Partner - Specialist III
Partner - Specialist III

Trying to create a new field from 2 joined tables

Hi,

I have joined 2 tables :

SET cFileName = $(vcGlobalQVD)SubCat.qvd;
IF QvdCreateTime('$(cFileName)') >= 0 THEN
SubCat:


LOAD [Sub Cat],
          Cat,
         [Retail Commodity Group]
       
FROM $(cFileName) (qvd);
ENDIF

SET cFileName = $(vcGlobalQVD)Category.qvd;
IF QvdCreateTime('$(cFileName)') >= 0 THEN
Category:


Join LOAD Cat,
                [Cat Name],
                Dept
    
FROM $(cFileName) (qvd);
ENDIF

But now i want to create a new field using     [Retail Commodity Group] from the top table, and  [Cat Name] from the bottom table and name the new field [Retail C.G.]

I have no idea how to create a new field from 2 tables...

Any help would be great.

Thanks

Chris

3 Replies
pho3nix90
Creator II
Creator II

Hi hopkinsc,

Have you tried a resident load? then jst a simple

[Retail Commodity Group] &  [Cat Name] as [Retail C.G.]

Or am I missing your question?

Not applicable

Ich werde ab 05.09.2011 nicht im Büro sein. Ich kehre zurück am

23.09.2011.

Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten.

Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Verwertung des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt.

Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank!

Not applicable

Ich werde ab 05.09.2011 nicht im Büro sein. Ich kehre zurück am

23.09.2011.

Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten.

Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Verwertung des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt.

Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank!