There is a ShiftSchedule Information Register and it have Shift and Cashier.I want to show Cashier and Total Hours but Hour is not available in Information Register.How can I do this.
The Shift dimension of the ShiftSchedule information register is a reference to the Shifts catalog. This catalog contains Start and Finish attributes. These attributes show when each shift starts and finishes. The finish time minus the start time gives you the duration of the shift.
I have solved the Task4 in 5.Module.It looks like true but system says it not completed.I didn't use Having,maybe it is the problem.I didn't understand why must I use "having".
Your solution is clearly incorrect. For example, when you set the "Total is greater then" to 0, the total for Beef Ribs is 135. But when you set it to 100, the total for the same product is 120. This filter setting has to filter out some rows from the output. Instead, it changes the result of the SUM calculation.
Looks like you don't really get the difference between WHERE and HAVING clauses.
Please, re-watch and episodes of the course once again.
Mesut, this task does not ask you to use the CAST function. By using CAST you decreased the precision of your query output and get the wrong result. Just get rid of all CAST functions in the query text, and it should start working.