<?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 Can I create hypertext link in a column in a table to a new sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-I-create-hypertext-link-in-a-column-in-a-table-to-a-new/m-p/229003#M80970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,. The key I was missing was that there are triggers for "OnSelect" in ""Document Preferences" under settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Apr 2011 16:07:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-27T16:07:59Z</dc:date>
    <item>
      <title>Can I create hypertext link in a column in a table to a new sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-create-hypertext-link-in-a-column-in-a-table-to-a-new/m-p/228999#M80966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to have a column in a table with a button or some kind of link that activates a sheet.&lt;/P&gt;&lt;P&gt;In other words I have a list of loans and I want the user to be able to select one loan a show all the details on a separate sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: What is the etiquette here with reponses. Should I rate them. Send a thank you note? I very much appreciate them! They have been invaluable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 05:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-create-hypertext-link-in-a-column-in-a-table-to-a-new/m-p/228999#M80966</guid>
      <dc:creator />
      <dc:date>2011-04-26T05:00:43Z</dc:date>
    </item>
    <item>
      <title>Can I create hypertext link in a column in a table to a new sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-create-hypertext-link-in-a-column-in-a-table-to-a-new/m-p/229000#M80967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can work with the visibility condition of the sheets.&lt;/P&gt;&lt;P&gt;Go to the sheet properties -&amp;gt; General -&amp;gt; Show Sheet and write an expression there.&lt;/P&gt;&lt;P&gt;For example, when the user selects only one loan, it goes automatically to sheet 2.&lt;/P&gt;&lt;P&gt;Then, on sheet 2, the condition would be =if( count(distinct loan)=1,1,0)&lt;/P&gt;&lt;P&gt;On all the other sheets, the condition would be exactly the opposite:&lt;/P&gt;&lt;P&gt;=if( count(distinct loan)=1,0,1).&lt;/P&gt;&lt;P&gt;On this details sheet, you can include a button where the user can clear the selection on this field.&lt;/P&gt;&lt;P&gt;- Include a button, go to properties -&amp;gt; Actions -:&amp;gt; Add -&amp;gt; Selection -&amp;gt; make any selection on the field (if the value does not exist this would mean a clear as well).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A second alternative would be the creation of a control variable. Go to Setttings -&amp;gt; Variable Overview and create any variable (controlSheet, for example).&lt;/P&gt;&lt;P&gt;Then you can include buttons on the sheets to set the value of this variable to 1 or 0.&lt;/P&gt;&lt;P&gt;Use this variable as the visibility condition (as described on the first option). The condition would be:&lt;/P&gt;&lt;P&gt;=controlSheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;On this forum, you can mark on or more answers on your post as 'verified'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 05:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-create-hypertext-link-in-a-column-in-a-table-to-a-new/m-p/229000#M80967</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-26T05:11:21Z</dc:date>
    </item>
    <item>
      <title>Can I create hypertext link in a column in a table to a new sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-create-hypertext-link-in-a-column-in-a-table-to-a-new/m-p/229001#M80968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The key part is that I need a button or other type of link in every row of the table that allows the user to drill down (activate a new sheet) and see all the elements of that record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 21:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-create-hypertext-link-in-a-column-in-a-table-to-a-new/m-p/229001#M80968</guid>
      <dc:creator />
      <dc:date>2011-04-26T21:12:09Z</dc:date>
    </item>
    <item>
      <title>Can I create hypertext link in a column in a table to a new sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-create-hypertext-link-in-a-column-in-a-table-to-a-new/m-p/229002#M80969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The app attached is based on selections as I described on my post.&lt;/P&gt;&lt;P&gt;Another possibility would be variables.&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 00:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-create-hypertext-link-in-a-column-in-a-table-to-a-new/m-p/229002#M80969</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-04-27T00:36:15Z</dc:date>
    </item>
    <item>
      <title>Can I create hypertext link in a column in a table to a new sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Can-I-create-hypertext-link-in-a-column-in-a-table-to-a-new/m-p/229003#M80970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,. The key I was missing was that there are triggers for "OnSelect" in ""Document Preferences" under settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 16:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-I-create-hypertext-link-in-a-column-in-a-table-to-a-new/m-p/229003#M80970</guid>
      <dc:creator />
      <dc:date>2011-04-27T16:07:59Z</dc:date>
    </item>
  </channel>
</rss>

