I have a project resource allocation table. In this table, project managers can go in and allocate resources to projects. Each resource has a primary discipline (i.e., Design, QA, etc.). However, project managers can request them for work outside of their primary discipline, which is another field in the table. The table contains a primary discipline field (which is the default for reporting purposes) and a secondary discpline field. I want the resource to be listed under their secondary discipline only if this field if "true." Otherwise, they'll automatically be listed under their primary on the report. Is there an expression that would accomplish this?