Viewing 15 posts - 1,561 through 1,575 (of 1,839 total)
i can't remember all ofthe conditions, but i think it centers on having shared dims and unique lowest level members in dims, so if you have these, go to the...
January 11, 2005 at 7:47 pm
It could have to do with the formula but I'm not sure why.
A really quick thing, unless prototyping I would *always* create a seperate Time dimensional table, mainly because I...
January 11, 2005 at 7:28 pm
Just looked at your metadata query versus mine, why is your time dimension doing a datepart of 'day' for the year level keys?
What is the key and name formula for...
January 11, 2005 at 5:12 pm
Just recreated as per yuor specs, drillthrough from within AM works fine and using the spreadsheet/macro as supplied by MP I can't get it to fault??
SET FMTONLY ON select "dbo"."vw_pub_test"."stor_name",DatePart(year,"dbo"."vw_pub_test"."ord_date")...
January 11, 2005 at 5:07 pm
it doesn't close the function call? interesting!
Just out of interest, what are the key and name settings for your month level in the t dimension?
January 10, 2005 at 3:50 pm
Not saying it's the best way, but the last time I saw someone attempt this, they created the member placeholders outside of the model (ie in your source, possibly use...
January 6, 2005 at 3:39 pm
it's really reeking of a bug now isn't it? yeah, my first parent category(ie under which months are nested) does have a full complement of months even though subsequent ones...
January 6, 2005 at 3:36 pm
You could try adding the key field as member property to th month level, the change your query to use the hierarchisize (spelling?) function, which will let you effectly nest...
January 5, 2005 at 10:21 pm
sorry (duh) yep, it's the order() fn. Wrt the fn, you'll obviously not want to break the hierarchy (ie don't use Bdesc or Basc) and if you have a numeric key...
January 4, 2005 at 4:42 pm
You'll want a 'sort' (which does the 'order by' in mdx). Are the members in the correct order when browsing the dimension using Analysis Manager? If not, you should sort...
January 3, 2005 at 8:56 pm
Definitely. Look in BOL in the index under DSO, subtopic of databases. You'll find sample script like below...
Private Sub CreateDatabase() Dim dsoServer As New DSO.Server ... January 3, 2005 at 8:53 pm
You're right re: the security.
On the slightly obscur side, when creating the connection (linked server) are/were there two different drivers for AS? (prob listed as OLE DB for OLAP...
December 12, 2004 at 7:08 pm
A very simplistic approach could be to create a second cube that uses the MailOut (ok, it's not called that but you know what I mean) table as a fact...
December 12, 2004 at 6:08 pm
neat find.... annoying but neat. ![]()
if you take a look at http://support.microsoft.com/kb/304213 , it indicates that you'll never get it to change from 15...
December 9, 2004 at 4:20 pm
I think this is a known limitation. Basically the row count is never updated - which is quite a big problem if you go about trying to recreate the aggs...
December 9, 2004 at 12:02 am
Viewing 15 posts - 1,561 through 1,575 (of 1,839 total)