Tips and Tricks
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Tips and Tricks
Message Icon Topic: Testing Post Reply Post New Topic
Author Message
tarunjain
Newbie
Newbie


Joined: 14 Jul 2010
Location: United States
Online Status: Offline
Posts: 10
Quote tarunjain Replybullet Topic: Testing
    Posted: 14 Sep 2010 at 8:49am
Testin

Edited by tarunjain - 16 Sep 2010 at 4:52am
IP IP Logged
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 14 Sep 2010 at 9:03am
what is the field that you are defining as the due date and do you want to show things that are past due?
 
Likely you will just want to use a datediff, something like ...
 
datediff('d',currentdate,table.duedate)<={?param}


Edited by DBlank - 14 Sep 2010 at 9:24am
IP IP Logged
tarunjain
Newbie
Newbie


Joined: 14 Jul 2010
Location: United States
Online Status: Offline
Posts: 10
Quote tarunjain Replybullet Posted: 14 Sep 2010 at 10:16am

Thanks for your reply. actually I used it. I want data according to date prompt. If user will enter tomarow date then data will popup for Tomarow and today only.

IP IP Logged
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 14 Sep 2010 at 10:27am
so you want them to enter one date and return any row that has a value bewteen that date (in the future) and today?
 
table.datefield in currentdate to {?paramdate}


Edited by DBlank - 14 Sep 2010 at 10:27am
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.063 seconds.