In order to filter a queryview I added a LookupInfo codetable to the OutputField. The codetable returns all values including inactive ones regardless of the IncludeInactive settings. It works correctly for formfields, but not OutputFields. Has anyone run into this and is there a fix?
<OutputField Name="STEWARDSHIPTYPE" Caption="Stewardship Type" DataType="String" >
<LookupInfo IDField="TYPECODEID">
<CodeTable CodeTableName="STEWARDSHIPRECIPIENTTYPECODE" IncludeInactive="false" />
</LookupInfo>