Hello everyone.
First of all, important info: Mac OS X Mojave 10.14.3, LibreOffice 7.1.0.3
I am connected directly to PostgreSQL (Version 12.6) on LibreOffice Base, and I have this query:
SELECT “product_name”,
REGEXP_MATCHES( “product_name”, ‘[[:digit:]]’ )
FROM “mag”
For the first column, everything is fine, but the REGEXP_MATCHES column is causing issues. All the cells are completely black.
I tried the same for MariaDB 10.5.9 (direct connection with LibreOffice Base) with the same query:
select Product_Name,
REGEXP_SUBSTR(Product_Name,’[[:digit:]]’)
from tienda
and I have no issues in MariaDB.
I looked around online a bit by typing “Black cells”, but I have had no luck finding anything.
Has anybody had a similar issue?
The data I am querying is the Sample Superstore csv file used in the “Tableau” software quite often (for those who are curious): 2019 Superstore - dataset by annjackson | data.world