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

Create a personal function

Hi everyone!

I've been working with QV for some weeks and this is my first post.

I want to know how to stablish personal functions in QV to call them on Load part.

For example:

Function Calc (...);

Load Calc (Customer_type) as NewType

From qvd (qvd)

where Customer_type = 1;

Is possible to do this?

Thanks a lot

11 Replies
farolito20
Contributor III
Contributor III

Do you know how to load form a qvd in vbscript?

martin59
Specialist II
Specialist II

I answer you in this post.

You can use your SQL request in QlikView.

Or transform it in AQL, the QlikView language.

Martin Favier