Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Then, Share me the query in SQL Server. We may convert into Qv as your manner
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?
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