Skip to content

Instantly share code, notes, and snippets.

@alexey-kar
Created January 23, 2018 18:37
Show Gist options
  • Save alexey-kar/6595fbc2a26cedb12184ce80a71e3b5e to your computer and use it in GitHub Desktop.
Save alexey-kar/6595fbc2a26cedb12184ce80a71e3b5e to your computer and use it in GitHub Desktop.
SELECT * FROM OPENQUERY([SSAS_DashboardCRM_MCART],
'SELECT
{[Measures].[Долг Руб], [Measures].[Долг Руб Проср]} ON COLUMNS
FROM [DashboardCRM]
WHERE ([UserLogin].[Parent Login].&[\\RUSKLIMAT\varivoda_i])
')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment