Page is a not externally linkable
Dijkgraaf - 8:11 pm on Dec 19, 2011 (gmt 0)
The problem was that you had the following only in the select.
IF(SUBSTRING(ip.Item, 4, 4)="Room","Room",ip.Item) AS Item'
If you wanted everything with Room grouped you would also have needed that logic in the group by statement as that occurs before the select does.