Hi Jacques,
In the server edition you can define date format in the user profile as shown here.
- DAI_User_Profile_Acct_Tab.png (36.87 KiB) Viewed 8970 times
The specific SQL syntax you use in views and formulas in extra columns is specific to the backend, for example MS-SQL, MY-SQL, and Sybase have variations in allowed syntax. Dynamic AI does make some adjustments and optimizations for the different back-ends, but you need to use the correct syntax when writing you own SQL in views and formulas.
In MS-SQL this would also work:
select * from dos where a3 < '1993-01-25' order by a3
The yyyy-mm-dd format is more universal among backends so it may be a better choice in case you would export your reports repository to another system using the same data structures in a different backend.
There is a "help" link in the menu bar that accesses the on-line documentation. I don't remember if that same link shows in the personal edition or not -- though I should.
- DAI_Menu_Bar.png (1.86 KiB) Viewed 8970 times
Regards,
Bob