Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Boolean Parameter Dilemma !!! Post Reply Post New Topic
Author Message
server_sap
Newbie
Newbie


Joined: 09 Mar 2011
Location: Germany
Online Status: Offline
Posts: 14
Quote server_sap Replybullet Topic: Boolean Parameter Dilemma !!!
    Posted: 19 Apr 2012 at 2:50am
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
 
 
 

 
IP IP Logged
server_sap
Newbie
Newbie


Joined: 09 Mar 2011
Location: Germany
Online Status: Offline
Posts: 14
Quote server_sap Replybullet Posted: 19 Apr 2012 at 4:21am
1st issue is resolved by using String instead of Boolean , just for info.....
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.