Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Technical Questions
Message Icon Topic: Count From The Current Fiscal Year Start Date Post Reply Post New Topic
<< Prev Page  of 2
Author Message
kitster100
Newbie
Newbie


Joined: 19 Jul 2011
Online Status: Offline
Posts: 18
Quote kitster100 Replybullet Posted: 05 Jan 2016 at 9:37am
This is terrific! It calculates this year's FY Year to Date (October '15 - December '15) perfectly.

Do you know a formula to get LAST Year's FY YTD (October '14 - December '14)?

Thank you.

Edited by kitster100 - 05 Jan 2016 at 9:39am
IP IP Logged
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 06 Jan 2016 at 4:13am
maybe this?
if {Epiccases.Date} in Date(year(currentdate)-(if month(currentdate)>=11 then 1 else 2),10,1) to dateserial(year(currentdate)-1,month(currentdate),1-1) then 1 else 0
IP IP Logged
kitster100
Newbie
Newbie


Joined: 19 Jul 2011
Online Status: Offline
Posts: 18
Quote kitster100 Replybullet Posted: 07 Jan 2016 at 7:38am
This works beautifully. Thanks for all your help!
IP IP Logged
<< Prev Page  of 2
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.