Data Connectivity
 Crystal Reports Forum : Crystal Reports .NET 2003 : Data Connectivity
Message Icon Topic: Forumula Post Reply Post New Topic
Author Message
K.Arun_ya
Newbie
Newbie


Joined: 11 Sep 2008
Location: India
Online Status: Offline
Posts: 1
Quote K.Arun_ya Replybullet Topic: Forumula
    Posted: 11 Sep 2008 at 10:17pm

Dear all,

            When I generate Report(crystal report 7.0) the following formula error is occurred . help me how I solve the problem.

 

Formula:

      if {Report_Table.DtlNum15} mod 9 =0 then

      if OnLastRecord =true then

        false

      else

        true

else

        false

 

Error:

            The Word 'then' is missing

IP IP Logged
Savan
Senior Member
Senior Member
Avatar

Joined: 14 Dec 2007
Location: India
Online Status: Offline
Posts: 162
Quote Savan Replybullet Posted: 12 Sep 2008 at 2:43am
 if ({Report_Table.DtlNum15} mod 9) = 0 then

     ( if OnLastRecord = true then

        false

      else

        true;)

 else

   (false;)

Thanks
Savan
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.016 seconds.