Viewing 11 posts - 1 through 11 (of 11 total)
Yes, i knew about the option, and enabled it.
still m getting the same error.
i just want to create the set of measures (Normal as well as Calculated) and then create...
February 10, 2009 at 5:47 am
Hi Dirk,
Thanks for your update and suggession.
I tried using the givem function to create a calculated member, but still I am getting no value for the same.
Follwing is my query...
February 9, 2009 at 10:15 pm
Wel these are my two queries where dimensions in the row axis are different rest is same
WITH
MEMBER [Measures].[v1] AS '( -1 * [Measures].[Value] )/1000'
SELECT
([Measures].[v1]) ON COLUMNS,
NONEMPTY([Product].[Prod_L03_Business_Unit_PNL_Items].MEMBERS)DIMENSION PROPERTIES MEMBER_CAPTION,...
January 12, 2009 at 9:19 pm
Its a correlated sub query, and i have gone through may site which says corelated syb queries work very slow.
is tht true??
guide me
December 11, 2008 at 11:38 pm
USE [COI_AppDB]
GO
/****** Object: Table [dbo].[COI_OSB_WINDOWS_FactData] Script Date: 12/10/2008 19:23:16 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[COI_OSB_WINDOWS_FactData](
[Scenario_MemberId_Label] [nvarchar](40) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[Time_Month_Label] [nvarchar](40) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,
[Allocation_MemberId_Label] [nvarchar](40) COLLATE...
December 10, 2008 at 6:56 am
Hi,
is there any other way to write the following query??
SELECT
'D_Account' AS SourceName
, 'Dimension' AS SourceType
, Fact.Account_MemberId_Label AS MissingLabel
, Fact.Datasource_MemberId_Label AS DataSource
, Fact.Scenario_MemberId_Label AS Scenario
, sum(Fact.[Value]) AS [Value]
FROM dbo.COI_OSB_WINDOWS_FactData Fact
WHERE...
December 10, 2008 at 6:51 am
EACH GROUPING HAS DIFFERENT COLUMN IN IT
December 8, 2008 at 2:30 am
Hi Arup,
wel can we do something instead of NOT EXIST
Thanks for the grouping trick
December 8, 2008 at 2:12 am
Hi Gail,
The inner query contains different tables
December 8, 2008 at 2:10 am
Hi Andras,
Thanks for your spontaneous reply, it was really kind of you.
I tried your query in sql 2005 it was woring fine over there.
Is it possible in...
August 21, 2008 at 1:03 am
Viewing 11 posts - 1 through 11 (of 11 total)