How do I extract members from a member set individually? I need to extract the members one by one from memberset and use tuple functions to calculate a value and produce the output for each member in different pages?
Please help me Dimensional Reporting Gurus.
Thanks
Hello Dimensional Gurus (Cognos Paul, MFGF and others), I am aware that I can use currentMember function to navigate within the hierarchy but how do I navigate the memberset? Extracting members one by one from memberset for calculation (like a loop)
Assuming your set is members from the same hierarchy, the currentMember([Hierarchy]) expression should allow you to reference each member from the set as it is rendered in the crosstab/chart.
Cheers!
MF.