Internal Look up multi-select | Community
Skip to main content
Level 2
July 27, 2026
Question

Internal Look up multi-select

  • July 27, 2026
  • 1 reply
  • 14 views

When i convert an internal lookup field to multi-select I am no longer able to group by that field in a report. Is there any way to have multi-select internal look up and group by that field?

    1 reply

    ninoskuflic
    Level 5
    July 27, 2026

    Hi ​@CharlieHam,

    you can group with text mode with syntax like this: 

    textmode=true
    group.0.displayname=Project Name
    group.0.valueexpression={DE:Project Name}
    group.0.valueformat=HTML

    This should give you an output similar to this:

     

    In my example, Project Name is a multi-select Internal Lookup field that sits on a custom form.

    If this solved your issue, please mark it as solved so others can find the solution faster.