Pivot Table
Summary:
Hi,
I need help with a report format.
Object 1: Contains Question IDs
Object 2: Contains Question IDs and Response fields
We have a table that includes Questions and Responses. The Question ID and Response come from different objects,
so we implemented a join. Whenever the Question IDs match, we display the corresponding Question and Response. For this, we used CASE statements.
However, when the Question IDs do not match, we are getting blank spaces in the output, as shown below:
Additionally, we have 14 Questions and their respective Responses. Displaying each record in the current table format makes it very lengthy and hard to read. |
0