<?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: Pick field/column name from a variable and use it in calculations in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474420#M1137244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the advanced editor, there is an 'Attach file' option. Follow the link on the upper right corner in standard editor, or it should be the default editor when you edit an existing post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Nov 2013 14:52:21 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-11-02T14:52:21Z</dc:date>
    <item>
      <title>Pick field/column name from a variable and use it in calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474415#M1137239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Can someone please let me know is it possible to pick column name from variable and use it in set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a drop down and added 4 -5 column names and when user selects any column from dropdown it calculates on the basis of that something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(Distinct&amp;nbsp; {&amp;lt;{(year_col) = {$(year)}&amp;gt;} IDS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Nov 2013 14:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474415#M1137239</guid>
      <dc:creator />
      <dc:date>2013-11-02T14:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pick field/column name from a variable and use it in calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474416#M1137240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be possible if you use dollar sign expansion for that, something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Count(Distinct&amp;nbsp; {&amp;lt; $(year_col) = {$(year)}&amp;gt;} IDS)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;where year_col needs to be your variable and must expand to a valid field name.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Nov 2013 14:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474416#M1137240</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-02T14:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pick field/column name from a variable and use it in calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474417#M1137241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not working i tired &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Nov 2013 14:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474417#M1137241</guid>
      <dc:creator />
      <dc:date>2013-11-02T14:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Pick field/column name from a variable and use it in calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474418#M1137242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post a small sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Nov 2013 14:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474418#M1137242</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-02T14:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pick field/column name from a variable and use it in calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474419#M1137243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure how can i add a file here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Nov 2013 14:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474419#M1137243</guid>
      <dc:creator />
      <dc:date>2013-11-02T14:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pick field/column name from a variable and use it in calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474420#M1137244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the advanced editor, there is an 'Attach file' option. Follow the link on the upper right corner in standard editor, or it should be the default editor when you edit an existing post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Nov 2013 14:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474420#M1137244</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-02T14:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pick field/column name from a variable and use it in calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474421#M1137245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please click on below link to download the file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://app.box.com/s/0jirug441a1wmhvh4dqt"&gt;https://app.box.com/s/0jirug441a1wmhvh4dqt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Nov 2013 14:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474421#M1137245</guid>
      <dc:creator />
      <dc:date>2013-11-02T14:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pick field/column name from a variable and use it in calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474422#M1137246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Count(Distinct&amp;nbsp; {&amp;lt;{$(year_col) = {$(=year)}&amp;gt;} IDS)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Nov 2013 15:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474422#M1137246</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-11-02T15:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pick field/column name from a variable and use it in calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474423#M1137247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your application works in principle. You just need to quote the year field names in your script to get the data correctly loaded in. There was also a typo in your expression 'sales' instead 'Sales'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Nov 2013 00:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474423#M1137247</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-03T00:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pick field/column name from a variable and use it in calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474424#M1137248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks fro your help I wll try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Nov 2013 07:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pick-field-column-name-from-a-variable-and-use-it-in/m-p/474424#M1137248</guid>
      <dc:creator />
      <dc:date>2013-11-03T07:40:27Z</dc:date>
    </item>
  </channel>
</rss>

