Reporting Text help for multiple IF statements in a column.
I am trying to create a custom calculation in a column on a report that will pull in specific custom form fields based on the value of another custom form field.
To better explain, we have data flowing into one custom form through an integration that is housing deliverable data for everything that is related to the estimate. We open up one project per deliverable so need to be able to only show the information relevant that one deliverable.
Current use case: We have information flowing down for up to four emails, but I want to creative a custom dashboard that can be part of users layouts on the project view that will only pull in the data relative to the email this project is for. So I am trying to get a text mode that will say IF custom form field Group equal Email 1 show Email 1 Versions, IF custom form field Group equal Email 2 show Email 2 Versions, IF custom form field Group equal Email 3 show Email 3 Versions, IF custom form field Group equal Email 4 show Email 4 Versions, IF custom form field Group equal Email 5 show Email 5 Versions. I have about 20 custom fields that will change out for Email 1 Versions, but I believe the text mode would stay the same within each column.
Does anyone know if this possible?