Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

qww:Datasource generates syntax error in Qlikview 10

My goal is to produce a custom table in a webpage with ASP.NET (VB.NET) and I try to find any means to acomplish this by accessing data insite the qlikview object in the webpage.

 

We have a working qlikview file that works just fine in the pure Windows platform, but how do I access the data insite the qlikview file from ASP.NET?

 

 

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default2.aspx.vb" Inherits="Default2" %>





<%@ Register Assembly="QlikViewWorkBench" Namespace="QT.QWW.WebControls" TagPrefix="qww" %>



<! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">



 

 


<head runat="server">


<title>Untitled Page</title>


</
head>


<body>


<form id="form1" runat="server">


<div>


 





<qww:DataSource ID="DataSource1" runat="server" QlikViewDocument="Entertainment"></qww:DataSource>

     <table>

         <tr>

             <td>

                <qww:ListBox ID="ListBox1" runat="server" Height="245px" ObjectID="LBDIRECTOR" Width="223px"/>

             </td>

         </tr>

     </table>

 

</div>

</form>

< /body>

</html>



 

 

The compiler stops at: qww:DataSource and tells me there is no such thing as qww:DataSource

 I have looked at the website

[http://demotest2.qlik.com/AJAX/WorkBench/9.0/ReferenceSite/ | http://demotest2.qlik.com/AJAX/WorkBench/9.0/ReferenceSite/]



and tested som examples but they dont work at all in qlikview 10, the website tells that examplaes worked for version 8.5 of qlikview.

0 Replies