Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
rustyfishbones
Master II
Master II

Issue with Min Time Fraction for the Max Date

Hi All,

I have the following Expression (It say Expression is OK, but it's not)

2014-02-28_1034.png

What I need is the Minimum Start Time for the Maximum Date

The expression works fine until I add the max date part

{<Date = {"$(=MAX(Date))"}>} (This works fine for other expression where I want to sum values for the max date)

Any idea what I could be doing wrong here

1 Solution

Accepted Solutions
rustyfishbones
Master II
Master II
Author

Hi All,

I got this working with the following expression

2014-02-28_1056.png

Regards

Alan

View solution in original post

5 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Try

Date = {"$(=Date(MAX(Date)))"}

rustyfishbones
Master II
Master II
Author

Hi,

My Date is formatted correctly as it is working in other expressions

could it be I can't do this while using the TIME or FRAC part?

rustyfishbones
Master II
Master II
Author

Hi All,

I got this working with the following expression

2014-02-28_1056.png

Regards

Alan

MK_QSL
MVP
MVP

=TIME(Min({1}{<Date = {'$(=Date(Max(Date)))'}>}StartTime),'hh:mm:ss')

rustyfishbones
Master II
Master II
Author

Thanks Manish that also works