Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP 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
Luminary Alumni
Luminary Alumni

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
Luminary Alumni
Luminary Alumni

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.