Hello. I am learning LibreOffice Base version 7.5 (64k), with an HSQLDB embedded database, on a Windows 10 desktop.
My database was imported from an MS Access database. My ACCESS database query contains the following line in the SQL Code. I want to duplicate this in my BASE query, but I’m getting a Syntax Error:
IIf(IsNull([fldTimeToPrepare]),"","Prep Time: " & [fldTimeToPrepare]) AS PrepTime,
If the field “fldTimeToPrepare” is empty, I want the report to display nothing… otherwise, display the concatenated phrase “Prep Time: (time)”
Does anybody know what’s wrong with my SQL code for this field? Does BASE use a different syntax?
THANKS!