Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
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";