For the following query: with member testVal as 0.1234 member testNormal as testVal member testPrepend as testVal, format_string=\"%##.00\"
I have an MDX query which returns the following tuples: Dim1A, Dim11, Dim21, Measure1A, Measure11, Measure21
Not sure if what I\'m trying to do is possible or if I need to change my data model. I have a dimension containing the different amouts a customer can loan so what I wan\'t to do is see the share of
I\'m using Analysis Services and when designing dimensions I\'m never sure how far to go to build natural hierarchies.
We are developed a custom MOLAP engine for live processing a large amount of data in process. And now we got a requirement to integrate SSAS with our system. Dimension\'s meta info and attributes data
Creating a report in Team Foundation Server(TFS) and my parameter is set as an array and I want to be able to displ开发者_JS百科ay this array. I want to be able to switch the array to a list and then
I\'m trying to ask to a cube on SQL Server 2008 wi开发者_如何学Pythonth a huge mdx query. This query contains more than 20 calculated members (defined on the query).
I\'m creating some reports in Visual Studio BIDS, out of our SQL Analysis Server 2008. The report works fine, and uses an MDX query with parameters. So far, so good.
I\'ve created a markdown extension file (called mdx_xxx.py) for a django project I\'m working on but I can\'t really decide where to put it.
I have an \"Actions\" cube. The dimensions are \"time\" and \"action ID\" and the measurements are \"number of actions\" and \"total time\" and a calculated measurement \"average action time\".