<?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: straight table custom field values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/straight-table-custom-field-values/m-p/727085#M260650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could able to get results using above and below functions but when I am applying filters, these are not working.Please let me know how I can proceed. 5 th and 15 th lines in account(straight table)are added manually with inline in data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Aug 2014 00:08:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-08T00:08:00Z</dc:date>
    <item>
      <title>straight table custom field values</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table-custom-field-values/m-p/727083#M260648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;straigh table with one dimension having list categories and used expressions;&lt;/P&gt;&lt;P&gt;I want custom dimension category (categor1-category2) for all expressions. So, I added up inline table to add one row in dimension. How to show expressions one - other&lt;IMG alt="Capture.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/63860_Capture.PNG" style="width: 620px; height: 251px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line3=line2-line1&amp;nbsp; ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 16:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table-custom-field-values/m-p/727083#M260648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-06T16:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: straight table custom field values</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table-custom-field-values/m-p/727084#M260649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To do a 'line3=line2-1 ,&amp;nbsp; check out the above() and below() functions to grab values from preceding or succeeding lines within the straight table chart. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from the help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;above(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[ &lt;SPAN class="Bold"&gt;total&lt;/SPAN&gt; ] expression [ , offset [,n ]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Returns the value of &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; evaluated with the chart's dimension values as they appear on the row above the current row within a column segment in a table or, in the case of bitmap charts, in the chart's straight table equivalent (Actually all QlikView charts have a straight table equivalent with the exception of the pivot table which has a more complex structure.). &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;On the first row of a column segment a NULL value will be returned, as there is no row above this one. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If the chart is one-dimensional or if the &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; is preceded by the &lt;SPAN class="Bold"&gt;total&lt;/SPAN&gt; qualifier, the current column segment is always equal to the entire column. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If the table or table equivalent has multiple vertical dimensions, the current column segment will include only rows with the same values as the current row in all dimension columns except for the column showing the last dimension in the inter field sort order. The inter field sort order for pivot tables is defined simply by the order of the dimensions from left to right. For other chart types this can be manipulated in the &lt;SPAN class="Bold"&gt;Chart Properties: Sort&lt;/SPAN&gt; dialog. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Specifying an &lt;SPAN class="Italic"&gt;offset&lt;/SPAN&gt; greater than 1 lets you move the evaluation of &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; to rows further up the current row. A negative &lt;SPAN class="Italic"&gt;offset&lt;/SPAN&gt; number will actually make the &lt;SPAN class="Bold"&gt;above&lt;/SPAN&gt; function equivalent to a &lt;SPAN class="Bold"&gt;below&lt;/SPAN&gt; function with the corresponding positive &lt;SPAN class="Italic"&gt;offset&lt;/SPAN&gt; number. Specifying an &lt;SPAN class="Italic"&gt;offset&lt;/SPAN&gt; of 0 will evaluate the &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; on the current row. Recursive calls will return NULL. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;By specifying a third parameter &lt;SPAN class="Italic"&gt;n&lt;/SPAN&gt; greater than 1, the function will return not one but a range of &lt;SPAN class="Italic"&gt;n&lt;/SPAN&gt; values, one for each of &lt;SPAN class="Italic"&gt;n&lt;/SPAN&gt; table rows counting upwards from the original cell. In this form, the function can be used as an argument to any of the special &lt;A class="MCXref_0"&gt;Chart Range Functions&lt;/A&gt;. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;...Or if that doesn't help i suggest uploading a QVW sample that helps detail your need&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 17:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table-custom-field-values/m-p/727084#M260649</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-08-06T17:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: straight table custom field values</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table-custom-field-values/m-p/727085#M260650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could able to get results using above and below functions but when I am applying filters, these are not working.Please let me know how I can proceed. 5 th and 15 th lines in account(straight table)are added manually with inline in data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 00:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table-custom-field-values/m-p/727085#M260650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-08T00:08:00Z</dc:date>
    </item>
  </channel>
</rss>

