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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
manoj217
Creator III
Creator III

Custom sql join

is it possible custom sql join in qlikview with multiple AND OR conditions can you please tell me with an example, I don't want the load statement in that

2 Replies
wdchristensen
Specialist
Specialist

You can load any valid SQL, so you can customize the join (inner, outer, left, right) however you want and then load that into Qlik. If that is not what you mean by "custom join" can you provide an example?

SQL

Select *

From A left outer join B on A.ID = B.ID and A.Type = B.Type OR A.GUI = B.GUI

where A.sales > 1,000 AND NOT B.cost < 10,000

Siva_Sankar
Master II
Master II

Manoj,

Custom SQL is not available in Qlikview unlike other tools(Tableau). So you can use the same SQL which you write for the databases. Whereas in other tool you dont have (Tableau) cant write same sql which you write in database.

-Siva