Interviewer - Server Admin > Customizing UNICOM Intelligence Interviewer - Server Admin > Activity configuration files > Activity interface documents > MustMatch element > ShowInterviewApps and ShowTableApps
 
ShowInterviewApps and ShowTableApps
One of the most common uses of MustMatch is to hide interviewing activities when the user is working on an analysis project, and to hide tabulation activities when the user is working on an interviewing project. You use the ShowInterviewApps and ShowTableApps properties for this.
If ShowInterviewApps is True then the UNICOM Intelligence Interviewer - Server Admin activities are displayed in the activity list. If the property is False these activities will be hidden.
If ShowTableApps is True then the UNICOM Intelligence Reporter activities are displayed in the activity list. UNICOM Intelligence Interviewer - Server Admin sets the values of these properties automatically when you create a new project.
Here is a MustMatch element that displays the current activity only for projects whose ShowInterviewApps property is True:
<MustMatch>
  <Project>
    <Property name="ShowInterviewApps"
              datatype="boolean">True</Property>
  </Project>
</MustMatch>
See also
MustMatch element