次の方法で共有


Format MDX & DAX: web service for formatting is available

Hi.

I created a simple web-service that formats MDX or DAX query into plain text, Rtf or Html. The address of the web-service is https://formatmdx.azurewebsites.net/formatter.asmx.

All the methods of the web-service are listed below.  There are 2 flavor of every method - without custom settings(=with default settings) or with custom settings.

  • FormatAsHtml
  • FormatAsHtmlWithSettings
  • FormatAsPlainText
  • FormatAsPlainTextWithSettings
  • FormatAsRtf
  • FormatAsRtfWithSettings

Enjoy!

Nick

Comments

  • Anonymous
    May 16, 2012
    I`d used tool olappivottableextend.codeplex.com, there is MDX formatting using this service. I have a bug: Dimensions named by russian, incorrect returns. For example:  Original name = ({[Дата документа].[Календарь ГМД].[All], after formatting = [Äàòà äîêóìåíòà].[Êàëåíäàðü ÃÌÄ].[All]. There is incorrect encoding. I think better using Unicode codepage
  • Anonymous
    May 16, 2012
    Sorry, i`ve test now FormatAsPlainText - All correct. I think is another problem
  • Anonymous
    May 17, 2012
    This is not an encoding problem.  This is a problem of the font - it does not know how to draw cyrilic symbols.  Try setting Russian as dispay language.
  • Anonymous
    April 17, 2013
    The comment has been removed
  • Anonymous
    June 28, 2015
    I am creating a small utility and would like to consume your webservice. I hope its fine with you. Thanks in advance.