I have 2 fields in my report with the following criteria in the "select expert"
{tvw_CustomAccountFieldData.CustomFieldLabel} in ["Date Site Survey Complete", "Digital Ports Available", "Phone Software Level", "Phone System Type", "VoiceMail Software Level", "Voicemail System Type"]
and
{tvwr_CustomCategories.CustomFieldCategoryName} in ["A - Remote Access Information", "Customer Site Survey Info"]
I need to be able to create parameters for each one of the CustomFieldLabel names above, and allow the user to select all of the CustomField Category Names that pertain to it.
For example - VoiceMail System Type (parameter)
user is able to select from the table all field names identified in either the "Remote Access Information" or "Customer Site Survey Info" category field name.
And, if the Remote Access Information field name is blank, then the report should return the result for the data from the Customer Site Survey Info field name.
Does anyone have any ideas?
{tvw_CustomAccountFieldData.CustomFieldLabel} in ["Date Site Survey Complete", "Digital Ports Available", "Phone Software Level", "Phone System Type", "VoiceMail Software Level", "Voicemail System Type"]
and
{tvwr_CustomCategories.CustomFieldCategoryName} in ["A - Remote Access Information", "Customer Site Survey Info"]
I need to be able to create parameters for each one of the CustomFieldLabel names above, and allow the user to select all of the CustomField Category Names that pertain to it.
For example - VoiceMail System Type (parameter)
user is able to select from the table all field names identified in either the "Remote Access Information" or "Customer Site Survey Info" category field name.
And, if the Remote Access Information field name is blank, then the report should return the result for the data from the Customer Site Survey Info field name.
Does anyone have any ideas?