![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| Drillthrough is an operation in which an end user selects a single cell |
#3
| |||
| |||
|
|
You need to do multiple drill-through's with AS 2000: http://msdn.microsoft.com/library/de.../en-us/olapdma d/agdrillthrough_8583.asp Drillthrough is an operation in which an end user selects a single cell from a regular, virtual, or linked cube and retrieves a result set from the source data for that cell in order to get more detailed information. ... Drillthrough is not supported for cells that have values based on expressions such as calculated member cells or ones that are associated with custom member formulas. This includes cells that display values for the level members of a mining model dimension. ... - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#4
| |||
| |||
|
| DRILLTHROUGH MAXROW 5000 SELECT FROM mycube WHERE [Sites].[All |
#5
| |||
| |||
|
|
Hi Aaron, What I meant was that, with AS 2000, you have to issue 2 separate DrillThrough queries and then merge the results. There are more drill-through options with AS 2005: DRILLTHROUGH MAXROW 5000 SELECT FROM mycube WHERE [Sites].[All Sites].[USA], [Products].[All Candy] -- And -- DRILLTHROUGH MAXROW 5000 SELECT FROM mycube WHERE [Sites].[All Sites].[Can], [Products].[All Candy] - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#6
| ||||
| ||||
|
|
Are there any functions to merge the resultset in MDX? |
|
If not, i can write my own routine to do it...but it probably wont be as efficient as a build-in function.. |
|
AS 2005 will be able to do the queue? but is AS2005 still under beta? Are there anyway i can get a beta copy? |
|
Are there any functions to merge the resultset in MDX? If not, i can write my own routine to do it...but it probably wont be as efficient as a build-in function.. AS 2005 will be able to do the queue? but is AS2005 still under beta? Are there anyway i can get a beta copy? Thanks. "Deepak Puri" wrote: Hi Aaron, What I meant was that, with AS 2000, you have to issue 2 separate DrillThrough queries and then merge the results. There are more drill-through options with AS 2005: DRILLTHROUGH MAXROW 5000 SELECT FROM mycube WHERE [Sites].[All Sites].[USA], [Products].[All Candy] -- And -- DRILLTHROUGH MAXROW 5000 SELECT FROM mycube WHERE [Sites].[All Sites].[Can], [Products].[All Candy] - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#7
| |||
| |||
|
|
Are there any functions to merge the resultset in MDX? As I know, there is not. If not, i can write my own routine to do it...but it probably wont be as efficient as a build-in function.. I agree with you. AS 2005 will be able to do the queue? but is AS2005 still under beta? Are there anyway i can get a beta copy? Very good idea! How about feedback this, as an enhancement request, to Microsoft directly? However, I guess there also occur another issues to be solved although it is planned. For example, different drillthrough settings on different partitions and executing drillthrough on cells from the different partitions. Then, separate result sets in different format will be required. (This is just my opinion) And... Express version is available. http://lab.msdn.microsoft.com/express/sql/ If you are a beta tester or subscriber to MDSN, you can download AS2005 beta fully. Although if not, you could get it at offline events, I guess. Ohjoo Kwon "Aaron" <Aaron (AT) discussions (DOT) microsoft.com> wrote in message news:40D06D2B-9E6E-4DC0-9A02-469884A4B29D (AT) microsoft (DOT) com... Are there any functions to merge the resultset in MDX? If not, i can write my own routine to do it...but it probably wont be as efficient as a build-in function.. AS 2005 will be able to do the queue? but is AS2005 still under beta? Are there anyway i can get a beta copy? Thanks. "Deepak Puri" wrote: Hi Aaron, What I meant was that, with AS 2000, you have to issue 2 separate DrillThrough queries and then merge the results. There are more drill-through options with AS 2005: DRILLTHROUGH MAXROW 5000 SELECT FROM mycube WHERE [Sites].[All Sites].[USA], [Products].[All Candy] -- And -- DRILLTHROUGH MAXROW 5000 SELECT FROM mycube WHERE [Sites].[All Sites].[Can], [Products].[All Candy] - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#8
| |||
| |||
|
|
Thanks Ohjoo. I tried to install the AS2005 express on my win2k box with AS2000 on it. It makes my AS2000 disappear....i have to uninstall AS2005 express to get my AS2k back. I will try to search for a full AS2005 beta somewhere.... Aaron "Ohjoo Kwon" wrote: Are there any functions to merge the resultset in MDX? As I know, there is not. If not, i can write my own routine to do it...but it probably wont be as efficient as a build-in function.. I agree with you. AS 2005 will be able to do the queue? but is AS2005 still under beta? Are there anyway i can get a beta copy? Very good idea! How about feedback this, as an enhancement request, to Microsoft directly? However, I guess there also occur another issues to be solved although it is planned. For example, different drillthrough settings on different partitions and executing drillthrough on cells from the different partitions. Then, separate result sets in different format will be required. (This is just my opinion) And... Express version is available. http://lab.msdn.microsoft.com/express/sql/ If you are a beta tester or subscriber to MDSN, you can download AS2005 beta fully. Although if not, you could get it at offline events, I guess. Ohjoo Kwon "Aaron" <Aaron (AT) discussions (DOT) microsoft.com> wrote in message news:40D06D2B-9E6E-4DC0-9A02-469884A4B29D (AT) microsoft (DOT) com... Are there any functions to merge the resultset in MDX? If not, i can write my own routine to do it...but it probably wont be as efficient as a build-in function.. AS 2005 will be able to do the queue? but is AS2005 still under beta? Are there anyway i can get a beta copy? Thanks. "Deepak Puri" wrote: Hi Aaron, What I meant was that, with AS 2000, you have to issue 2 separate DrillThrough queries and then merge the results. There are more drill-through options with AS 2005: DRILLTHROUGH MAXROW 5000 SELECT FROM mycube WHERE [Sites].[All Sites].[USA], [Products].[All Candy] -- And -- DRILLTHROUGH MAXROW 5000 SELECT FROM mycube WHERE [Sites].[All Sites].[Can], [Products].[All Candy] - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#9
| |||
| |||
|
|
Of couse I dont' know the spefic busines situation you're dealing with but we've had similar problems so we avoid as much as possible selecting more than one dimension value in the same dimension. That means we sometimes have to put extra fields into the dimension tables grouping these together so we in reports can select a dimension (another one - the grouping) and then do drill through. This drill will be done on all the grouped dimensions. Another way to go would be to do drillthrough in another tool than AS native drillthrough such as using AS actins to call a reporting services report. This should be able to be done using the current technology - as 2000 and rep s 2000. Have had this on my list for sometime - will soon find time to look at it. Several mentioned that this is an alternative to native drill through where you can have more control over what is supposed to be done. But I admit I haven't seen any cases. Aaron" <Aaron (AT) discussions (DOT) microsoft.com> wrote in message news:7F03C48B-E38C-4374-8DA6-912412B4C00A (AT) microsoft (DOT) com... Thanks Ohjoo. I tried to install the AS2005 express on my win2k box with AS2000 on it. It makes my AS2000 disappear....i have to uninstall AS2005 express to get my AS2k back. I will try to search for a full AS2005 beta somewhere.... Aaron "Ohjoo Kwon" wrote: Are there any functions to merge the resultset in MDX? As I know, there is not. If not, i can write my own routine to do it...but it probably wont be as efficient as a build-in function.. I agree with you. AS 2005 will be able to do the queue? but is AS2005 still under beta? Are there anyway i can get a beta copy? Very good idea! How about feedback this, as an enhancement request, to Microsoft directly? However, I guess there also occur another issues to be solved although it is planned. For example, different drillthrough settings on different partitions and executing drillthrough on cells from the different partitions. Then, separate result sets in different format will be required. (This is just my opinion) And... Express version is available. http://lab.msdn.microsoft.com/express/sql/ If you are a beta tester or subscriber to MDSN, you can download AS2005 beta fully. Although if not, you could get it at offline events, I guess. Ohjoo Kwon "Aaron" <Aaron (AT) discussions (DOT) microsoft.com> wrote in message news:40D06D2B-9E6E-4DC0-9A02-469884A4B29D (AT) microsoft (DOT) com... Are there any functions to merge the resultset in MDX? If not, i can write my own routine to do it...but it probably wont be as efficient as a build-in function.. AS 2005 will be able to do the queue? but is AS2005 still under beta? Are there anyway i can get a beta copy? Thanks. "Deepak Puri" wrote: Hi Aaron, What I meant was that, with AS 2000, you have to issue 2 separate DrillThrough queries and then merge the results. There are more drill-through options with AS 2005: DRILLTHROUGH MAXROW 5000 SELECT FROM mycube WHERE [Sites].[All Sites].[USA], [Products].[All Candy] -- And -- DRILLTHROUGH MAXROW 5000 SELECT FROM mycube WHERE [Sites].[All Sites].[Can], [Products].[All Candy] - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#10
| |||
| |||
|
| + iif(Parameters!pTime.Value = "All Time", "", |
|
Hi Michael, Could you explain little bit more on "using AS actions to call a reporting services report"? I am new in AS2k as well as report services, so i dont really understand how it can be done... Maybe you can tell me where to get more info/documents about report services with anaylsis service. Thanks. Aaron "Michael Vardinghus" wrote: Of couse I dont' know the spefic busines situation you're dealing with but we've had similar problems so we avoid as much as possible selecting more than one dimension value in the same dimension. That means we sometimes have to put extra fields into the dimension tables grouping these together so we in reports can select a dimension (another one - the grouping) and then do drill through. This drill will be done on all the grouped dimensions. Another way to go would be to do drillthrough in another tool than AS native drillthrough such as using AS actins to call a reporting services report. This should be able to be done using the current technology - as 2000 and rep s 2000. Have had this on my list for sometime - will soon find time to look at it. Several mentioned that this is an alternative to native drill through where you can have more control over what is supposed to be done. But I admit I haven't seen any cases. Aaron" <Aaron (AT) discussions (DOT) microsoft.com> wrote in message news:7F03C48B-E38C-4374-8DA6-912412B4C00A (AT) microsoft (DOT) com... Thanks Ohjoo. I tried to install the AS2005 express on my win2k box with AS2000 on it. It makes my AS2000 disappear....i have to uninstall AS2005 express to get my AS2k back. I will try to search for a full AS2005 beta somewhere.... Aaron "Ohjoo Kwon" wrote: Are there any functions to merge the resultset in MDX? As I know, there is not. If not, i can write my own routine to do it...but it probably wont be as efficient as a build-in function.. I agree with you. AS 2005 will be able to do the queue? but is AS2005 still under beta? Are there anyway i can get a beta copy? Very good idea! How about feedback this, as an enhancement request, to Microsoft directly? However, I guess there also occur another issues to be solved although it is planned. For example, different drillthrough settings on different partitions and executing drillthrough on cells from the different partitions. Then, separate result sets in different format will be required. (This is just my opinion) And... Express version is available. http://lab.msdn.microsoft.com/express/sql/ If you are a beta tester or subscriber to MDSN, you can download AS2005 beta fully. Although if not, you could get it at offline events, I guess. Ohjoo Kwon "Aaron" <Aaron (AT) discussions (DOT) microsoft.com> wrote in message news:40D06D2B-9E6E-4DC0-9A02-469884A4B29D (AT) microsoft (DOT) com... Are there any functions to merge the resultset in MDX? If not, i can write my own routine to do it...but it probably wont be as efficient as a build-in function.. AS 2005 will be able to do the queue? but is AS2005 still under beta? Are there anyway i can get a beta copy? Thanks. "Deepak Puri" wrote: Hi Aaron, What I meant was that, with AS 2000, you have to issue 2 separate DrillThrough queries and then merge the results. There are more drill-through options with AS 2005: DRILLTHROUGH MAXROW 5000 SELECT FROM mycube WHERE [Sites].[All Sites].[USA], [Products].[All Candy] -- And -- DRILLTHROUGH MAXROW 5000 SELECT FROM mycube WHERE [Sites].[All Sites].[Can], [Products].[All Candy] - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
![]() |
| Thread Tools | |
| Display Modes | |
| |