<?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 Count Active Cols in Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-Active-Cols-in-Straight-Table/m-p/1906696#M1217942</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a straight table and I need to capture the number of columns (both Dimensions and Measure) in the table.&lt;/P&gt;
&lt;P&gt;The table has columns that show/hide conditionally so I need the count of all the columns that are not conditionally hidden.&lt;/P&gt;
&lt;P&gt;I have not come up with any way to do this. I looked at NoOfColums function, but that is for pivot tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help on this would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Brian&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2022 17:26:32 GMT</pubDate>
    <dc:creator>Brip51</dc:creator>
    <dc:date>2022-03-17T17:26:32Z</dc:date>
    <item>
      <title>Count Active Cols in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Active-Cols-in-Straight-Table/m-p/1906696#M1217942</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a straight table and I need to capture the number of columns (both Dimensions and Measure) in the table.&lt;/P&gt;
&lt;P&gt;The table has columns that show/hide conditionally so I need the count of all the columns that are not conditionally hidden.&lt;/P&gt;
&lt;P&gt;I have not come up with any way to do this. I looked at NoOfColums function, but that is for pivot tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help on this would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 17:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Active-Cols-in-Straight-Table/m-p/1906696#M1217942</guid>
      <dc:creator>Brip51</dc:creator>
      <dc:date>2022-03-17T17:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Count Active Cols in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Active-Cols-in-Straight-Table/m-p/1906756#M1217944</link>
      <description>&lt;P&gt;You could use Dimensionality(), except specifically in the total where that wouldn't work.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 20:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Active-Cols-in-Straight-Table/m-p/1906756#M1217944</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-03-17T20:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Count Active Cols in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Active-Cols-in-Straight-Table/m-p/1906979#M1217952</link>
      <description>&lt;P&gt;Hi Or,&lt;/P&gt;
&lt;P&gt;Thank you.&amp;nbsp; That will give me the number of dimensions in the table.&amp;nbsp; I need both dimension and expressions.&lt;/P&gt;
&lt;P&gt;My test table has 13 total columns 2 dimensions and 11 measures.&amp;nbsp; Dimensionality() correctly returns 2.&lt;/P&gt;
&lt;P&gt;I need to count all the columns in the table.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 12:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Active-Cols-in-Straight-Table/m-p/1906979#M1217952</guid>
      <dc:creator>Brip51</dc:creator>
      <dc:date>2022-03-18T12:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Count Active Cols in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Active-Cols-in-Straight-Table/m-p/1908039#M1217991</link>
      <description>&lt;P&gt;Why not using the show/hidden conditions to evaluate how many dimensions/expression have been set to TRUE?&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 08:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Active-Cols-in-Straight-Table/m-p/1908039#M1217991</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-03-22T08:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Count Active Cols in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Count-Active-Cols-in-Straight-Table/m-p/1908172#M1217994</link>
      <description>&lt;P&gt;Hi Marcus,&lt;/P&gt;
&lt;P&gt;Yes.&amp;nbsp; I am not sure why I didn't think of that.&amp;nbsp; That worked for me.&amp;nbsp; Thank you!!&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 12:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-Active-Cols-in-Straight-Table/m-p/1908172#M1217994</guid>
      <dc:creator>Brip51</dc:creator>
      <dc:date>2022-03-22T12:54:53Z</dc:date>
    </item>
  </channel>
</rss>

