Viewing 5 posts - 1 through 5 (of 5 total)
thank you it worked , i was struggling with the case statement
April 8, 2020 at 5:29 pm
September 29, 2017 at 9:09 am
This is the full query
USE DDS_QA
DECLARE
@Dimension_Type varchar(100),
@DBID varchar(10),
@code nvarchar(max),
@Canbedeleted INT = '',
@dependent INT = '' ,
@TableID varchar(100),
@Dimension_TypeList...
July 20, 2017 at 9:52 am
DECLARE
@SourceDBName varchar(100),
@code nvarchar(max),
@RunTimequery Nvarchar(max) ,
@TABLE_NAME varchar(100) ,
@Database_Name varchar(100) ,
@seriescode varchar(100),
@sqlCommand nvarchar(1000) ,
@sqlstatment nvarchar (max)
SET @SourceDBName = 'WDI...
July 13, 2017 at 9:10 am
Hi
My current time dimension is yearqauater something like 1998Q1
The mdx query is not working
May 18, 2017 at 8:00 am
Viewing 5 posts - 1 through 5 (of 5 total)