cancel
Showing results for 
Search instead for 
Did you mean: 

how to create table in crystal report with parameter

Former Member
0 Kudos

hello I'm new to crystal report, and I'm a student. I use crystal report in VB.net 2015 for report data, I want to show crystal report after push the button and choose list in combo box. So, if I choose list "report1" in combo box and then push the button, crystal report will be show two tables(date/time and value1), and if I choose list "report2" in combo box and then push the button, crystal report will be show two tables(date/time and value2).

Can you show me how to make this conditiion?

thank you so much

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Split Report header into two sections.

Place your two different Crostabs in different sections

In section expert for RH1a

click formula box by suppress and enter {YourParamter} <> 'Report1'

In section expert for RH1b

click formula box by suppress and enter {YourParamter} <> 'Report2'

Ian

Answers (1)

Answers (1)

0 Kudos

Lot's of samples available, just google for them

And runtime and other samples are here:

https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

Don