<?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: Column() function  How and Where to use in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754684#M268858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heres what it looks like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so no&amp;nbsp; the year month is not a dimension.&amp;nbsp; I ahve several columns.&amp;nbsp;&amp;nbsp; I did the pivot over in sqlserver and brought the data over as it looks&amp;nbsp;&amp;nbsp;&amp;nbsp; flname&amp;nbsp; 2014-01&amp;nbsp;&amp;nbsp; 2014-03&amp;nbsp;&amp;nbsp; etc...(more year monnths) with a value of Production Per Hour in these columns))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 17:48:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-02-05T17:48:04Z</dc:date>
    <item>
      <title>Column() function  How and Where to use</title>
      <link>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754681#M268855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Im trying to use the Column() function and it is not displaying or calculaing anything. I do not want to use the field name as this could &lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;change. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif;"&gt;Im attaching a picture of the Straight table that I created. I want to do calculations on the difference bettween 2014-01 and 2014-03 (ulitmately I will have all year months calculated but for this test, Im ok with how the data looks) This data will be a rolling 18 months of data. In the Expressions I created a &lt;/SPAN&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;function which says &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="font-size: 10pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Column&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(2) + &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Column&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;(3)) It returns nothing. If I use this &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Sum&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[2014-01]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; + &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;[2014-03]) I get the correct result. It wont even display andy data in Column(2) Any clue what I need to be doing differently. (Im very new to Qlikview)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 17:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754681#M268855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-05T17:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Column() function  How and Where to use</title>
      <link>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754682#M268856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I presume you have year-month as dimension and only one expression.&lt;/P&gt;&lt;P&gt;so column will not work here as it refers to the expression so you have only Column one.&lt;/P&gt;&lt;P&gt;In order to do what you want, you need to use functions as peek, above etc. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 17:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754682#M268856</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-02-05T17:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Column() function  How and Where to use</title>
      <link>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754683#M268857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Column&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(1)+&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Column&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 17:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754683#M268857</guid>
      <dc:creator />
      <dc:date>2015-02-05T17:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Column() function  How and Where to use</title>
      <link>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754684#M268858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heres what it looks like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so no&amp;nbsp; the year month is not a dimension.&amp;nbsp; I ahve several columns.&amp;nbsp;&amp;nbsp; I did the pivot over in sqlserver and brought the data over as it looks&amp;nbsp;&amp;nbsp;&amp;nbsp; flname&amp;nbsp; 2014-01&amp;nbsp;&amp;nbsp; 2014-03&amp;nbsp;&amp;nbsp; etc...(more year monnths) with a value of Production Per Hour in these columns))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 17:48:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754684#M268858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-05T17:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Column() function  How and Where to use</title>
      <link>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754685#M268859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried that but it didnt work (ive tried several options.... like that&amp;nbsp;&amp;nbsp; bummer its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 18:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754685#M268859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-05T18:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Column() function  How and Where to use</title>
      <link>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754686#M268860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is what they have in excel and want in qv....&amp;nbsp;&amp;nbsp;&amp;nbsp; Ive never done a qv rpt so really have no clue where to start, Im assumming I need either a pivot table or a strait table.&amp;nbsp;&amp;nbsp; I can get the data where the P/C is by Year Month or I can pivot it in sql server and have the year months as columns when it comes to QV.&amp;nbsp;&amp;nbsp; How would you go about reproducing this rpt?&lt;BR /&gt;&lt;IMG alt="wahexcel.jpg" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/77249_wahexcel.jpg" style="width: 620px; height: 240px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 18:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754686#M268860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-05T18:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Column() function  How and Where to use</title>
      <link>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754687#M268861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to the screenshots you posted, it's as Ioannis suggested. 2014-01 etc are Dimensions. The Column(n) function works only with chart Expression columns. When you use [2014-01] - [2014-03] you are referred to field names, not chart columns. You can make the fields Expressions instead of DImensions if you want to use Column().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 18:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754687#M268861</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-02-05T18:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Column() function  How and Where to use</title>
      <link>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754688#M268862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bring it in unpivoted. &lt;/P&gt;&lt;P&gt;1. Create a Pivot table chart. &lt;/P&gt;&lt;P&gt;2. Use DImensions Name, Month-Year.&lt;/P&gt;&lt;P&gt;3. Use expressions: =Production / Contribution.&lt;/P&gt;&lt;P&gt;4. Drag the Month-Year Column up to the right corner or the chart to make it horizontal. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much easier to help if yo can post a small sample qvw. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 19:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754688#M268862</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-02-05T19:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Column() function  How and Where to use</title>
      <link>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754689#M268863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that works!!!!   Thanks so much    Thanks for helping me understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 19:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754689#M268863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-05T19:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Column() function  How and Where to use</title>
      <link>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754690#M268864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks as I will try this too!   I never could get it to put the columns spread out(horizontal)&lt;/P&gt;&lt;P&gt;Beings new to this, I just don’t know the step by step process.  Ill get there, thanks to your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 19:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754690#M268864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-05T19:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Column() function  How and Where to use</title>
      <link>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754691#M268865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the pivot table working Rob W, now to get the percentage change between the yearmonths &lt;SPAN style="text-decoration: underline;"&gt;would I need to use the Peek function&lt;/SPAN&gt; as Im trying the Column() and its not calculating ( Column(2) - Column(3))/Column(2))&amp;nbsp; In fact it looks strange on the pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would post the qvw but no clue exactly how .....&amp;nbsp; but heres a picture.&amp;nbsp; Thanks so much for pointing me in a direction.. totally appreciate it&lt;IMG alt="qvpivottable.jpg" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/77250_qvpivottable.jpg" style="width: 620px; height: 198px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 20:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754691#M268865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-05T20:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Column() function  How and Where to use</title>
      <link>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754692#M268866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to calculate change from the prior month on the chart, use the before() function. Read up on before() and the other inter-chart functions in the Help (look for before in the Index). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 20:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754692#M268866</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-02-05T20:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Column() function  How and Where to use</title>
      <link>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754693#M268867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks  for pointing me in a direction!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 11:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754693#M268867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-06T11:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Column() function  How and Where to use</title>
      <link>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754694#M268868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&amp;nbsp; Thanks so much I got the Before working and it looks great!&amp;nbsp;&amp;nbsp;&amp;nbsp; Exactly what I wanted!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 15:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-function-How-and-Where-to-use/m-p/754694#M268868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-06T15:36:22Z</dc:date>
    </item>
  </channel>
</rss>

