<?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 How to build a summary table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-build-a-summary-table/m-p/232156#M500757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My target is to build something similar to a statistic box, but&lt;/P&gt;&lt;P&gt;- with indicators based on several field&lt;/P&gt;&lt;P&gt;- with different set of selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My table would have 2 columns [Statistic label] and [Statistic value]&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Number of incidents for current month | Value&lt;/P&gt;&lt;P&gt;Number of incidents for previous month | Value&lt;/P&gt;&lt;P&gt;%Increase (m/m-1) | Value&lt;/P&gt;&lt;P&gt;Number of incident YTD | Value&lt;/P&gt;&lt;P&gt;Resolution time (hours) | Value&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each cell of the 2column should have its own expression (made of 'Set Analysis').&lt;/P&gt;&lt;P&gt;For the moment, I import the definition of my statistics, coming from an Excel file. And with a macro, I would like to process the 2nd expression which contains the expression (in text) in order to retrieve the real value&lt;/P&gt;&lt;P&gt;I wanted to used a TableBox with the method SetInputFieldCell, but it does not seem to accept expression.&lt;/P&gt;&lt;P&gt;Another idea, would be to process the expression within the macro, and paste the value inside the TableBox (But i think it is not that clean)&lt;/P&gt;&lt;P&gt;Any better idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Feb 2011 09:43:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-28T09:43:42Z</dc:date>
    <item>
      <title>How to build a summary table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-build-a-summary-table/m-p/232156#M500757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My target is to build something similar to a statistic box, but&lt;/P&gt;&lt;P&gt;- with indicators based on several field&lt;/P&gt;&lt;P&gt;- with different set of selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My table would have 2 columns [Statistic label] and [Statistic value]&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Number of incidents for current month | Value&lt;/P&gt;&lt;P&gt;Number of incidents for previous month | Value&lt;/P&gt;&lt;P&gt;%Increase (m/m-1) | Value&lt;/P&gt;&lt;P&gt;Number of incident YTD | Value&lt;/P&gt;&lt;P&gt;Resolution time (hours) | Value&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each cell of the 2column should have its own expression (made of 'Set Analysis').&lt;/P&gt;&lt;P&gt;For the moment, I import the definition of my statistics, coming from an Excel file. And with a macro, I would like to process the 2nd expression which contains the expression (in text) in order to retrieve the real value&lt;/P&gt;&lt;P&gt;I wanted to used a TableBox with the method SetInputFieldCell, but it does not seem to accept expression.&lt;/P&gt;&lt;P&gt;Another idea, would be to process the expression within the macro, and paste the value inside the TableBox (But i think it is not that clean)&lt;/P&gt;&lt;P&gt;Any better idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 09:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-build-a-summary-table/m-p/232156#M500757</guid>
      <dc:creator />
      <dc:date>2011-02-28T09:43:42Z</dc:date>
    </item>
    <item>
      <title>How to build a summary table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-build-a-summary-table/m-p/232157#M500758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might tell me to use a pivot table and put enter all my expressions. But they will be displayed as columns. Is there any ways to transpose it? So my columns becomes rows?&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 04:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-build-a-summary-table/m-p/232157#M500758</guid>
      <dc:creator />
      <dc:date>2011-03-01T04:22:16Z</dc:date>
    </item>
    <item>
      <title>How to build a summary table?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-build-a-summary-table/m-p/232158#M500759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;topic closed.&lt;/P&gt;&lt;P&gt;Chart properties &amp;gt; Presentation &amp;gt; Allow Pivoting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 09:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-build-a-summary-table/m-p/232158#M500759</guid>
      <dc:creator />
      <dc:date>2011-03-02T09:09:37Z</dc:date>
    </item>
  </channel>
</rss>

