I'm looking for a way for the pivot control (respectively the OlapViewModel) to preload all members of a hierarchy. I've just written my own function that loops recursively through all members and calls the OlapViewModel's "FillMembers"-function, but that takes way too long for larger hierarchies.
Is there maybe a built-in functionality to let the class preload all the members?
BR,
Tristan
Drag a three level deep hierarchy ("All" + 2 levels) on your columns and call it's "AttachToProvider"-method. Expand the "All" member, uncheck one of it's children and after unchecking it expand it. You'll see that the node is uncheck but all it's submembers are still selected.
Tris
Hello Tris,
No, I'm not actually aware of it. It would be great if you give us some details about that.
Thanks.Plamen.
Even with the supplied bugfix the hierarchies logic is still broken. Are you aware of this? Or should I try to describe the problem to you?
Hi,
There was a SR released last week so I thinkg the next SR would be released after 3-4 weeks from now.
Best regards.Plamen.
Thank you very much for your quick result! In my example I want to write something like a "plug-in" for the filter control so I can only use the datasource that is already used by the control. Can you estimate when this fix will be included in a SR?
BR! Tris