I seem to be getting a major headache from trying to figure this out and so I thought I'd reach out to the forum's resident brain trust.
I am trying to create a rule that will look at an attribute and use it as a reference for what value to use as a "target." I have posted the rule and the corresponding feeders below. However, I have a major issue. The value for the "target" shows up at all levels below level 2... and I can't figure out why.
All help would be appreciated.
Code: Select all
SKIPCHECK;
['Target'] = DB('Requirement', !Cycles, !Versions, !Stages, ATTRS('Functions',!Functions,'Target'), !Fiscal Years, !Functions, !Installations, !Requirements Measures);
FEEDERS;
['Target COL'] =>DB('Requirement', !Cycles, !Versions, !Stages, ATTRS('Functions',!Functions,'Target'), !Fiscal Years, !Functions, !Installations, 'Units');
['Target COL'] => DB('Requirement', !Cycles, !Versions, !Stages, ATTRS('Functions',!Functions,'Target'), !Fiscal Years, !Functions, !Installations, 'Cost');