Symptom
How to apply constraint on the values in the list box below parameter box in Crystal Reports Server Embedded 2008, it is missing in Crystal Report Server 2008 V4. How to get it back?
Environment
- BusinessObjects Enterprise Java SDK
- SAP BusinessObjects Enterprise XI 3.1
- Tomcat Server 5.5
- Crystal Report Server 2008 Embedded
Resolution
Please find the below screenshot for the Problem:-
Add this additional content to the web.xml of application:
<context-param> <param-name>crystal_max_number_list_of_values</param-name>
<param-value>1000</param-value>
</context-param>
That would set it to 1000. It can pick whatever value as per the need.
Please find the attachment of above screenshot in word file.
Keywords
Limit LOV's, expand List of values , KBA , BI-DEV-JAV , BI Software Development Kits (SDKs) - Java , Problem
Product
Attachments
Reportparameter_Selectionpossibility_sap.docx |