<?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 pivot and straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/pivot-and-straight-table/m-p/779031#M276115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi....&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have two tables one is straight tables and pivot table when i select the perticular row of straight table&amp;nbsp; the pivot table should be display(like hide and show).&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Can any one help me..&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please find following attachment...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;when i select calls offered field(its a expression field) in straight table i have to display pivot table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2014 11:27:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-06T11:27:47Z</dc:date>
    <item>
      <title>pivot and straight table</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-and-straight-table/m-p/779031#M276115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi....&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have two tables one is straight tables and pivot table when i select the perticular row of straight table&amp;nbsp; the pivot table should be display(like hide and show).&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Can any one help me..&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please find following attachment...&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;when i select calls offered field(its a expression field) in straight table i have to display pivot table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 11:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-and-straight-table/m-p/779031#M276115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-06T11:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: pivot and straight table</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-and-straight-table/m-p/779032#M276116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chandini, I don't know a way to control clicks on expression, anyway, as a click on expression selects the dimensions associated with that cell, you can set the condional show in design tab like:&lt;/P&gt;&lt;P&gt;GetSelectdCount(Date)=1 and GetSelectdCount(Region)=1 and GetSelectdCount(City)=1and GetSelectdCount(Category)=1 and GetSelectdCount(Subcategory)=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to hide straight table you can use something like:&lt;/P&gt;&lt;P&gt;GetSelectdCount(Date)&amp;lt;&amp;gt;1 or GetSelectdCount(Region)&amp;lt;&amp;gt;1 or GetSelectdCount(City)&amp;lt;&amp;gt;1 or GetSelectdCount(Category)&amp;lt;&amp;gt;1 or GetSelectdCount(Subcategory)&amp;lt;&amp;gt;1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 12:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-and-straight-table/m-p/779032#M276116</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-11-06T12:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: pivot and straight table</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-and-straight-table/m-p/779033#M276117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way to accomplish this is to use a macro and a variable (note, this will work in Ajax mode as well). Assume your Straight table has ID = CH01 and your Pivot table has ID = CH02. Do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In Settings-&amp;gt;Variable Overview, create a variable called &lt;SPAN style="font-family: 'courier new', courier;"&gt;vRowsCH01&lt;/SPAN&gt; (change the CH01 part into the real ID of your straight table)&lt;/LI&gt;&lt;LI&gt;Add the following macro in Tools-&amp;gt;Edit Module:&lt;/LI&gt;&lt;/UL&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Sub NoOfRows&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;set chart = ActiveDocument.GetSheetObject("CH01")&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ActiveDocument.Variables("vRowsCH01").SetContent chart.GetNoOfRows, true&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;end Sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Again change CH01 into the real ID of your straight table everywhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open Settings-&amp;gt;Document Properties-&amp;gt;Triggers, select&lt;EM&gt; OnAnySelect&lt;/EM&gt; from the top list and click Edit Actions... next to the list.&lt;/LI&gt;&lt;LI&gt;Add an action of type&lt;EM&gt; Run Macro&lt;/EM&gt; and select macro &lt;SPAN style="font-family: 'courier new', courier;"&gt;NoOfRows&lt;/SPAN&gt; as the one to run. Close all dialogs&lt;/LI&gt;&lt;LI&gt;Open CH02-&amp;gt;Object Properties-&amp;gt;Layout and enter the following in the Conditional Show field:&lt;/LI&gt;&lt;/UL&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;$(vRowsCH01) = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Once more, change CH01 into the real ID of your straight table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 12:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-and-straight-table/m-p/779033#M276117</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-11-06T12:47:45Z</dc:date>
    </item>
  </channel>
</rss>

