![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We have an application that issues passthrough SQL queries to an OLAP cube via a Linked Server. How can we specify a range of data in the SQL criteria(WHERE Clause) passed to the Cube? Ideally I would like to use the greater than and less than operators for a date range. Thanks Ryan |
#3
| |||
| |||
|
|
Create a view and then load AS from it rather than the original table. -- Dave Wickert [MSFT] dwickert (AT) online (DOT) microsoft.com Program Manager BI SystemsTeam SQL BI Product Unit (Analysis Services) -- This posting is provided "AS IS" with no warranties, and confers no rights. pj4u_73 (AT) hotmail (DOT) com> wrote in message news:1112718089.169288.147220 (AT) o13g2000cwo (DOT) googlegroups.com... We have an application that issues passthrough SQL queries to an OLAP cube via a Linked Server. How can we specify a range of data in the SQL criteria(WHERE Clause) passed to the Cube? Ideally I would like to use the greater than and less than operators for a date range. Thanks Ryan |
#4
| |||
| |||
|
|
Sounds interesting - in the view what would you put int he where clause ? A variable ? "Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote in message news:OCagof8OFHA.3512 (AT) TK2MSFTNGP15 (DOT) phx.gbl... Create a view and then load AS from it rather than the original table. -- Dave Wickert [MSFT] dwickert (AT) online (DOT) microsoft.com Program Manager BI SystemsTeam SQL BI Product Unit (Analysis Services) -- This posting is provided "AS IS" with no warranties, and confers no rights. pj4u_73 (AT) hotmail (DOT) com> wrote in message news:1112718089.169288.147220 (AT) o13g2000cwo (DOT) googlegroups.com... We have an application that issues passthrough SQL queries to an OLAP cube via a Linked Server. How can we specify a range of data in the SQL criteria(WHERE Clause) passed to the Cube? Ideally I would like to use the greater than and less than operators for a date range. Thanks Ryan |
![]() |
| Thread Tools | |
| Display Modes | |
| |