<?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 Plain table that you can program/hard code each cell in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Plain-table-that-you-can-program-hard-code-each-cell/m-p/101826#M6809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there a plain table object in qlik sense that i can program or hard code each cell value rather than using the dimension, column and measures etc?&lt;/P&gt;&lt;P&gt;for example a table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;hard-coded header&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;hard-coded header&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;hard coded row name: "total value"&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;select sum(value) from table1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;hard coded row name: "value change"&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;select sum(value) - sum(value_base) from table1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;hard coded row name:&amp;nbsp; "percentage value change"&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;select (sum(value) - sum(value_base))/sum(value_base) from table1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1 is a sql table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jul 2018 21:15:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-02T21:15:30Z</dc:date>
    <item>
      <title>Plain table that you can program/hard code each cell</title>
      <link>https://community.qlik.com/t5/App-Development/Plain-table-that-you-can-program-hard-code-each-cell/m-p/101826#M6809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there a plain table object in qlik sense that i can program or hard code each cell value rather than using the dimension, column and measures etc?&lt;/P&gt;&lt;P&gt;for example a table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;hard-coded header&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;hard-coded header&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;hard coded row name: "total value"&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;select sum(value) from table1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;hard coded row name: "value change"&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;select sum(value) - sum(value_base) from table1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;hard coded row name:&amp;nbsp; "percentage value change"&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;select (sum(value) - sum(value_base))/sum(value_base) from table1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1 is a sql table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 21:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Plain-table-that-you-can-program-hard-code-each-cell/m-p/101826#M6809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-02T21:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Plain table that you can program/hard code each cell</title>
      <link>https://community.qlik.com/t5/App-Development/Plain-table-that-you-can-program-hard-code-each-cell/m-p/101827#M6810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is pretty straightforward to achieve this if you can live with doing the hardcoding in your load script. Then you can have multiple SQL statements each returning two values in a single row and adding these rows to a single table by doing CONCATENATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1530601781015924 jive_text_macro" jivemacro_uid="_1530601781015924" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;T1:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SQL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select 'total value' as T1h,sum(value) as T1m from table1;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;concatenate SQL &lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;select '&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;value change' as T1h, s&lt;/SPAN&gt;um(value) - sum(value_base) AS T1m from table1;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;concatenate SQL &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'courier new', courier;"&gt;select '&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;percentage value change&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;' as T1h, &lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;select (sum(value) - sum(value_base))/sum(value_base) from table1&lt;/SPAN&gt;&lt;/SPAN&gt; AS T1m from table1;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;In a sheet you can create a regular Qlik Sense Table object and add T1h as dimension and T1m as a measure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 07:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Plain-table-that-you-can-program-hard-code-each-cell/m-p/101827#M6810</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-07-03T07:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Plain table that you can program/hard code each cell</title>
      <link>https://community.qlik.com/t5/App-Development/Plain-table-that-you-can-program-hard-code-each-cell/m-p/101828#M6811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Petter. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 20:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Plain-table-that-you-can-program-hard-code-each-cell/m-p/101828#M6811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-28T20:57:11Z</dc:date>
    </item>
  </channel>
</rss>

