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 9053689
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T13:29:21+00:00 2026-06-16T13:29:21+00:00

I have a Crystal Report I made with Crystal Reports 2008 that has a

  • 0

I have a Crystal Report I made with Crystal Reports 2008 that has a parameter value that allows multiple selections from a static list.

Does anyone know how I can display on the report the chosen values from that parameter list?

The list is “Number” type and each entry has a corresponding description. I’d like to display the descriptions (there is only 4 so if I need to put in a switch or an if statement, I won’t be upset).

  • 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-16T13:29:22+00:00Added an answer on June 16, 2026 at 1:29 pm

    A multi-select parameter is an array when you get right down to it. The code below was tested in Crystal XI, basically it loops through each value in the parameter array and does a select/case statement to get the value. As far as I know, you can’t use the description in the code, only on screen during the parameter selection.

    I put a newline carriage return between each description (+ chr(13) + chr(10)), you may want to treat them differently.

    Local NumberVar i;
    Local StringVar output := "";
    Local StringVar paramDesc; //the current parameter's description
    
    for i := 1 to UBound({?MyParameter}) do (
        paramDesc := "";
        select {?MyParameter}[i]
            case 1 : paramDesc := "Option 1" + chr(13) + chr(10)
            case 2 : paramDesc := "Option 2" + chr(13) + chr(10)
            case 3 : paramDesc := "Option 3" + chr(13) + chr(10)
            case 4 : paramDesc := "Option 4" + chr(13) + chr(10)
            default: paramDesc := "";
        output := output + paramDesc;
    );
    
    output
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a report made with Crystal Reports 2008 that I need to deploy
I have a crystal report that gets ran several hundred times from a C#
In VS 2008, I have a crystal main report with about 20 sub reports.
I have a crystal report which when generated has a last page that is
I have a crystal report that gets its data from one stored procedure, this
i have an app which has btn to preview report made in crystal report.
I have a crystal report that is connecting to a database. The datatable from
I have Crystal Report in VS 2008. The report has group header section above
I have a crystal report designed in vs 2008 crystal reports. There is the
I have a crystal report that is like this: Group By Property.ID Group By

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.