![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
my dimesion works fine when browing data and the cube also works fine. but when using 'Source Table Filter': "Tbl_Dim_Stae"."state"<>"MA" but doesn't work. got error: unable to browse the dimesion 'Dim_dm_state'. Table 'Tbl_Dim_Stae' is not found in the from cause. the table is there. any clues? thanks. |
#3
| |||
| |||
|
|
Just a quick guess...is it because you mis-spelled "Tbl_Dim_State" as "Tbl_Dim_Stae?" "urgent" wrote: my dimesion works fine when browing data and the cube also works fine. but when using 'Source Table Filter': "Tbl_Dim_Stae"."state"<>"MA" but doesn't work. got error: unable to browse the dimesion 'Dim_dm_state'. Table 'Tbl_Dim_Stae' is not found in the from cause. the table is there. any clues? thanks. |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
my dimesion works fine when browing data and the cube also works fine. but when using 'Source Table Filter': "Tbl_Dim_Stae"."state"<>"MA" but doesn't work. got error: unable to browse the dimesion 'Dim_dm_state'. Table 'Tbl_Dim_Stae' is not found in the from cause. the table is there. any clues? thanks. |
#6
| |||
| |||
|
|
Try running a SQL Profile session when you try to browse the data. It could be that AS is already adding the table name to the where clause and it is getting in there twice. SQL Profiler should let you see the exact statement that is hitting the relational database. -- Regards Darren Gosbell [MCSD] dgosbell_at_yahoo_dot_com Blog: http://www.geekswithblogs.net/darrengosbell |
#7
| |||
| |||
|
|
Hi, I've had a smilar problem. Try prefixing the table name with dbo. like... dbo.Tbl_Dim_State.state<>"MA" and also drop the quotes around everything apart from the "MA" bit. Ta Paul "urgent" wrote: my dimesion works fine when browing data and the cube also works fine. but when using 'Source Table Filter': "Tbl_Dim_Stae"."state"<>"MA" but doesn't work. got error: unable to browse the dimesion 'Dim_dm_state'. Table 'Tbl_Dim_Stae' is not found in the from cause. the table is there. any clues? thanks. |
![]() |
| Thread Tools | |
| Display Modes | |
| |