<?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: What is NoOfColumn() and Column No() ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859727#M993099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't have a dimension going across, you might have to use RowNo() and NoOfRows() instead of ColumnNo() and NoOfColumns(), because the later 2 are used only when a dimension is pivoted (or goes across). Does that make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2015 09:48:12 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-07-01T09:48:12Z</dc:date>
    <item>
      <title>What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859720#M993092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Can anyone help me the use of Column No() and No of columns() with example ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 09:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859720#M993092</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-07-01T09:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859721#M993093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From Help FIle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor328"&gt;&lt;/A&gt;&lt;A name="NoOfColumns"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;NoOfColumns(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;total&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns the number of columns in the current row segment in a pivot table. &lt;/P&gt;&lt;P&gt;If the pivot table is one-dimensional or if the qualifier &lt;SPAN class="Bold"&gt;total&lt;/SPAN&gt; is used as argument, the current row segment is always equal to the entire row. &lt;/P&gt;&lt;P&gt;If the pivot table has multiple horizontal dimensions, the current row segment will include only columns with the same values as the current column in all dimension rows except for the row showing the last dimension in the inter field sort order. The inter field sort order for horizontal dimensions in pivot tables is defined simply by the order of the dimensions from top to bottom. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P class="Code"&gt;if( ColumnNo( )=NoOfColumns( ), 0, after( sum( Sales )))&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor326"&gt;&lt;/A&gt;&lt;A name="ColumnNo"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;ColumnNo(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;total&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns the number of the current column within the current row segment in a pivot table. The first column is number 1. &lt;/P&gt;&lt;P&gt;If the pivot table is one-dimensional or if the qualifier &lt;SPAN class="Bold"&gt;total&lt;/SPAN&gt; is used as argument, the current row segment is always equal to the entire row. &lt;/P&gt;&lt;P&gt;If the pivot table has multiple horizontal dimensions, the current row segment will include only columns with the same values as the current column in all dimension rows except for the row showing the last horizontal dimension of the inter field sort order. The inter field sort order for horizontal dimensions in pivot tables is defined simply by the order of the dimensions from top to bottom. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P class="Code"&gt;if( ColumnNo( )=1, 0, sum( Sales ) / before( sum( Sales )))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 09:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859721#M993093</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-01T09:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859722#M993094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know ColumnNo() is similar to RowNo(), but for a pivot table when you have one or more dimension going across, not sure if I used NoOfColumn() function before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 09:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859722#M993094</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-01T09:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859723#M993095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I have already gone thru help file but cann't understand much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 09:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859723#M993095</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-07-01T09:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859724#M993096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the below example, u can see, No of columns in the pivot table is 2 (Quarter). &lt;/P&gt;&lt;P&gt;And ColumnNo() is 1 for 1Q15 and 2 for 2Q15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TH bgcolor="#f5f5f5" nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Quarter&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TD bgcolor="#ffffff" colspan="3"&gt;&lt;SPAN style="color: #363636;"&gt;1Q15&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff" colspan="3"&gt;&lt;SPAN style="color: #363636;"&gt;2Q15&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TH bgcolor="#f5f5f5" nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;ID_company&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Due&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;=NoOfColumns()&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;=ColumnNo()&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Due&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;=NoOfColumns()&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;=ColumnNo()&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;50000&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;50000&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;100000&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;100000&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;50000&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;100000&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 09:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859724#M993096</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-07-01T09:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859725#M993097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example for you to understand:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91437_Capture.PNG" style="height: 199px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1 and Table 2 have both the same number of dimensions and expressions, but since in Table 1 there is one dimension (Dim2) is going across, we are able to use ColumnNo() and NoOfColumn() functions, whereas in otherone we don't see any results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will clarify things,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 09:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859725#M993097</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-01T09:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859726#M993098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Thanks. This is exactly what happening in my case. My case is same as of you below table. So how can i use ColumnNo() and NoOfColumns() here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 09:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859726#M993098</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-07-01T09:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859727#M993099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't have a dimension going across, you might have to use RowNo() and NoOfRows() instead of ColumnNo() and NoOfColumns(), because the later 2 are used only when a dimension is pivoted (or goes across). Does that make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 09:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859727#M993099</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-01T09:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859728#M993101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this is what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91438_Capture.PNG" style="height: 176px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 09:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859728#M993101</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-01T09:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859729#M993103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I tried with ROWNO() and NoOfRows() but it also doesnot work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 09:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859729#M993103</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-07-01T09:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859730#M993105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the numbers you are expecting to see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 09:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859730#M993105</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-01T09:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859731#M993107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ahve pivot table with 4 dimensions and 8 expresions.&lt;/P&gt;&lt;P&gt;If i have all 4 dimensions expanded then i want expr1 to expr7 visible and dont want expr8 visible.&lt;/P&gt;&lt;P&gt;If i have only first 2 dimensions expanded and rest 2 dimensions colapsed then i want expr1 to expr6 and expr8 visible and don't want expr7 visible.&lt;/P&gt;&lt;P&gt;How can i acheive this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 09:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859731#M993107</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-07-01T09:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859732#M993109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahaha, I saw your earlier post, but I don't think I know if a way to make that happen. May be somebody else might now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry Nikhil, I wish I could have been more helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 09:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859732#M993109</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-01T09:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859733#M993110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;haha, no prob buddy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 10:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859733#M993110</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-07-01T10:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859734#M993112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try with Dimensionality() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 10:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859734#M993112</guid>
      <dc:creator />
      <dc:date>2015-07-01T10:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859735#M993114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried but no success&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 10:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859735#M993114</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-07-01T10:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859736#M993115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my knowledge, You can't able to hide the column based on dimensionality of pivot table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 10:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859736#M993115</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-07-01T10:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859737#M993116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ohk,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 10:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859737#M993116</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-07-01T10:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859738#M993117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;In my pivot table, i ahve 4 dimensions and when all 4 dimensions are expanded, i have dimensionality() as 4, 2, 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, i want sum of 4+2+1 as 7 and i tried:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(aggr(Distinct Dimensionality(), SalesRegion, Desk)), but still sum is not 7.&lt;/P&gt;&lt;P&gt;How cld i acheive this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 07:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859738#M993117</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-07-02T07:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is NoOfColumn() and Column No() ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859739#M993118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide sample of your Pivot Table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 08:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-NoOfColumn-and-Column-No/m-p/859739#M993118</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-02T08:09:13Z</dc:date>
    </item>
  </channel>
</rss>

