Focal Point
[SOLVED]Isolating the first Max instance of a date field less than a parameter date

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6677096976

December 08, 2015, 01:29 PM
Mike Williams
[SOLVED]Isolating the first Max instance of a date field less than a parameter date
In a particular report I am attempting to isolate the Max date of a field that is less than a parameter entered date. So for example, the user enters in "20151101", I want to isolate the first highest(max) date that is less than November 1 for that particular field.

I've seen some posts that are close to this request, I'm struggling with thinking of a method to do this without bringing all dates that are less than the parameter date.

This message has been edited. Last edited by: <Emily McAllister>,


WF Version 8105
December 08, 2015, 02:50 PM
Tom Flynn
BY HIGHEST 1 YOUR_DATE_COLUMN
WHERE YOUR_DATE_COLUMN LT YOUR_&VARIABLE


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
December 14, 2015, 10:11 AM
Mike Williams
Thanks Tom.


WF Version 8105