Print Page | Close Window

Dynamic Parameter Options

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=21109
Printed Date: 16 May 2024 at 8:50pm


Topic: Dynamic Parameter Options
Posted By: thummel1
Subject: Dynamic Parameter Options
Date Posted: 14 Oct 2014 at 3:51am
Hi, I'm using CR 2008. I have a report with 3 dynamic paramters. It's the parameter I have issue with. I want the 3rd parameter to read the value from Table A, and then in the description of the parameter, I want it to read the value it pairs up with. Not sure how to explain this, so I will try to illustrate. I would like my dynamic parameter to look like this when I am finished:
 
 OT - 1
 OT - 2
 OT - 3
 REG - 5
 REG - 6
 REG - 7
...and so on.
 
In other words, I just want to display the table values from each table. It's a 1 to many relationship, perhaps that cannot be done in a dynamic parameter? Any help is appreciated. Thanks!
 


-------------
"Press any key to continue. Where's the 'Any' Key?" ~Homer Simpson



Replies:
Posted By: lockwelle
Date Posted: 17 Oct 2014 at 11:31am
I would suppose that you could write a command that would output what you want.

well, maybe not. I haven't do that much with dynamic parameters. So to speak, I would expect that the first param would be ot & reg
the second would be 1,2,3 for ot and 5,6,7 for reg...otherwise, just combine them and do away with the dynamic part of the parameter...

it's a thought



Print Page | Close Window