![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
A table needs 1 record for every day in the calendar. In the auto-enter setup this formula is entered: Max(Table Self: atum)+1Table Self is an internal relation. The dates look fine, but when searched, they are useless. They can't be found. GetAsDate(Max(Table Self: atum)+1) works fine.Is this conversion step always necessary for date computations? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
A number of records is added with a loop, the records have sequential dates. Max(Table Self: atum)+1 is auto-entered data.records are committed within the loop When used with IWP, the trick doesn't work; max() never finds dates added with this loop. Is the index used for max() not updated when the database is accessed from the web? |
![]() |
| Thread Tools | |
| Display Modes | |
| |