Error 500 Invalid column name. Check the report parameters.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Emmker
    Member
    • Nov 2023
    • 96

    #1

    Error 500 Invalid column name. Check the report parameters.

    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
    HTML Code:
    Error 500
    Invalid column name. Check the report parameters.
    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.
  • victor
    Active Community Member
    • Aug 2022
    • 896

    #2
    Try using From Email Address.Name instead of From Email Address.

    Click image for larger version

Name:	image.png
Views:	81
Size:	5.1 KB
ID:	115522

    Comment


    • Emmker
      Emmker commented
      Editing a comment
      it works with From Email Address.Name.
      But it does not work with Replies . From Address

    • victor
      victor commented
      Editing a comment
      Try "Replies . From String" instead of "Replies . From Address".

    • Emmker
      Emmker commented
      Editing a comment
      The "Replies . From String" stops the error but does not work.

      Let me know if I get it right.
      Replies . From String - not contains - test@email.com,
      Should give me:
      a list of emails, that have replies, that those replies are not sent by test@email.com.

      Am I right?
  • victor
    Active Community Member
    • Aug 2022
    • 896

    #3
    Let me know if I get it right.
    Replies . From String - not contains - test@email.com,
    Should give me:
    a list of emails, that have replies, that those replies are not sent by test@email.com.
    Should show emails "A" that are replies to emails "B". And these emails "B" should not have test@email.com in the From field.

    Comment

    Working...