Narrative View displaying blank rows
We are attempting to use a Narrative View to display a report in a certain format. Column 1 in the report is Custom Object 2's Name. We have a Case Statement on this column of CASE WHEN "Custom Object 2".Type = 'Type 1' THEN "Custom Object 2".Name END. Column 4 in the report is also Custom Object 2's Name. We have a Case Statement on this column of CASE WHEN "Custom Object 2".Type = 'Type 2' THEN "Custom Object 2".Name END. The Narrative View places column 1 in one of our tables and it places column 4 in another table.