<?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: Get field selection expression does not recognize assembled field name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1509097#M600273</link>
    <description>&lt;P&gt;Thanks I found a solution. But I will also try yours as well when I get the chance.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Nov 2018 13:48:18 GMT</pubDate>
    <dc:creator>femi_owoseni</dc:creator>
    <dc:date>2018-11-19T13:48:18Z</dc:date>
    <item>
      <title>Get field selection expression does not recognize assembled field name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1508411#M600267</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does any know what the below expression isn't working.&lt;/P&gt;&lt;P&gt;=GetFieldSelections(SubField(mid(GetCurrentSelections('|'),Index(GetCurrentSelections('|'),'|',-1)+1),':',1))&lt;/P&gt;&lt;P&gt;It seems the &lt;STRONG&gt;GetFieldSelections&lt;/STRONG&gt; does not recognize the resulting string from &amp;nbsp;&lt;STRONG&gt;SubField(mid(GetCurrentSelections('|'),Index(GetCurrentSelections('|'),'|',-1)+1),':',1)&lt;/STRONG&gt;&amp;nbsp;as a valid field name.&lt;/P&gt;&lt;P&gt;I tried appending '[' ']' or Chr(39) but no luck so far.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Nov 2018 02:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1508411#M600267</guid>
      <dc:creator>femi_owoseni</dc:creator>
      <dc:date>2018-11-17T02:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get field selection expression does not recognize assembled field name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1508412#M600268</link>
      <description>&lt;P&gt;May be try this&lt;/P&gt;&lt;PRE&gt;=GetFieldSelections(&lt;FONT color="#FF0000"&gt;$(=&lt;/FONT&gt;SubField(mid(GetCurrentSelections('|'), Index(GetCurrentSelections('|'), '|', -1) + 1),':',1)&lt;FONT color="#FF0000"&gt;)&lt;/FONT&gt;)&lt;/PRE&gt;</description>
      <pubDate>Sat, 17 Nov 2018 02:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1508412#M600268</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-17T02:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get field selection expression does not recognize assembled field name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1508413#M600269</link>
      <description>&lt;P&gt;Hi Stalwar1,&lt;/P&gt;&lt;P&gt;I got an invalid dimension error when I tried it&lt;/P&gt;</description>
      <pubDate>Sat, 17 Nov 2018 03:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1508413#M600269</guid>
      <dc:creator>femi_owoseni</dc:creator>
      <dc:date>2018-11-17T03:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Get field selection expression does not recognize assembled field name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1508487#M600270</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1. Create variable:&lt;/P&gt;&lt;P&gt;vGetFielsSelections : =chr(91)&amp;amp;SubField(mid(GetCurrentSelections('|'),Index(GetCurrentSelections('|'),'|',-1)+1),':',1)&amp;amp;chr(93)&lt;/P&gt;&lt;P&gt;2. Call that variable,&lt;/P&gt;&lt;P&gt;=GetFieldSelections($(vGetFielsSelections))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Nov 2018 11:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1508487#M600270</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2018-11-17T11:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Get field selection expression does not recognize assembled field name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1508544#M600271</link>
      <description>&lt;P&gt;May be give this a shot&lt;/P&gt;&lt;PRE&gt;=GetFieldSelections($(=&lt;FONT color="#FF0000"&gt;'[' &amp;amp;&lt;/FONT&gt; SubField(mid(GetCurrentSelections('|'), Index(GetCurrentSelections('|'), '|', -1) + 1),':',1) &lt;FONT color="#FF0000"&gt;&amp;amp; ']'&lt;/FONT&gt;))&lt;/PRE&gt;</description>
      <pubDate>Sat, 17 Nov 2018 23:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1508544#M600271</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-17T23:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Get field selection expression does not recognize assembled field name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1509095#M600272</link>
      <description>&lt;P&gt;Stalwar, Thank you very much. It worked. Can I trouble you to explain the modifications to my expression in particular why I needed to include $(...)&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 13:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1509095#M600272</guid>
      <dc:creator>femi_owoseni</dc:creator>
      <dc:date>2018-11-19T13:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Get field selection expression does not recognize assembled field name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1509097#M600273</link>
      <description>&lt;P&gt;Thanks I found a solution. But I will also try yours as well when I get the chance.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 13:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1509097#M600273</guid>
      <dc:creator>femi_owoseni</dc:creator>
      <dc:date>2018-11-19T13:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get field selection expression does not recognize assembled field name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1509108#M600274</link>
      <description>&lt;P&gt;The inner expression, i.e.&lt;/P&gt;&lt;PRE&gt;SubField(mid(GetCurrentSelections('|'),Index(GetCurrentSelections('|'),'|',-1)+1),':',1)&lt;/PRE&gt;&lt;P&gt;Was giving a field name, but it was not read by GetFieldSelections as a field, but just a text. Using the dollar sign expansion, we told QlikView/Qlik Sense to interpret it as a field rather than just a random text. And the reason we needed [] is because you might have a field which had spaces... and QlikView/ Qlik Sense needs [] brackets for fields with spaces.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Sunny&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 13:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1509108#M600274</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-19T13:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get field selection expression does not recognize assembled field name</title>
      <link>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1509110#M600275</link>
      <description>You are awesome. Thanks for your help.</description>
      <pubDate>Mon, 19 Nov 2018 13:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-field-selection-expression-does-not-recognize-assembled/m-p/1509110#M600275</guid>
      <dc:creator>femi_owoseni</dc:creator>
      <dc:date>2018-11-19T13:55:34Z</dc:date>
    </item>
  </channel>
</rss>

