<?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: Conditional display Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108882#M764221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so how can we achieve the required functionality.&lt;/P&gt;&lt;P&gt;is there any other workaround.&lt;/P&gt;&lt;P&gt;can you suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jul 2018 06:08:39 GMT</pubDate>
    <dc:creator>Rajesh</dc:creator>
    <dc:date>2018-07-20T06:08:39Z</dc:date>
    <item>
      <title>Conditional display Table</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108875#M764209</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 created Pivot table converted to cross table with 2 dim and 2 measures and created Table Box with some attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from this i am trying to display the Table box conditionally based on selection of Cell from Pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have used getfieldselections function in Table box layout tab(Show Always or Conditional) but not working as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one suggest the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108875#M764209</guid>
      <dc:creator>Rajesh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional display Table</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108876#M764210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exact expression have you tried?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 05:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108876#M764210</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-07-20T05:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional display Table</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108877#M764211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Len(GetFieldSelections(short_description))&amp;gt;0, 1, 0) used expression in Layout tab in Table Box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 05:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108877#M764211</guid>
      <dc:creator>Rajesh</dc:creator>
      <dc:date>2018-07-20T05:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional display Table</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108878#M764212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That should work. Or, a simpler expression &lt;SPAN style="font-family: 'courier new', courier;"&gt;=GetSelectedCount(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;short_description)&lt;/SPAN&gt; could work. Could share your sample qvw?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 05:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108878#M764212</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-07-20T05:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional display Table</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108879#M764213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you provide sample app??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 05:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108879#M764213</guid>
      <dc:creator>bhaskar_sm</dc:creator>
      <dc:date>2018-07-20T05:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional display Table</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108880#M764215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208384_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;i have created Calendar view with using Pivot chart need to select on Cell of the Chart and it should display the respected cell data in Table box and it should hide the Pivot Chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried using Week field its working but i need to select the cell of the Pivot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 05:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108880#M764215</guid>
      <dc:creator>Rajesh</dc:creator>
      <dc:date>2018-07-20T05:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional display Table</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108881#M764216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you select a &lt;STRONG&gt;field value&lt;/STRONG&gt; from a chart, your conditional display might work, however, if you are selecting a cell that is coming from &lt;STRONG&gt;expression&lt;/STRONG&gt; , it might not work that way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 06:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108881#M764216</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-07-20T06:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional display Table</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108882#M764221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so how can we achieve the required functionality.&lt;/P&gt;&lt;P&gt;is there any other workaround.&lt;/P&gt;&lt;P&gt;can you suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 06:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108882#M764221</guid>
      <dc:creator>Rajesh</dc:creator>
      <dc:date>2018-07-20T06:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional display Table</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108883#M764222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are clicking on a specific cell, see which fields values corresponding to it are getting selected. You might try using the same field(s) in the layout expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 06:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-display-Table/m-p/108883#M764222</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-07-20T06:25:55Z</dc:date>
    </item>
  </channel>
</rss>

