<?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 Get hidden column value from table column selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680517#M246749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a straight table with a few hidden columns.&amp;nbsp; When a column is selected (filtered), is it possible to get the value of the hidden column?&lt;/P&gt;&lt;P&gt;For example, I have a table with a company name column, numerous other columns and a hidden id field.&amp;nbsp; When a user clicks on a company name is it possible to select the corresponding id field?&amp;nbsp; One company can have several different ids.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2014 16:59:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-15T16:59:41Z</dc:date>
    <item>
      <title>Get hidden column value from table column selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680517#M246749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a straight table with a few hidden columns.&amp;nbsp; When a column is selected (filtered), is it possible to get the value of the hidden column?&lt;/P&gt;&lt;P&gt;For example, I have a table with a company name column, numerous other columns and a hidden id field.&amp;nbsp; When a user clicks on a company name is it possible to select the corresponding id field?&amp;nbsp; One company can have several different ids.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 16:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680517#M246749</guid>
      <dc:creator />
      <dc:date>2014-07-15T16:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get hidden column value from table column selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680518#M246750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's my table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Partners:&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Company, State, ID&lt;/P&gt;&lt;P&gt;Accenture, TX, 101&lt;/P&gt;&lt;P&gt;LinkedIn, CA, 102&lt;/P&gt;&lt;P&gt;Rackspace, TX, 103&lt;/P&gt;&lt;P&gt;Rackspace, FL, 104&lt;/P&gt;&lt;P&gt;Rackspace, NY, 105&lt;/P&gt;&lt;P&gt;Microsoft, WA, 106&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using this data to populate a straight table.&amp;nbsp; If a user selects Rackspace, how do i get the corresponding ID associated with their selection?&amp;nbsp; &lt;/P&gt;&lt;P&gt;Someone suggested I use FirstSortedValue() but that only returns the first ID.&amp;nbsp; Any help with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 15:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680518#M246750</guid>
      <dc:creator />
      <dc:date>2014-07-16T15:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Get hidden column value from table column selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680519#M246751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 19:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680519#M246751</guid>
      <dc:creator />
      <dc:date>2014-07-18T19:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get hidden column value from table column selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680520#M246752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where do tyou want to display the ID's?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a text box?&lt;/P&gt;&lt;P&gt;=concat(DISTINCT ID, ', ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62711_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 21:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680520#M246752</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-07-18T21:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get hidden column value from table column selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680521#M246753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replying.&amp;nbsp; The concat statement will get all the possible IDs for Rackspace.&amp;nbsp; What I'm trying to do is the get the ID for one selected.&amp;nbsp; For example in your picture, If I were to select the middle Rackspace, the one associated with Florida, how would i get the 104 ID that's associated with that record?&amp;nbsp; I don't want all the IDs for Rackspace, just the one that was selected.&amp;nbsp; Is that possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 22:00:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680521#M246753</guid>
      <dc:creator />
      <dc:date>2014-07-18T22:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get hidden column value from table column selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680522#M246754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes all possible Ids&lt;/P&gt;&lt;P&gt;when you select on Company column, you select Rackspace (not the first or second or.... Rackspace); Rackspace has 3 possible Id; 103,104,105; to select only the second row you can click on FL in State column (and in textbox you get 104)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 22:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680522#M246754</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-07-18T22:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get hidden column value from table column selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680523#M246755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think what Massimo suggested is what you need, because concat will show you 1 or any number of coincidences regarding your selections. I think that maybe you can add this to the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(GetSelectedCount(Company)&amp;gt;0 or GetSelectedCount(State)&amp;gt;0, Concat(DISTINCT ID, ','), chr(0))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way&amp;nbsp; it will show you the ID corresponding to your selection (remember that it could be just 1 ID or a group of IDs if your selection is more than one dimension value either in State and/or Company), otherwise if nothing is selected then nothing will be displayed in the text box, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 22:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680523#M246755</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-07-18T22:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get hidden column value from table column selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680524#M246756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case, is there any way to auto selected FL when the middle Rackspace is selected?&amp;nbsp; The client doesn't want to have to select the state as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 14:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680524#M246756</guid>
      <dc:creator />
      <dc:date>2014-07-21T14:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get hidden column value from table column selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680525#M246757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Selections are made in the dimensions, unfortunately not when the dimension is hidden (at least in web modus). As a work around you can not really hide the dimension but sort of hide it by setting the font color the same as the background color and maybe drag it ot the end of the table out of sight.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 14:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680525#M246757</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2014-07-21T14:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Get hidden column value from table column selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680526#M246758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="2014-07-21_10-54-46.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62807_2014-07-21_10-54-46.png" style="width: 620px; height: 487px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 15:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680526#M246758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T15:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get hidden column value from table column selection</title>
      <link>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680527#M246759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it out.&amp;nbsp; If I use an expression for the Company column instead of a dimension, it'll select the entire row when I click on the company name including the hidden columns.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 15:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-hidden-column-value-from-table-column-selection/m-p/680527#M246759</guid>
      <dc:creator />
      <dc:date>2014-07-22T15:07:22Z</dc:date>
    </item>
  </channel>
</rss>

