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