hi,
I pass parameter to my CR and i want to if parameter="all" the reports shows all records but if the parameter="para1" it only shows records that have this field with para1 value.
How can i do it? thanks
if {Param} = "all"
then True
else {Param} = {Data.Field}
Put it in parentheses if there are other criteria. Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guide to using Crystal in VB
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.