cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying a linked field in Parameters

Former Member
0 Kudos

I have a FacilityID field in my database. I want the user to be able to select records in a parameter based on Facility, but I want to show the Facility Name in the parameter rather than the FacilityID which is stored on all of the records. How would I go about doing that?

Thanks,


Brian

Accepted Solutions (1)

Accepted Solutions (1)

former_member226669
Participant
0 Kudos

Hi Brian,

If you are using Report Level parameter, you can create a parameter with the Description.

Add FacilityId under the Value and Facility Name under Description.

Change the option Prompt With Description Only: to True.

- Nrupal

Former Member
0 Kudos

This worked. Thank you! I figured it was something simple i had just not done in CR previously.


Brian

Answers (1)

Answers (1)

DellSC
Active Contributor
0 Kudos

If you don't have the table that includes the Facility Name included in your report, add it.  Then you'll base the parameter off of this table and not any of the tables that include just the Facility_id.  You should now be able to do what Nrupal describes in terms of setting the value and the description fields for the parameter.

-Dell