I am exporting my handbase database to a comma separated value file in order to then import it into a logging application. For many database records, pop up value fields are not filled in due to the nature of the information being recorded. When I export these records, the csv has a 'no value' entry in many of the fields.
Is there any way I can choose to simply have the field completely empty? I can not figure out how to set a blank entry in a pop up field, and have that as the default. My logging applicaiton treats the 'no value' entry as per any other text entry and it makes my log outputs look messy with lots of 'no values' being recorded.
Thanks
Jon