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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

write my own function

Hi,

I intend to write a string function (in c++ or c#) which will manipulate a string.

Is it possible to use this function in a QV script, like I use the built-in QV functions ?

Thanks,

1 Solution

Accepted Solutions
jagan
Partner - Champion III
Partner - Champion III

Hi,

Check this URL http://community.qlik.com/message/49431#49431

Hope it helps you.

Regards,

jagan.

View solution in original post

4 Replies
tresesco
MVP
MVP

you can write functions in macro editor in vb script or java script and call them in load script.

Regards,

tresesco

jagan
Partner - Champion III
Partner - Champion III

Hi,

Check this URL http://community.qlik.com/message/49431#49431

Hope it helps you.

Regards,

jagan.

whiteline
Master II
Master II

I think if it's possible you'd better rewrite it on VBS or JS in qlikview macro editor.

Or you can use a wrapper for that function  in qlikview that calls it from dll or COM.

Not applicable
Author

Thanks a lot, it worked.