<?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: Dynamic Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Pivot-table/m-p/679408#M1068581</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;You can change dynamically change the dimension shown in a chart field by using a calculated dimension and a variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a small example - imagine you have a table with three columns, A and B are dimensions and x is a measure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&amp;nbsp; B&amp;nbsp; x&lt;/P&gt;&lt;P&gt;----------&lt;/P&gt;&lt;P&gt;A1 B1 23&lt;/P&gt;&lt;P&gt;A1 B2 14&lt;/P&gt;&lt;P&gt;A2 B2 76&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a variable (for this example we'll call it vDim).&amp;nbsp; Create an input box that populates this variable using pre-defined values.&amp;nbsp; The pre-defined values will be the names of the dimensions (e.g. A and B).&amp;nbsp; This allows the user to choose a dimension. &lt;/P&gt;&lt;P&gt;Next, create a calculated dimension in the chart that uses the variable and dollar expansion to give the name of the selected value.&amp;nbsp; The dimension definition would be something like: [$(vDim)]&lt;/P&gt;&lt;P&gt;Now, if the user selects A from the input box, they should see values of column A in the calculated dimension. If they change the value in the input box to B, they should see values from column B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A similar approach can be used for dynamic measures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 31 Aug 2014 12:57:00 GMT</pubDate>
    <dc:creator>northerner</dc:creator>
    <dc:date>2014-08-31T12:57:00Z</dc:date>
    <item>
      <title>Dynamic Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Pivot-table/m-p/679407#M1068580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi dears&lt;/P&gt;&lt;P&gt;i want to let user be able to select different measures according different dimensions as they are using pivot table. i mean i want to let him to choose some of them(measures/dimensions) when he is using pivot table to make his preferred report. is it possible? if yes, how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Aug 2014 12:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Pivot-table/m-p/679407#M1068580</guid>
      <dc:creator />
      <dc:date>2014-08-31T12:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Pivot-table/m-p/679408#M1068581</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;You can change dynamically change the dimension shown in a chart field by using a calculated dimension and a variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a small example - imagine you have a table with three columns, A and B are dimensions and x is a measure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&amp;nbsp; B&amp;nbsp; x&lt;/P&gt;&lt;P&gt;----------&lt;/P&gt;&lt;P&gt;A1 B1 23&lt;/P&gt;&lt;P&gt;A1 B2 14&lt;/P&gt;&lt;P&gt;A2 B2 76&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a variable (for this example we'll call it vDim).&amp;nbsp; Create an input box that populates this variable using pre-defined values.&amp;nbsp; The pre-defined values will be the names of the dimensions (e.g. A and B).&amp;nbsp; This allows the user to choose a dimension. &lt;/P&gt;&lt;P&gt;Next, create a calculated dimension in the chart that uses the variable and dollar expansion to give the name of the selected value.&amp;nbsp; The dimension definition would be something like: [$(vDim)]&lt;/P&gt;&lt;P&gt;Now, if the user selects A from the input box, they should see values of column A in the calculated dimension. If they change the value in the input box to B, they should see values from column B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A similar approach can be used for dynamic measures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Aug 2014 12:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Pivot-table/m-p/679408#M1068581</guid>
      <dc:creator>northerner</dc:creator>
      <dc:date>2014-08-31T12:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Pivot-table/m-p/679409#M1068582</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;Yes it possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look at the below application.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-5404"&gt;http://community.qlik.com/docs/DOC-5404&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Aug 2014 12:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Pivot-table/m-p/679409#M1068582</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-08-31T12:57:49Z</dc:date>
    </item>
  </channel>
</rss>

