Focal Point
[CLOSED] MAX function for sorting default value for a parameter in an HTML report

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

July 24, 2009, 04:51 PM
<AM>
[CLOSED] MAX function for sorting default value for a parameter in an HTML report
Hi, I have an HTML report that has 4 parameters that are chained. I want the display of the Month Ending parameter to always default to the MAX(MONTH_ENDING), how do I do that within the HTML form? The paramter is dynmic from a hld_file.

This message has been edited. Last edited by: Kerry,
July 24, 2009, 07:23 PM
Doug
Use Dyanmic Procedure. Create a fex that gets what you want, first, then use that to feed your controls... You may have to add WHERE statements to the fex as required...