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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
tenelsen
Partner - Contributor
Partner - Contributor

Connect qvw to Silverlight Extension

Hi Everyone,

ich have build a Silverlight Application that can be displayed as Extension within my qvw File. How can I connect the Silverlight Application to the qvw File in a way that I can use the Data from the qvw?

Thanks for your Help!

Tim

Labels (1)
1 Solution

Accepted Solutions
Not applicable

You can access the extension data by accessing the this.Data.Rows array from the javascript code (more information available in the js api documentation). In order to let your silverlight object uses this data, you'll either need to call a javascript function returning the extension data from your silverlight object or to call a silverlight method with the data as parameter from the javascript code.

You can find information about interfacing javascript and silverlight code here.

View solution in original post

4 Replies
IAMDV
Master II
Master II

Hi Tim,

Any luck with this? I have similar requirement. Please let me know if you got this working.

Thanks in advance.

Cheers - DV

Not applicable

You can access the extension data by accessing the this.Data.Rows array from the javascript code (more information available in the js api documentation). In order to let your silverlight object uses this data, you'll either need to call a javascript function returning the extension data from your silverlight object or to call a silverlight method with the data as parameter from the javascript code.

You can find information about interfacing javascript and silverlight code here.

IAMDV
Master II
Master II

Hi jgeorge,

Thank you very much. I'll give try with js api. I'll get back to you with more questions. Many thanks for your help so far... your suggestions are valuable.

Cheers - DV

perumal_41
Partner - Specialist II
Partner - Specialist II

Hi jgeorge,

If any Examples is there for Connect Qvw to Silverligkt Extension .please Post  for useful me

Regards,

Perumal A