http://www.crystalreportsbook.com/Forum/forum_posts.asp?TID=9672 WebLaunch Crystal Reports designer Create a report based on any database Create a parameter and set the "Allow Multiple Values" option of the parameter to False Go to Report menu>> Select Expert >> Record. Select the field for which the filter is to be applied. From the drop down, select 'Formula:'
1209550 - How to display all values in a multiple-value or …
WebMulti Value Parameters: Multi-value parameters are the most difficult to display. This is because the values are stored as an array. Therefore, you need to follow the same logic … WebSo far, we’ve only used a single table, but of course multiple tables can be used. You might have already tried a statement like this: SELECT ‘Customer Name’, ‘Order ID’ FROM ‘Customer’, ‘Orders’ NOTE Sometimes it’s appropriate to use a SQL statement that has a hard-coded (static) number or string. dxwifi
Crystal Report will not display multiple values
WebAug 20, 2003 · Create a formula to place in the report header to display the parameter descriptions: whileprintingrecords; stringvar locdesc; numbervar counter := 0; numbervar i := count ( {?location}); for counter := 1 to i do ( locdesc := locdesc + (if {?location} [counter] = "NASH1" then "BAPTIST" else if {?location} [counter] = "NASH2" then "CENTENNIAL" else WebDec 19, 2008 · Crystal Reports Forum: Crystal Reports 9 through 2024: Technical Questions: Topic: Display multiple parameter values in report ... Message: brain … WebOpen Crystal report designer and create a parent report as follows: 2.1. Create a blank report to server as parent report. 2.2. In Field Explorer pane, right click on Parameter Fields and choose New... to create one or more multiple values parameters with any reasonable name for parent report. dx winforms chart