Report module issue with complex expressions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rouhu
    Member
    • Sep 2020
    • 57

    #1

    Report module issue with complex expressions

    Espocrm v.9.1.9
    Advance Pack v3.11.9
    MariaDB v10.5
    PHP 8.3

    Steps to reproduce:
    Create a grid report, add name field and add any complex expression for it:
    LOWERname)

    This report column comes empty and the log will show error:

    [2025-10-16 08:19:59] ERROR:
    [2025-10-16 08:19:59] WARNING: E_WARNING: Undefined array key "__STUB__"
    [2025-10-16 08:19:59] WARNING: E_WARNING: Undefined array key "__STUB__"
    [2025-10-16 08:19:59] WARNING: E_WARNING: Undefined array key "__STUB__"
    ...
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9476

    #2
    Unfortunaltey, complex expressions in sub-group columns currently are not supported.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...