<?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: Storing Straight Table Column Name as Variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255429#M583366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the replies.&amp;nbsp; I guess to more succinctly explain my problem:&amp;nbsp; I have a straight table and I would like a variable trigger (or its equivalent) on selecting an expression value (or it's header) within the table.&amp;nbsp; Is this possible?&amp;nbsp; I know it is possible with a field, but what about with an expression or header?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uller&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Sep 2011 21:32:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-09-12T21:32:36Z</dc:date>
    <item>
      <title>Storing Straight Table Column Name as Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255423#M583360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently have a straight table with a series of mini-charts displaying data, however I was wondering if it were possible to store a column name as a variable on a mouse click even if it is an expression in the chart.&amp;nbsp; I am hoping to use the variable to display a dynamic chart across all my customers based on the selected metric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need clarification and thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 19:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255423#M583360</guid>
      <dc:creator />
      <dc:date>2011-09-12T19:06:57Z</dc:date>
    </item>
    <item>
      <title>Storing Straight Table Column Name as Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255424#M583361</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;Use Getfieldselections( ) command to fetch the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 19:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255424#M583361</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-12T19:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Straight Table Column Name as Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255425#M583362</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 hope this little example help u if this is that u are looking for &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C u,&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 19:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255425#M583362</guid>
      <dc:creator />
      <dc:date>2011-09-12T19:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Straight Table Column Name as Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255426#M583363</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;See the attached sample file you may be use some thing like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColA, ColB, ColC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 145, 14&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 125, 23&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, 242, 85&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rotate:&lt;/P&gt;&lt;P&gt;LOAD * INLINE &lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColC&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 19:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255426#M583363</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-12T19:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Straight Table Column Name as Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255427#M583364</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;&lt;/P&gt;&lt;P&gt;Store selection value into variable like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vTest = Getfieldselections( Field )&lt;/P&gt;&lt;P&gt;and get this value in expression and calculate &lt;/P&gt;&lt;P&gt;= Sum( $ ( vTest ) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use a load with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE &lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColA, ColB, ColC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 145, 14&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 125, 23&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, 242, 85&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rotate:&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColC&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 19:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255427#M583364</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-12T19:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Straight Table Column Name as Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255428#M583365</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;You got correct answer with this solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 20:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255428#M583365</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-09-12T20:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Straight Table Column Name as Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255429#M583366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the replies.&amp;nbsp; I guess to more succinctly explain my problem:&amp;nbsp; I have a straight table and I would like a variable trigger (or its equivalent) on selecting an expression value (or it's header) within the table.&amp;nbsp; Is this possible?&amp;nbsp; I know it is possible with a field, but what about with an expression or header?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uller&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 21:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255429#M583366</guid>
      <dc:creator />
      <dc:date>2011-09-12T21:32:36Z</dc:date>
    </item>
    <item>
      <title>Storing Straight Table Column Name as Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255430#M583367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand u&amp;nbsp; can use "Group option" in the tab expression of the table.&lt;/P&gt;&lt;P&gt;So u can switch beetwen your expressions by clicking on the icon in the table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefano.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 21:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255430#M583367</guid>
      <dc:creator />
      <dc:date>2011-09-12T21:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Straight Table Column Name as Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255431#M583368</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;Please see if the attached sample can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 05:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Storing-Straight-Table-Column-Name-as-Variable/m-p/255431#M583368</guid>
      <dc:creator />
      <dc:date>2011-09-13T05:36:56Z</dc:date>
    </item>
  </channel>
</rss>

