Copying boolean states?
I'm trying to import a Calc file as a table, and keep the cell format intact, but Base 7.1.0.3 insists on making all fields VARCHAR. If I create a new table and mimic the cell format in defining the field type, I have a problem with the Boolean type. In my Calc file, I have 250 rows and a "YES" in all of them in one boolean column ( around 5-7% will ultimately be "No"), and 70/30 mix of "NO" and "YES" in another. If I define the Field Type of my table in Base as Boolean, I get an uneditable field length of 1, and the "YES/NO" data does not get imported. This table is a test for my main table, of 12500 rows, so I would love to be able to import the data with the relevant Boolean states if possible.
I would be comfortable with creating the table in SQL if this is a limitation of the Base GUI, and I don't care that much if it's a checkbox (as at present) or a list of "yes"es and "No"s, since I know that's an appearance issue which can be addressed relatively easily. I just don't want to have to manually re-enter all the current data.