<?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 Re: Link between two tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Link-between-two-tables/m-p/1361169#M417166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try once as below or share one sample doc.&lt;/P&gt;&lt;P&gt;First, link those two tables in data model. then, in straight table to use font format to to display in underline. Now Go to document properties-&amp;gt;Triggers-&amp;gt; field level trigger on field-&amp;gt;on select-&amp;gt; set variable. &lt;/P&gt;&lt;P&gt;if(Getpossiblecount(Dim1)=1 and getpossiblecount(dim2)=1, Var1)&lt;/P&gt;&lt;P&gt;in value give it as 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create second table and provide conditional show &lt;SPAN style="font-size: 13.3333px;"&gt;if(Getpossiblecount(Dim1)=1 and getpossiblecount(dim2)=1&lt;/SPAN&gt; and Var1 =1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when user clicks on underline value it will trigger and display new table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Apr 2017 07:16:10 GMT</pubDate>
    <dc:creator>sateeshkumar</dc:creator>
    <dc:date>2017-04-10T07:16:10Z</dc:date>
    <item>
      <title>Link between two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Link-between-two-tables/m-p/1361164#M417161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a tables like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 296px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;Name&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="95"&gt;Opening price&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;End price&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="73"&gt;Difference&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Check&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;25&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Ok&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;30&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;50&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;check&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above table has a difference column. it is showing as &lt;SPAN style="text-decoration: underline;"&gt;check&lt;/SPAN&gt; if the difference (Opening and end price) is greater than 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i need when i click any &lt;SPAN style="text-decoration: underline;"&gt;Check&lt;/SPAN&gt; in the above table the link should go to the another table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the linked table is below for the Name of "A".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 296px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;Name&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="95"&gt;Opening price&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Credit&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="73"&gt;End Price&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when i click the &lt;SPAN style="text-decoration: underline;"&gt;check&lt;/SPAN&gt; in a first row&amp;nbsp; it will trigger to the link table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest any idea's....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 10:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-between-two-tables/m-p/1361164#M417161</guid>
      <dc:creator>jeevays7</dc:creator>
      <dc:date>2017-04-07T10:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Link between two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Link-between-two-tables/m-p/1361165#M417162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From what I can see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you just link or join one table with the other table. After that you don't use "Check" as a result if the difference is out of limits but something like &lt;BR /&gt;'Credit: ' &amp;amp; Credit&lt;/P&gt;&lt;P&gt;to show the Credit Value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 10:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-between-two-tables/m-p/1361165#M417162</guid>
      <dc:creator>jpar0511</dc:creator>
      <dc:date>2017-04-07T10:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Link between two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Link-between-two-tables/m-p/1361166#M417163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Partikel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First i need summary and then if i click it will go to the explanation table. &lt;/P&gt;&lt;P&gt;so i need this and i have use some calculations in front end to assign "check" or "OK" in difference column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 10:48:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-between-two-tables/m-p/1361166#M417163</guid>
      <dc:creator>jeevays7</dc:creator>
      <dc:date>2017-04-07T10:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Link between two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Link-between-two-tables/m-p/1361167#M417164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone has any ideas about it??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Apr 2017 09:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-between-two-tables/m-p/1361167#M417164</guid>
      <dc:creator>jeevays7</dc:creator>
      <dc:date>2017-04-08T09:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Link between two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Link-between-two-tables/m-p/1361168#M417165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please elaborate more on your requirement.&lt;/P&gt;&lt;P&gt;What is the underlying data and what output you need?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Apr 2017 16:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-between-two-tables/m-p/1361168#M417165</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-04-08T16:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Link between two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Link-between-two-tables/m-p/1361169#M417166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try once as below or share one sample doc.&lt;/P&gt;&lt;P&gt;First, link those two tables in data model. then, in straight table to use font format to to display in underline. Now Go to document properties-&amp;gt;Triggers-&amp;gt; field level trigger on field-&amp;gt;on select-&amp;gt; set variable. &lt;/P&gt;&lt;P&gt;if(Getpossiblecount(Dim1)=1 and getpossiblecount(dim2)=1, Var1)&lt;/P&gt;&lt;P&gt;in value give it as 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create second table and provide conditional show &lt;SPAN style="font-size: 13.3333px;"&gt;if(Getpossiblecount(Dim1)=1 and getpossiblecount(dim2)=1&lt;/SPAN&gt; and Var1 =1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when user clicks on underline value it will trigger and display new table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2017 07:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Link-between-two-tables/m-p/1361169#M417166</guid>
      <dc:creator>sateeshkumar</dc:creator>
      <dc:date>2017-04-10T07:16:10Z</dc:date>
    </item>
  </channel>
</rss>

