<?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: Left/Right similar to Above/Below in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Left-Right-similar-to-Above-Below/m-p/1604872#M444632</link>
    <description>&lt;P&gt;It depends on what chart type you are using.&amp;nbsp; The before and after functions appear to work only in pivot tables.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jul 2019 22:09:21 GMT</pubDate>
    <dc:creator>jwjackso</dc:creator>
    <dc:date>2019-07-22T22:09:21Z</dc:date>
    <item>
      <title>Left/Right similar to Above/Below</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Right-similar-to-Above-Below/m-p/1604829#M444627</link>
      <description>&lt;P&gt;Does qlikview have some sort of left/right function that works similar to the above/below function?&amp;nbsp; Obviously im not referring to the existing LEFT function that takes the left-most characters of a string.&amp;nbsp; I am referring to some sort of simple function that looks at a metric directly LEFT or RIGHT of the expression in question.&amp;nbsp; Exactly how above,below currently work...with ability to offset by X number of rows (or in this case, columns)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probably doesnt exist but figured I would ask.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 19:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Right-similar-to-Above-Below/m-p/1604829#M444627</guid>
      <dc:creator>jjohnstonti618</dc:creator>
      <dc:date>2019-07-22T19:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Left/Right similar to Above/Below</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Right-similar-to-Above-Below/m-p/1604845#M444629</link>
      <description>&lt;P&gt;I've used the&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/ChartFunctions/InterRecordFunctions/column.htm" target="_self"&gt;Column function&lt;/A&gt;&amp;nbsp;in the past.&amp;nbsp; However if you add a column prior to the last column, the column numbers after the new column have been changed.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 20:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Right-similar-to-Above-Below/m-p/1604845#M444629</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2019-07-22T20:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Left/Right similar to Above/Below</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Right-similar-to-Above-Below/m-p/1604857#M444630</link>
      <description>&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;[ TIP: to show any contributor that you like and appreciate their answers please CLICK the like icon (thumbs up) ]&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is actually:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;&amp;nbsp;Before()&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;&lt;A href="http://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/InterRecordFunctions/before.htm" target="_blank"&gt;http://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/InterRecordFunctions/before.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; and&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;After()&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp;&lt;A href="http://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/InterRecordFunctions/after.htm" target="_blank"&gt;http://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/InterRecordFunctions/after.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 21:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Right-similar-to-Above-Below/m-p/1604857#M444630</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2019-07-22T21:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Left/Right similar to Above/Below</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Right-similar-to-Above-Below/m-p/1604871#M444631</link>
      <description>&lt;P&gt;i cant get it to simply show the result right or left...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example, lets say my expression (column) is called X...&amp;nbsp; and expression Y one column to the right has a value of 500 (as a result of some complex formula), and expression Z TWO columns to the right has a value of 1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to simply input the code =after(X) and have it return a value of 500,&lt;/P&gt;&lt;P&gt;or input =after(X,2) and have it return 1000.... but its not working&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;am i oversimplifying this?&amp;nbsp; theres no way to simply tell qlikview to look at hte resulting value 1,2,...x columns to the right or left and paste it in existing column?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 22:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Right-similar-to-Above-Below/m-p/1604871#M444631</guid>
      <dc:creator>jjohnstonti618</dc:creator>
      <dc:date>2019-07-22T22:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Left/Right similar to Above/Below</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Right-similar-to-Above-Below/m-p/1604872#M444632</link>
      <description>&lt;P&gt;It depends on what chart type you are using.&amp;nbsp; The before and after functions appear to work only in pivot tables.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 22:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Right-similar-to-Above-Below/m-p/1604872#M444632</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2019-07-22T22:09:21Z</dc:date>
    </item>
  </channel>
</rss>

