Issue report by Timothy Bentley
Product
FileMaker ProVersion
13.0v5Operating system version
Windows 7Description of the issue
When extracting a date from a list and adding/subtracting a number, the result is a number.I'm not sure this is really a bug, maybe just expecting too much of FileMaker's typecasting.
Steps to reproduce the problem
1. Enter a date (4/17/2015) into YourTable::DateField.2. Enter these expressions in the data viewer:
YourTable::DateField
YourTable::DateField - 1
GetValue(List(YourTable::DateField); 1) (or LeftValues)
GetValue(List(YourTable::DateField); 1) - 1
GetAsDate(GetValue(List(YourTable::DateField); 1)) - 1