Hi,
I've got a table of imported data from a csv, which I'll be refreshing on a fairly regular basis.
I need to query the table, and add extra columns - which I'm trying to do via a query table; so that it's always quering the latest information in the table.
I have a field in the table called 'Staff' - I want to create a new column in the query table based on the data within the 'Staff' field.
The formula I want is: IF("Staff" IS NULL 'Unfilled', 'Filled')
However when I execute that, it fails.
How should I execute the query please?
Thank you
Marc