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: 
marco_puccetti
Partner - Creator
Partner - Creator

Qlikview Macro (Visual Basic Syntax)

Hello, i need to know the extact sintax of Qlikview (Visual Basic) macro, because it seems a little bit different from the original visual basic ones.

For the functions routines i get sintax errors when i add the As <datatype> while if i remove it, the syntactic check is ok, but the macro doesn't work properly.

Can you help me?

Thanks

Marco

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can use javascript or vbscript for macro's. And yes, vbscript is not Visual Basic or VBA. You can find information about vbscript here: VBScript (MSDN)


talk is cheap, supply exceeds demand
marco_puccetti
Partner - Creator
Partner - Creator
Author

Ok!

Thanks