<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Document Chaining - Passing a field value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Document-Chaining-Passing-a-field-value/m-p/403017#M566270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My scenario is, I have two qlikview documents (sal Doc1 and Doc2) deployed in access point.&lt;/P&gt;&lt;P&gt;Both the dashboards(documents) have a similar filed named Account Number. My requirement is, if I select a particular Account Number in Doc1 and press a button, this should open up the Doc2 with the same selection for Account Number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read about document chaining in the community, saw a video on this. Now as per my understanding, I need to have a list box in Doc2, having the passed parameter from Doc1. Yes, when I tried like this, its working fine.&lt;/P&gt;&lt;P&gt;_&lt;A href="http://onwdqlik01/QvAJAXZf/opendoc.htm?document=Dashboard1.qvw&amp;amp;host=Local&amp;amp;select=ACCNO,170-88767"&gt;http://onwdqlik01/QvAJAXZf/opendoc.htm?document=Dashboard1.qvw&amp;amp;host=Local&amp;amp;select=ACCNO,170-88767&lt;/A&gt;&amp;nbsp; (here ACCNO is the object id of the listbox having Account Number listed in Doc2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My quiestion is, is there a way to have a filed selection value included in the URL instead (or along with) the object selection value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is after I have seen a post &lt;A _jive_internal="true" href="https://community.qlik.com/message/263440#263440"&gt;http://community.qlik.com/message/263440#263440&lt;/A&gt; where filed selection values are also seen included in the URL. Can anyone help me with the syntax of doing this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose, along with the LB object ACCNO selection 170-88767 if i want to include one more field selection as Account Number=170-88767, how would I be framing this URL ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sircute&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2012 07:44:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-04T07:44:42Z</dc:date>
    <item>
      <title>Document Chaining - Passing a field value</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Chaining-Passing-a-field-value/m-p/403017#M566270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My scenario is, I have two qlikview documents (sal Doc1 and Doc2) deployed in access point.&lt;/P&gt;&lt;P&gt;Both the dashboards(documents) have a similar filed named Account Number. My requirement is, if I select a particular Account Number in Doc1 and press a button, this should open up the Doc2 with the same selection for Account Number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read about document chaining in the community, saw a video on this. Now as per my understanding, I need to have a list box in Doc2, having the passed parameter from Doc1. Yes, when I tried like this, its working fine.&lt;/P&gt;&lt;P&gt;_&lt;A href="http://onwdqlik01/QvAJAXZf/opendoc.htm?document=Dashboard1.qvw&amp;amp;host=Local&amp;amp;select=ACCNO,170-88767"&gt;http://onwdqlik01/QvAJAXZf/opendoc.htm?document=Dashboard1.qvw&amp;amp;host=Local&amp;amp;select=ACCNO,170-88767&lt;/A&gt;&amp;nbsp; (here ACCNO is the object id of the listbox having Account Number listed in Doc2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My quiestion is, is there a way to have a filed selection value included in the URL instead (or along with) the object selection value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is after I have seen a post &lt;A _jive_internal="true" href="https://community.qlik.com/message/263440#263440"&gt;http://community.qlik.com/message/263440#263440&lt;/A&gt; where filed selection values are also seen included in the URL. Can anyone help me with the syntax of doing this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose, along with the LB object ACCNO selection 170-88767 if i want to include one more field selection as Account Number=170-88767, how would I be framing this URL ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sircute&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 07:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Chaining-Passing-a-field-value/m-p/403017#M566270</guid>
      <dc:creator />
      <dc:date>2012-12-04T07:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Document Chaining - Passing a field value</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Chaining-Passing-a-field-value/m-p/403018#M566271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me make my question simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to achieve document chaining without involving object id..and instead of that, somehow mentioning in the URL, the field to be selected and passing that field value in the URL ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 12:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Chaining-Passing-a-field-value/m-p/403018#M566271</guid>
      <dc:creator />
      <dc:date>2012-12-04T12:13:14Z</dc:date>
    </item>
  </channel>
</rss>

