This page gives a short introduction on getting started with the QlikView Web Parts
Lets just do a quick walkthrough of getting a chart from QlikView displayed in WSS 3.0.
You
must add exactly one QvDataSource to any page you wish to use other visual QlikView Web Parts on – the QvDataSource describes which QlikView application (.qvw file) the page is displaying data for (note the QlikView ZFP functionality only allows you to display content from one QlikView application
per page).
First select the ‘Edit Page’ menu item from the ‘Site Actions’ drop down:

Next click the ‘Add a Web Part’ link on one of the content zones, you should be presented a screen similar to the following:

Check the QvDataSource and QvChart parts and then click ‘Add’ button.
You should now have a situation similar to the following:

NOTE - The QvDataSource is warning you that the QvApplicationFile property has not been set and the QvChart is warning you that the ObjectID has not been set.
Let’s fix the QvDataSource first. Select the ‘Modify Shared Web Part’ menu item on the QvDataSource as shown below:

Now enter ‘ZeroFootPrintSales’ for the QvApplicationFile property of the web part
as shown below:

Now click OK and then select the ‘Modify Shared Web Part’ menu item for the
QvChart object. Next enter
CH376 for the ObjectID property as shown below – this is
the ID of the chart in the underlying ZeroFootPrintSales QlikView application we
wish to show.

Click the OK button – you should now have a chart displaying on your WSS page.