Hello,
In my crosstab I have a dataitem as row with the total avec two members but nothing is visible... I dont understand
Hi,
How are you totalling the two members?
Is it something like:
1.aggregate(currentMeasure within set (set([memberA],[MemberB])) or
2. MemberA + MemberB
If it is option 2 is either of the members null as you may need to do a nullability test to sort that out.
Cheers
Rob
thanks RobsWalker68, it works with the nullability test.