Hey Guys ,
i have got an Report where i have inserted English Text as well as German Text , and then created a Boolean parameter (True or False ) by name
{?TextLanguage} with text to be prompted as" is text langauge English" , and then supressed conditionally appropriate fields in report based on that parameter , for example : the body of the report is in Deatils A( english text ) and Details B (German text ) , and i have given supress formula as below :
for Details A
not {?TextLanguage}
for Details B
if {?TextLanguage}= true
then
true
else false
the report works fine on Crystal Report , however i have 2 issues now :
1. text to be prompted has to be something like "Choose Document Lanaguge" and then Options "English" and "German" to choose from . how can i do it ? formula ?
2. when i upload this .rpt file on application server , before it asks for parameter text it displays an error ! something like this :
Missing parameter values
Source: eCReport
FileName:
Klasse: eCCrystal.eCReportsPrint
Methode: PrintReport(ReportInformation ri)
Line \ Col: 0 \ 0
FrameIndex: 0
but it does work fine on Crystal report itself , i am trying look in details right now but i guess i will be able to workaround 2nd issue but how can i solve the 1st one !
as always , Thanks in advance.
Regards,
Server Sap