<?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: Field Names in variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-Names-in-variable/m-p/772371#M664258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u. .It works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jan 2015 12:44:34 GMT</pubDate>
    <dc:creator>help4qv123</dc:creator>
    <dc:date>2015-01-27T12:44:34Z</dc:date>
    <item>
      <title>Field Names in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Names-in-variable/m-p/772369#M664256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need all the filtered list box values in textbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: I have an expression like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(assets='ABC',&lt;/P&gt;&lt;P&gt;Count ({$&amp;lt;[assets] = {'Assest1','Assest2','Assest3','Assest4'},&amp;nbsp; &lt;/P&gt;&lt;P&gt;[group] = {'$(Valcoholoc1)'} &amp;gt;} DISTINCT TOTAL [Value] ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here = Assest1, Assest2, Assests3 are the field names which are hard coded. in place of hardcode i want to replace it with variable...&lt;/P&gt;&lt;P&gt;assets is a column name in listbox. for example employee is a listbox, if i select A in another field the employee names will get filter in employee listbox(Table). So filtered field names should be placed in variable so that i can replace in the above expression,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can use like =GetFieldSelections([assets],', ',2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this wrks when we select multiple fields. i need the field names which are just filtered in listbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 11:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Names-in-variable/m-p/772369#M664256</guid>
      <dc:creator>help4qv123</dc:creator>
      <dc:date>2015-01-27T11:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Field Names in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Names-in-variable/m-p/772370#M664257</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 your variable use something like&lt;/P&gt;&lt;P&gt;Concat(Distinct Chr(39) &amp;amp; [assets] &amp;amp; Chr(39), ',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will give you a concatenated list of possible values in your assets field like&lt;/P&gt;&lt;P&gt;'Value1','Value2','Value3' etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 12:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Names-in-variable/m-p/772370#M664257</guid>
      <dc:creator />
      <dc:date>2015-01-27T12:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Field Names in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Names-in-variable/m-p/772371#M664258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u. .It works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 12:44:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Names-in-variable/m-p/772371#M664258</guid>
      <dc:creator>help4qv123</dc:creator>
      <dc:date>2015-01-27T12:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Field Names in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Names-in-variable/m-p/772372#M664260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can i place an exclude in this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my 1st value it shold exclude the dim value and calculate irrespective of that.&lt;/P&gt;&lt;P&gt;like my straight table displays assets dimension and its value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dim&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exp(value)&lt;/P&gt;&lt;P&gt;assets1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(assets='asset1',Count ({$&amp;lt;[assets] = {'Assest2','Assest3'} &amp;gt;} DISTINCT&amp;nbsp; [Value] ))&lt;/P&gt;&lt;P&gt;assets2&amp;nbsp;&amp;nbsp;&amp;nbsp; if(assets='asset2',Count ({$&amp;lt;[assets] = {'Assest1','Assest3'} &amp;gt;} DISTINCT&amp;nbsp; [Value] ))&lt;/P&gt;&lt;P&gt;assets3&amp;nbsp;&amp;nbsp;&amp;nbsp; if(assets='asset3',Count ({$&amp;lt;[assets] = {'Assest1','Assest2',} &amp;gt;} DISTINCT&amp;nbsp; [Value] ))\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the sample example....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 12:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Names-in-variable/m-p/772372#M664260</guid>
      <dc:creator>help4qv123</dc:creator>
      <dc:date>2015-01-27T12:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Field Names in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Field-Names-in-variable/m-p/772373#M664263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I follow what you are trying to do, can you post up an example application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 13:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-Names-in-variable/m-p/772373#M664263</guid>
      <dc:creator />
      <dc:date>2015-01-27T13:00:40Z</dc:date>
    </item>
  </channel>
</rss>

