Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Scripting in JS

Hi Guys,

I am new to qlikview extension objects as i am building one so i have few doubts

1. is it necessary to have measure in the extension object

2. i have 2 dimension fields i want to call them in the script how can i do that because i just need the field value to be passed to the script

any suggestions ?

Thanks,

Vivek

3 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

It may be helpful for you to start with the basics. This document explains how to set-up an example extension with dimensions and measures.

See Extension Object Basics.doc

And no, it isn't necessary to have measures in your extension object. You can also create an extension that doesn't use QlikView data, or with just dimensions. Like for example an alternate listbox format.

Peter

Anonymous
Not applicable
Author

Hi Peter,

i have created a html web page of google maps and i need the same in qlikview which is having the javascript function in it, so can i use the same script which i used in the webpage in the script.js so how can i replicate the same webpage in the qlikview ?

Is there a way to do it ?

Thanks,

Vivek

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Are you sure you're not going to reinvent the wheel?

I guess one of the many existing extensions for google maps may fit your requirements without too much work.

Peter