-
-
Save alexey-kar/fdad9718795df5a094f126c0c44087a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * FROM OPENQUERY([SSAS_DashboardCRM_MCART], | |
'SELECT | |
NON EMPTY [Сотрудники].[Сотрудник].[Сотрудник] ON ROWS, | |
{[Measures].[Оборот план], [Measures].[Оборот факт]} ON COLUMNS | |
FROM [DashboardCRM] | |
WHERE ([Даты].[ГМ].[Месяц].&[2017411], [UserLogin].[Parent Login].&[\\RUSKLIMAT\\varivoda_i])') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment