Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
engr_farhanqadr
Creator
Creator

oracle function to join with QV

Folks,

I have a oracle function abc(code) which shows a count of manpower of a specific manager I have codes of manager in list box.

how can I pass and join this code in function and join them.

Thanks,

Farhan.

2 Replies
rbecher
MVP
MVP

Hi,

you can use your Oracle function only in the Oracle SQL Select statement. But maybe you can adapt the code of this function to build a mapping table in QlikView.

- Ralf

Astrato.io Head of R&D
Anonymous
Not applicable

you must call your oracle function in the script.

connect to Oracle database.

sql select code, abc(code) from "table contening yours managers";