Hello, I'm trying to see data in my OLAP cube by ascmd utility. As input I put a MDX query, but only what I have as output (in command line) is a XML file. I tried to use -Tf text and -Tf csv parameters, but they don't work in the way I think they should (I have a XML on output all the time). I want to have on my output something like this www.pinaldave.com/download/sqlcmd4.gif -- Is it possible to get text output in ascmd (as it is in sqlcmd)?
Thanks for help. Best Regards.
PS. syntax I use: ascmd.exe -S Servername -d Database -i query.mdx -Tf csv -o output.csv