cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamicaly Change in crystal report

Former Member
0 Kudos

Hi,

How to insert a user modification fiela in crystal report.It means i need to enter some thing then after print the report .How is it possible?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I cannot understand what you are trying to achieve here.

How to insert a user modification fiela in crystal report

What do you mean by user modification field?

It means i need to enter some thing then after print the report

Are you trying to say that user need to choose an option from the field which needs to be shown in the report and then you can print the report?

If it is then you have to use Dynamic Parameters, you can create one from going into Field Explorer, right click on to the parameter and then choose "new" and then from the options choose "Dynamic" instead of static. Then choose the field which you would like the user to select an option from.

Place that parameter into your report and when you run the report it will ask use to choose an option from the dynamic parameter and when chosen and clicked OK it will show it in the report.

Hope this helps

Regards

jehanzeb

Answers (1)

Answers (1)

Former Member
0 Kudos

Create a parameter so that the user is prompted to enter the information.

Drag the parameter field onto the report where you need to display it.

When the report is run - the information the user typed in will be displayed on the report.

NOTE: You'll need to decide whether they need to enter a date, date/time, number, string and create the parameter accordingly.