cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

We have a requirement for dynamic parameters in crystal reports that need to be executed in java application. Since, crystal java framework do not support the dynamic parameter execution (please correct me if I am wrong), we plan to execute explicitly the query for getting the dynamic values of such dynamic parameters before listing the parameters in java application.

The query for the dynamic parameter will be given in the field 'Prompt Group Text' of the parameter.

I coudl not get hold of these details from java api. So please some one help me out.

Environment - Crystal X1 R2 with java libraries

1. How can we identify a parameter is a dynamic one?

2. How to get the 'Prompt Group Text' field value?

Any suggestions welcome.

Thanks,

Ratan.

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Guys,

I am working in CR4E framework .We have a report which uses dynamic parameter which will prompt after entering value for original parameter.We have a requirement for dynamic parameters in crystal reports that need to be executed in java application.But while running the report through java application,we know that we have to get the dynamic cascading prompt by using two methods.They are getDynamicCascadePromptGroupID() and getDynamicCascadePromptData().

But we are not able to get the jar file which will have classes that implements the ireportparameter interface which contains these methods.

Can someone please help me how to sort out this problem.

former_member217070
Active Participant
0 Likes

Hi, Maralla,

The getDynamicCascadePromptGroupID() and getDynamicCascadePromptData() API's are in the Enterprise SDK, not the CRJ, and are not documented and so are not supported.

This quote is from earlier in this thread:

the way to present the cascading prompt values to a user is to open the report using the viewer, and have it present the prompt page to the user.

Regards,

Bryan