Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
is it possible to create a connection with QlikView 9 to SQL cube and create MDX query?
On QlikView 11 it works. But if I replicate the connection to SQL cube and the MDX query on QlikView 9 script, it doesn't work!
It is a limitation of QlikView 9 or the syntax in QlikView 9 is different from QlikView 11?
Thanks all.
Hm, last time working with version 9 I think we used openrowset.
here's a thread on the topic:
I have seen the topic, but i don't understand how I can create the connection to the SQL cube. What provider I have to use?
I use this code in the script, but nothing
CONNECT TO [Provider=SQLOLEDB.1;Integrated
Security=SSPI;Persist Security Info=True;Initial Catalog=KPIManagement6;Data
Source=ensv1hsi.eni.pri;MDX Compatibility=1;Safety Options=2;MDX Missing Member
Mode=Error];
SQL SELECT * FROM OPENROWSET
('MSOLAP.4',
'Provider=MSOLAP.4;Integrated
Security=SSPI;Persist Security Info=False;Data Source=ensv1hsi.eni.pri;Initial
Catalog=KPIManagement6;',
'SELECT
( [Measures].[RowCount])
)