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: 
Not applicable

Problem with Diogram choose!!!

Hi, Guys!
I need your help for solving one task!
The Task: Display the information about Employees, Offices and Sales which in Last month were sold better then in previous. (Graphically)

I know the solution of this Task in SQL-Server, but in QV I can't understand how to show it in diagram and which diagram I should choose for this type of data.

3 Replies
Anil_Babu_Samineni

Then, Share me the query in SQL Server. We may convert into Qv as your manner

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Not applicable
Author

Actually, I'm not sure which columns I should to select. May be I didn't understand the Task at all.
There should be something like that:
Select [Employyes].[FullName], [Officess].[OfficeName], [Sales].[SalesDate] FROM Sales Left Join ...  WHERE ... (Here should be the conditions for Months)???

Am I right?

Anil_Babu_Samineni

Assume, This helps you and make sure, You can use joins directly here as per your need

Do you Qualify?- How to use QUALIFY statement

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful