Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8115677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T03:32:49+00:00 2026-06-06T03:32:49+00:00

In a report, I’ve a dataset with a filter(based on a MultiValue parameter). This

  • 0

In a report, I’ve a dataset with a filter(based on a MultiValue parameter).

This dataset contains two field: Id and Name.

I need to display somewhere the concatenation of all names:

Name1 / Name2 / Name3

The problem is that the join method works only on array, and then I cannot specify a dataset as value.

I looked in custom code too, but I didn’t found anything working.

How should I do this ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T03:32:51+00:00Added an answer on June 6, 2026 at 3:32 am

    SSRS-2008 R2 and higher…

    1. Using LookupSet
    If you’re beyond the 2008 version OP has, there exists a good solution:

    =Join(LookupSet(1, 1, Fields!Name.Value, "DatasetName"), " / ")
    

    Credit for this answer using the LookupSet solution goes entirely to @urbanhusky’s answer.


    SSRS-2008 and lower…

    I’m keeping this answer though because it aggregates @urbanhusky’s solution with the solutions available to poor souls stuck with OP’s version of SSRS and below.

    In SSRS 2008 there’s only three “options” as far as I can see, each with its own downside. The first one’s probably the least hackish.

    2. Extra parameter
    Create an internal parameter (e.g. “NameParameter”, see this SO answer or MSDN) with Allow Multiple Values. Set the default value of the parameter to the Name field from your dataset. Then use the function =Join(Parameters!NameParameter.Value, " / ") to show the joined names in a textbox.

    This may be your best bet, but if there are a lot of values the parameter may not work very well.

    3. Use a List
    Create a List and drag/drop the Name field to it. If necessary, group on the Name as well.

    The disadvantage here is that (AFAIK) the list can’t be made to show horizontally.

    4. Use a Matrix
    Oh boy, this one’s real ugly. Nonetheless, here goes: create a matrix, drag the Name field to the column header, and hide the first column as well as the second row (for displaying the data).

    The main disadvantage is that it’s a hack (and quite some overkill), plus you’ll have to trim the last seperator character manually with an expression.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My report has 3 families (grouped by family.) I need to display the mtd,
My report Groups by two fields, the second being a date field. If I
crystal report has two parameters field, however, i used three method searched, all failed.
I'm writing a report view of an audit trail, and I need to display
I have a report with a parameter that is populated by a list of
I have a crystal report that is like this: Group By Property.ID Group By
So I have a report in Reporting Services 2005. In it is one parameter
class Report include Mongoid::Document embeds_many :figures end class Figure include Mongoid::Document embedded_in :report field
Using report Builder 7.x I am trying to format a TDBText to display postive
In report design, I have 2 tables (Current and Proposed) the structure like this:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.