• Hi,

    If you're currently using =join(Parameter,",") to split the parameter into the horizontal list, you could try changing this to =join(Parameter,vbcrlf) to specify the multivalue parameter list should be delimited by a carriage return/line feed rather than a comma.

    So in your case this would be

    =join(Parameters!geo.Label,vbcrlf)