Viewing 15 posts - 121 through 135 (of 1,839 total)
They're language ISO codes, Italian is 1040, the full list is here
February 15, 2014 at 6:44 pm
Personally I'd go with the separate table approach "now". You know you're heading that way anyway, the overhead of introducing it now is minimal compared to how you're going to...
January 14, 2014 at 7:09 am
I would recommend Chris Webb (cwebbbi.wordpress.com). You know how people like to say "he wrote the book", well Chris did, or at least he co- authored MDX Solutions -...
November 26, 2013 at 4:41 am
Stefan - you are likely right on the money, see the Dunning-Kruger effect. Note the statement "Actual competence may weaken self-confidence, as competent individuals may falsely assume that others...
October 27, 2013 at 10:41 pm
Not really sure what the folks you're talking to locally mean by 'OLAP database'. To me, this would 'normally' indicate that you're talking abotu a database housed/running within an...
October 27, 2013 at 10:20 pm
So you *must* use SSMS or you are choosing to? Without having yor local machine connect (prior) to that domain, am not sure you'll be able to do this....
October 18, 2013 at 9:57 am
General, sweeping statement but 4GB is not enough memory for a server - especially a server with SQL AND SSAS. Please tell me you haven't got SSRS on there...
October 13, 2013 at 5:47 pm
There's a couple of reasons why you may not see (find) that property, the first one that comes to mnd is if your file is partiallly encrypted (typically done...
October 3, 2013 at 8:26 pm
It's not pretty, but you could always try something like this script to download the ml to a local drive then read it per the XMl task.
September 30, 2013 at 5:27 pm
for testing, why not increase the decimal places in your format string to see what numbers you're dealing with (and therefore why you're getting the styles applied). alternatively, just...
September 26, 2013 at 6:00 am
i think it's only classroom training at the moment for both 466 and 467. Kits will likely come out, may be end of year or next year though.
September 19, 2013 at 10:03 am
If the basic problem is that you're currently seeing
SUM (A) / SUM (B)
and you want to see
SUM (A/B)
then a measure expression should be able to be used...
July 24, 2013 at 6:23 am
Possibly a measure expression will help here but you may need to use more measures to achieve what you're chasing.
July 24, 2013 at 6:09 am
Yep, I misread what you are doing. So when you select just those two members on rows with the same measure, they return values but when you use them...
July 20, 2013 at 10:24 pm
Aggregate only works on measures. Take the aggregate function out of your calc member definition and simply make a new member that is (A , B) then refernece that...
July 20, 2013 at 10:15 am
Viewing 15 posts - 121 through 135 (of 1,839 total)