摘要:
另:15个经典的MDX查询语句另:http://www.cnblogs.com/biwork/p/3437959.html1.排名+排序+量值过滤:WITHmember [Measures].[排名] ASIIF (ISEMPTY ([终端销售数量]), NULL ,RANK ([货品].[品牌].... 阅读全文
摘要:
首先需要引入System.DirectoryServices.dllusing System;using System.Collections.Generic;using System.DirectoryServices;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { private static readonly string PATH = "WinNT://" + Environment.MachineName; /// ... 阅读全文