Lironcareto
Programmer
Hi everyone
I have a table of log data (LogTable) with some columns storing different metrics and another column storing the LogDate. I'd like to pick just the most recent log data, but I cannot use a prompt on the LogDate attribute since I don't know the values of the date column (the user cannot browse the DB table)
All info I've seen similar to this matter use ApplySimple to prompts but I need the max(datecolumn) to be selected automatically.
Any idea?
Thanks a lot in advance.
I have a table of log data (LogTable) with some columns storing different metrics and another column storing the LogDate. I'd like to pick just the most recent log data, but I cannot use a prompt on the LogDate attribute since I don't know the values of the date column (the user cannot browse the DB table)
All info I've seen similar to this matter use ApplySimple to prompts but I need the max(datecolumn) to be selected automatically.
Any idea?
Thanks a lot in advance.