Hi Kenneth,
The query ends up using a collection of tables/queries that are not connected via a relationship/join.
[Report Tables].[Dim_Rpt_Minutia],
[Report Entry Tables].[Dim_Rpt_Entry_Custom_Lang],
[Report Entry Tables].[EXPENSE_Dim_Expense_Type_Lang],
[Report Entry Tables].[Fct_Expense_Journal],
[Report Entry Tables].[FCT_EXPENSE_JOURNAL Dim_Attendee_Type_Lang],
Query3,
Query2
It seems that the query in question pulls data from the model as well as from other queries in the report.
There is no way to create a relationship from querySubjects/tables in the model with Queries in the report. Instead you would create a Query in the report that references querySubjects in the model that are related, call it for example QueryABC. Then you would relate that QueryABC to either Query3 or Query2 or one of the queries that Query3 or Query2 depend on.
When relationships are missing the implied relationship would be a crossjoin, which is acceptable in only a very few limited cases.
Hopefully this explanation sheds a bit more light on this issue.
// Henk
------------------------------
HENK CAZEMIER
------------------------------