![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
HI The max fonction is returning large numbers when searching to find the maximum in a DATE field MAX (table::date) will return nomething like 63425030400 instead of a date value "12/12/09" I want to validate if an item is still under warranty for a customer, but I can't get the MAX value of the related data... what is wrong with the fonction or how can I use it to make it work ?! |
)
#4
| |||
| |||
|
|
I forgot to add.. the related date table is a SQL database, so the maximum search is outside FM, data display just fine, searching is also fine.. only the MAX -MIN fonction that are not working... |
#5
| |||
| |||
|
|
Bizouman <bizou... (AT) gmail (DOT) com> wrote: I forgot to add.. the related date table is a SQL database, so the maximum search is outside FM, data display just fine, searching is also fine.. only the MAX -MIN fonction that are not working... The SQL field is probably DATETIME or SMALLDATETIME type. In FMP 10, you can change the field type to date in your shadow table. If you're using FMP 9 or if you're working with imported data rather than shadow tables, see Helpful Harry's post. --http://clk.ch |
![]() |
| Thread Tools | |
| Display Modes | |
| |