Crystal Report is a very powerful report generator.
Crystal Report SAP comparison logic
Usage of 
select  case  :  default: 
Select [some value]
    Case [condition] ;  (note the : after the case)
        [return value]
    Default:
        [return value]
No comments:
Post a Comment