Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
varaprasad0816
Creator II
Creator II

How to convert SQL crystal query into Qlikview

Ho to convert below SQL crystal query into Qlikview Data Model.

FROM (((((("Sabre GLBL Inc"."Sabre GLBL Inc.User" "User_CaseOwner"
INNER JOIN
"Sabre GLBL Inc"."Sabre GLBL Inc.Case" "Case"
ON "User_CaseOwner.Id"="Case.OwnerId")

 

Regards,

Vara

Labels (1)
2 Replies
varaprasad0816
Creator II
Creator II
Author

Below script is actual script.

 

Ho to convert below SQL crystal query into Qlikview Data Model.

FROM (((((("Sabre GLBL Inc". "Sabre GLBL Inc". "User" "User_CaseOwner"
INNER JOIN
"Sabre GLBL Inc". "Sabre GLBL Inc". "Case" "Case"
ON "User_CaseOwner.Id"="Case.OwnerId")

 

Regards,

Vara

Brett_Bleess
Former Employee
Former Employee

Vara, there is no need to convert things, simply use the DSN you have for the DB and use the Connect function in our load script to make the DB connection and then use the Select function to make your selections etc.

Here are some Help links with further details:

https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Edit_Script_dia...

Actually, just this one link puts you in the place where you can get all the info regarding how to setup things from what I can see...  Shout if you have further questions.

Here is a Design Blog post on Data Modeling as well that may be of some further help:

https://community.qlik.com/t5/Qlik-Design-Blog/Data-Modelling-Clarity-vs-Speed/ba-p/1473644

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.