Print Page | Close Window

formula

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Tips and Tricks
Forum Discription: Have you learned some great tricks to share with the group? Post them here!
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=2131
Printed Date: 29 Apr 2024 at 3:40pm


Topic: formula
Posted By: abul71
Subject: formula
Date Posted: 24 Jan 2008 at 11:31am
Hi
I an almost new in crystal report. Below is a Formula that i get it from web. In this Formula, there is a variable named formula. i don't know where it comming from. is it a built in keyword? so please help me.
 
thanks
 
Dim s As String
s = Group({Orders.Order Date}, "monthly")
If IsDate(s) Then  
     formula = CDate(s)

Else

     formula = CDate(0,0,0)




Replies:
Posted By: rahulwalawalkar
Date Posted: 27 Feb 2008 at 6:22am
Hi,
 
 
Open formula workshop editor select the formula from left then on top right their is a drop down ,which allows you to select Basic Syntax or Crystal Syntax
 
The code that you have got is Basic Syntax......
 
Cheers
Rahul



Print Page | Close Window