Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview can query from SSAS data mining structure via DMX

Hi ,

After creating data mining structure in SSAS , i connect to it with msolap provider and i query the structure (microsoft clustring ) with DMX language. I specify sql before my dmx query :this is the query :

load *;

SQL select FLATTENED [Id Client]

from [rfm ].CASES

where ISINNODE('003');

Don't forgot FLATTENED CLAUSE , it make the result on Tabular format . What do you think about it ?? GREAATTTTTTt

0 Replies