Applying a bookmark
These two examples loads the Report straight table, with object ID CH08, from the Whats new in QlikView11.qvw document. They also apply the Customer Report bookmark, with ID BM01, but with different selections.
Example 1: Customer Report: Germany in Q1 2010
- Selection 2010 in field Year (list box with ID LB02)
- Selection Q1 in field Quarter (list box with ID LB03)
- Selection of region Germany
<iframe src="http://localhost/QvAJAXZfc/singleobject.htm?document=Whats%20New%20in%20QlikView11.qvw&bookmark=Document\BM01&object=CH08&select=LB01,GERMANY&select=LB02,2010&select=LB03=Q1" />
Example 2: Customer Report: Spain in Q1 2010
- Selection 2010 in field Year (list box with ID LB02)
- Selection Q1 in field Quarter (list box with ID LB03)
- Selection of region Spain
<iframe src="http://localhost/QvAJAXZfc/singleobject.htm?document=Whats%20New%20in%20QlikView11.qvw&bookmark=Document\BM01&object=CH08&select=LB01,SPAIN&select=LB02,2010&select=LB03=Q1" />