Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Please..
Can anyone suggest me the script to connect to OLAP cube.. I found below.. but m confused with name qualifier...that is bolded.
CubeData:
LOAD `[Measures].[Qty]` as Qty, `[Items].[Product].[Product].[MEMBER_CAPTION]` as Product;
SQL SELECT * FROM OpenQuery(LINKED_OLAP,'SELECT {[Measures].[Qty] } ON COLUMNS, { [Items].[Product].Members} ON ROWS FROM [CUBENAME]');
Regards,
Prajna
Perhaps NAVdiscovery (QlikView Toolbox for Dynamics NAV) can help you with your problems:
http://www.prisma-informatik.de/erp-blog/2014/01/qlikview-connector-fuer-microsoft-dynamics-nav/