Maybe I need to clear something up - the O, R and T tables need to be produced under the Report Generation Assistant. It's either that or you need to find out which O, R and T tables were actually built with the same Objects and Aggregation Levels, as defined in the ETL Layout... But that depends on the naming conventions used within the Layouts...

OK - we could make the [i]assumption [/i] that your Tables (or Views) have the same naming conventions applied to them and use (for example):
T_415_Day contains the Date criteria for your Query. This would be based on DAILY Aggregations only, as the name suggests.
O_415_Day contains the Object criteria for your Query, used in DAILY Aggregation. This may be Route Points, Agents, Agents Groups, DN Gropus but it's not usually a mix of Object Types.
R_415_Day contains the Statistical data criteria of your Query, based on the Objects and DAILY Aggregations.
Next, all 3 tables need to be JOINed, in some way. In the Structure View, drag a JOIN between:
R_415_Day.ObjectID and O_415_Day.ObjectID
O_415_Day.TimeKey and T_415_Day.TimeKey
After that, you can drag the Object Fields, Statistics Fields and Time Fields you need into your Request Selection.
After that, you can apply the SQL to the Request Section and apply "=1" within the Limits of the Query... along with any other Limits for Objects, etc...
I think that should do it...

T