Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Do you know how to load form a qvd in vbscript?
I answer you in this post.
You can use your SQL request in QlikView.
Or transform it in AQL, the QlikView language.
Martin Favier