Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a problem with function from my DB in PostgreSQL, I need call or import the function but ONLY appear the TABLES when I try select it.
I need something like that:
SQL (
SELECT IO.DOCUMENTNO AS DOCUMENT,
FUNCTION_DB(IOLINE.M_PRODUCT_ID, IO.MOVEMENTDATE, 'AV') AS TOTAL
FROM IO LEFT JOIN IOLINE ON IO.TABLE_IO_ID = IOLINE.TABLE_IO_ID
)
How can I do this when I am loading the tables in QlikView ?
I was do it, thanks
hi claudia briano,
shall i get the code, in QV?