Replies: 1 comment 1 reply
-
Hello ! select
'csv' as component,
'Descarga' as title,
'beneficiarios_ok' as filename,
'file-download' as icon,
'green' as color,
';' as separator,
TRUE as bom;
SELECT
"vBeneficiario_ticket".ente as ente,
"vBeneficiario_ticket".cedula as cedula ,
"vBeneficiario_ticket".nombres_apellidos as "Nombres y Apellidos",
"vBeneficiario_ticket".unidad_adscripcion as "Unidad de Adscripcion",
"vBeneficiario_ticket".estatus_autorizado as "Autorizado",
"vBeneficiario_ticket".fecha_entrega || ' ' || "vBeneficiario_ticket".hora_entrega || ' ' || "vBeneficiario_ticket".meridiano as "Entregado",
"vBeneficiario_ticket".ticket as "Ticket"
FROM
"vBeneficiario_ticket"; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, when I use the csv component it does not download the file, the code in sql
Ouput is empty

Thanks ..
It is a great product...
Beta Was this translation helpful? Give feedback.
All reactions