I have a 5-segment account number, like so: XX-XX-XXX-XXXXX-XXXXXX.
I have a common Row Definition that's used by multiple reports. In my Row Definition, I have a fully-qualified account number on a row (for example, 01-30-456-55555-000000).
One of the versions of the report should only include accounts that start with '01-10-123-', and nothing else.
To accomplish this, I've defined a tree with a dimension like so: 01-10-123-?????-?????.
However, when I run the report, it includes account 01-30-456-55555-000000, which is outside the wildcard range I specified in the tree.
Is that normal behavior, for fully-qualified row dimensions to override the tree specification?