Viewing 15 posts - 1,321 through 1,335 (of 1,839 total)
Hi Aneal,
Are you able to test the following (basically the same mdx) against the Foodmart2000-Sales cube? If this works then the issue is related your cube rather than the mdx. ...
July 19, 2005 at 6:05 pm
So using the query below, and changing the year to the specified year(I set it to 2003), the sample app returns the correct row count but SSRS doesn't?
WITH
July 19, 2005 at 1:08 am
NonEmptyCrossjoin(«Set1»[, «Set2»...][, «Crossjoin Set Count»])
The NonEmptyCrossjoin function returns the cross product of two or more sets as a set, excluding empty tuples or tuples without data supplied by underlying fact...
July 19, 2005 at 12:46 am
As a first run answer I'd say that the combination of the dimensions being crossjoined is excluding your records. Have you run up the possible queries (in say MDX sample...
July 18, 2005 at 11:40 pm
Have you tried just creating the site, creating two new virtual directories (Reports and ReportManager) and point them to the same directories as the existing ones (on the default web)...
July 18, 2005 at 7:37 pm
Can you post the query string that you're using? ie the dynamic MDX with parms included.
July 18, 2005 at 7:33 pm
Have you tried using the currentmember in the calculated member rather than explicitly naming the member? This still works for me (naming the member) but when returning >1 dimension mmbers...
July 18, 2005 at 5:22 pm
Immy,
I'm guessing you're referring to having your repository in MSAccess. To get it into MSSQL, right click on the AS server within Analysis Manager and select the Migrate Repository option. ...
July 17, 2005 at 8:23 am
Possibly the InScope function could help.
July 14, 2005 at 6:32 pm
A few things you can try. The following is soem MDX that works for me (i translated back to your dim & measure names). Alternatively, you can try out the...
July 14, 2005 at 5:52 pm
I've done something similar when using a flawed join strategy for building the cube. Have you got processing logging turned on? If not, turn it on and capture the SQL...
July 14, 2005 at 5:36 pm
I'm not really following where the second IIf statement comes in, or the "abc' bit, but if you're looking to clean up the nested "If's" a little, you could try...
July 13, 2005 at 10:18 pm
Just a quick note on his article, if you follow it to the letter. To save you pulling out lrge clumps of hair (as I did), if you have *any*...
July 13, 2005 at 9:18 pm
I used a similar approach to that described in Bill Pearsons article (here) and use these templates almost every day.
re: the images, i stored them within the report...
July 13, 2005 at 9:15 pm
Have you tried to add a distinct count of Profit Centres that have Service_Days >= 0 ?
If you can add this then it can be:
i) hidden from users (ie set...
July 13, 2005 at 9:05 pm
Viewing 15 posts - 1,321 through 1,335 (of 1,839 total)