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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Error in Joining two tables

Good Morning to all,

I have a problem in joining the Fact table (QVFW) and Dimention table (Trend) the source which I am using is AS400.

I have tried as in the below but it throws error, is anyone can help how to join these two tables.


QVFW:
SQL SELECT 

OHHNUM,

OHHSUB

OHHLOC,

ORECOD

FROM S104F31D.DTA.REDFW6 Join S104F31D.DTA.REDFTR on REDFW6.OHHNUM=REDFTR.NUM and REDFW6.OHHSUB= REDFTR.SUB
;

Trend:
SQL SELECT

NUM

SUB

LOC

FROM S104F31D.DTA.REDFTR
;

Regards

Joe

0 Replies