Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

selection based on previous run date , time and current date a

Former Member
0 Likes
780

HI all,

I have the selection as follows.

Previous run date : .12/14/2005.. previous run time-14:30:56

current run date : 12/17/2009. current run time: 07:05:31

Here all are parameters. and current run date is system date and current run time is system time.

i want to fetch all the deliveries from the above selection including previous run date and time.

Any inputs..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
732

Hi

Append current run data and previous run data into a data range parameter,Current time and previous time into time range parameter and fetch the data based on the range parameters.

Regards

Srilaxmi

HI all,

I have the selection as follows.

Previous run date : .12/14/2005.. previous run time-14:30:56

current run date : 12/17/2009. current run time: 07:05:31

Here all are parameters. and current run date is system date and current run time is system time.

i want to fetch all the deliveries from the above selection including previous run date and time.

Any inputs..

4 REPLIES 4
Read only

Former Member
0 Likes
733

Hi

Append current run data and previous run data into a data range parameter,Current time and previous time into time range parameter and fetch the data based on the range parameters.

Regards

Srilaxmi

Read only

agnihotro_sinha2
Active Contributor
0 Likes
732

Use SELECT statement with BETWEEN operator for fetching deliveries from Database Tables.

Read only

Former Member
0 Likes
732

Hi,.

As suggested by lakshmi it wouldbe better to create a selection option by appending the dates and times.

Then you can use the option field i,e range data in your queries.

thanks,

M.Naveen Kumar

Read only

0 Likes
732

hi all,

i need the sample code ..