Could not retrieve fields via SQL/Table reported.
Please check the SQL command you reported, correct and save again or check your database connection.
SQL:
SELECT id, fecha, cliente, razon_social, ruc, direccion, condicion_venta, plazo, total, obs, numerocliente, cod_producto, producto, unidad_medida, precio, cant, pedido, codvendedor, vendedor, id_facturador, nombre_facturador, id_estado, descripcion FROM “public”.fact_pedidos_shell WHERE id_estado=1 and id_facturador IN (SELECT id_facturador FROM “public”.facturador WHERE login = ‘ivan.rolon’) ORDER BY id LIMIT 1;
I tested on postgresql where my db is connected and it works perfectly