Hi,
I have the following report requirement:
in rows I need FLOW, ACCOUNT and INTCO, in columns I need CATEGORY and TIME.
FLOW members are a fixed list (7 members)
ACCOUNT members should be a node with all descendents.
INTCO members should be one of two, depending on a property of the account. In our ACCOUNT dimension we have a property called PINTCO which is either Y or N for every account. If this property is Y the INTCO member should be I_SUM, if this property is N the INTCO member should be I_NONE.
This is what it should look like
My problem is, how do I get the INTCO member displayed correctly? The column showing the PINTCO property should not be on the report but is shown here to explain what I need. The list of accounts is the same for each FLOW member but is dynamic, so if we add a new account to the node Profit it needs to appear on this report. The columns are no problem.
Thanks,
Arnold