Hi All,
I need to set a formula for dates.
I have stage field as 0,1,2,3 . and each stage has a date. A project can have each stage multiple times.
For Ex Project A has stage 0 Date 01/01/01
Project A has stage 0 Date 01/01/02
Project A has stage 1 Date 01/01/03 and so on.
I need to write a formula for Stage 0 and pick the earliest date.
@Date = if ({Query1.Stage}) = '0' the ({Query1.Date}).
Then placed @Date in details and > insert summary > maximum at group level.
Now if I add date field to Sort in Explorer and select Descending, it shows me the highest date i.e 01/01/02 but if I select as ascending it shows blank.
I wanted to see the earliest date in this for stage = 0
which is 01/01/01
Pls suggest
I need to set a formula for dates.
I have stage field as 0,1,2,3 . and each stage has a date. A project can have each stage multiple times.
For Ex Project A has stage 0 Date 01/01/01
Project A has stage 0 Date 01/01/02
Project A has stage 1 Date 01/01/03 and so on.
I need to write a formula for Stage 0 and pick the earliest date.
@Date = if ({Query1.Stage}) = '0' the ({Query1.Date}).
Then placed @Date in details and > insert summary > maximum at group level.
Now if I add date field to Sort in Explorer and select Descending, it shows me the highest date i.e 01/01/02 but if I select as ascending it shows blank.
I wanted to see the earliest date in this for stage = 0
which is 01/01/01
Pls suggest