When I create a filter in a report, if the filter has options like: contains, starts with, equals etc, when I try to save the report, it gives en error 500
For example:
if I put Field - From Address - Contains - info
I get when I save:
Error 500
Invalid column name. Check the report parameters.
I do not have any errors with boolean fields or fields that have options : any of, is empty, none of etc.
Am I doing something wrong here?
My goal is to create a report panel, that lists the emails in a case that have not been answered by a specific email address.
I could do it with a filter with 'Replies . Sent By', but I would have to add any new user to that list which is not efficient.
But when I try to add the filter 'Replies . From Address' - 'contains' - 'test@email.com' I get the error.
HTML Code:
Error 500 Invalid column name. Check the report parameters.
if I put Field - From Address - Contains - info
I get when I save:
Error 500
Invalid column name. Check the report parameters.
I do not have any errors with boolean fields or fields that have options : any of, is empty, none of etc.
Am I doing something wrong here?
My goal is to create a report panel, that lists the emails in a case that have not been answered by a specific email address.
I could do it with a filter with 'Replies . Sent By', but I would have to add any new user to that list which is not efficient.
But when I try to add the filter 'Replies . From Address' - 'contains' - 'test@email.com' I get the error.
Comment