<?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 About the expression GetFieldSelections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/About-the-expression-GetFieldSelections/m-p/1570758#M741014</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello guys, I'm new to qlikview.&lt;/P&gt;&lt;P&gt;On my straight table chart, I would like to show only the items which selected as&amp;nbsp;an output item.&lt;/P&gt;&lt;P&gt;(Selected in the listbox -&amp;gt; Reflected to the Straight table)&lt;/P&gt;&lt;P&gt;I used&amp;nbsp;"GetField Selections" expression for the dimentions&amp;nbsp;of straight table, but it doesn't work properly.&lt;/P&gt;&lt;P&gt;As the following screenshot, when I select an item "Unit Cost",&amp;nbsp;an item&amp;nbsp;"Cost" also displayed in the straight table due to t a part of item name is same.&lt;/P&gt;&lt;P&gt;*Enable Consitional:&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;=&lt;FONT color="#0000ff"&gt;GetFieldSelections&lt;/FONT&gt;([&lt;FONT color="#800000"&gt;Output items&lt;/FONT&gt;],',',110)&lt;FONT color="#0000ff"&gt;like&lt;/FONT&gt; '*Cost*'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;=&lt;FONT color="#0000ff"&gt;GetFieldSelections&lt;/FONT&gt;([&lt;FONT color="#800000"&gt;Output items&lt;/FONT&gt;],',',110)&lt;FONT color="#0000ff"&gt;like&lt;/FONT&gt; '*Unit Cost*'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="キャプチャ.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10461iF4EFE10C90F2D926/image-size/large?v=v2&amp;amp;px=999" role="button" title="キャプチャ.PNG" alt="キャプチャ.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to distinguish between "Cost" and "Unit Cost"?&lt;/P&gt;&lt;P&gt;Thank you for your support!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:01:34 GMT</pubDate>
    <dc:creator>Yuhka</dc:creator>
    <dc:date>2024-11-16T21:01:34Z</dc:date>
    <item>
      <title>About the expression GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/About-the-expression-GetFieldSelections/m-p/1570758#M741014</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello guys, I'm new to qlikview.&lt;/P&gt;&lt;P&gt;On my straight table chart, I would like to show only the items which selected as&amp;nbsp;an output item.&lt;/P&gt;&lt;P&gt;(Selected in the listbox -&amp;gt; Reflected to the Straight table)&lt;/P&gt;&lt;P&gt;I used&amp;nbsp;"GetField Selections" expression for the dimentions&amp;nbsp;of straight table, but it doesn't work properly.&lt;/P&gt;&lt;P&gt;As the following screenshot, when I select an item "Unit Cost",&amp;nbsp;an item&amp;nbsp;"Cost" also displayed in the straight table due to t a part of item name is same.&lt;/P&gt;&lt;P&gt;*Enable Consitional:&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;=&lt;FONT color="#0000ff"&gt;GetFieldSelections&lt;/FONT&gt;([&lt;FONT color="#800000"&gt;Output items&lt;/FONT&gt;],',',110)&lt;FONT color="#0000ff"&gt;like&lt;/FONT&gt; '*Cost*'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;=&lt;FONT color="#0000ff"&gt;GetFieldSelections&lt;/FONT&gt;([&lt;FONT color="#800000"&gt;Output items&lt;/FONT&gt;],',',110)&lt;FONT color="#0000ff"&gt;like&lt;/FONT&gt; '*Unit Cost*'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="キャプチャ.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10461iF4EFE10C90F2D926/image-size/large?v=v2&amp;amp;px=999" role="button" title="キャプチャ.PNG" alt="キャプチャ.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to distinguish between "Cost" and "Unit Cost"?&lt;/P&gt;&lt;P&gt;Thank you for your support!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-the-expression-GetFieldSelections/m-p/1570758#M741014</guid>
      <dc:creator>Yuhka</dc:creator>
      <dc:date>2024-11-16T21:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: About the expression GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/About-the-expression-GetFieldSelections/m-p/1570760#M741015</link>
      <description>&lt;P&gt;Not really sure - What you tried and trying here? Perhaps this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([&lt;FONT color="#800000"&gt;Output items&lt;/FONT&gt;]='Cost', 1,0)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 01:52:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-the-expression-GetFieldSelections/m-p/1570760#M741015</guid>
      <dc:creator>saminea_ANZ</dc:creator>
      <dc:date>2019-04-18T01:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: About the expression GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/About-the-expression-GetFieldSelections/m-p/1570772#M741016</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/70247"&gt;@saminea_ANZ&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;Thank you for your&amp;nbsp;suppot!&lt;/P&gt;&lt;P&gt;I would like to select multiple items as the output items... so I cannot use expression "=".&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 02:10:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-the-expression-GetFieldSelections/m-p/1570772#M741016</guid>
      <dc:creator>Yuhka</dc:creator>
      <dc:date>2019-04-18T02:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: About the expression GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/About-the-expression-GetFieldSelections/m-p/1570774#M741017</link>
      <description>&lt;P&gt;For me this sounds as Adhoc, Hence you can simply&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SubStringCount('|' &amp;amp; Concat(distinct [Output Items], '|') &amp;amp; '|', '|Cost|')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 02:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-the-expression-GetFieldSelections/m-p/1570774#M741017</guid>
      <dc:creator>saminea_ANZ</dc:creator>
      <dc:date>2019-04-18T02:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: About the expression GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/About-the-expression-GetFieldSelections/m-p/1570788#M741018</link>
      <description>I have not used you approach my self, but is it not possible to do like this?&lt;BR /&gt;&lt;BR /&gt;=GetFieldSelections([Output items],',',110) = 'Cost'&lt;BR /&gt;&lt;BR /&gt;If it is not then the solution below should give you your desired result.&lt;BR /&gt;&lt;BR /&gt;SubStringCount( Concat( DISTINCT '|' &amp;amp; [Output items] &amp;amp; '|'), '|Cost|')&lt;BR /&gt;AND&lt;BR /&gt;GetSelectedCount ([Output items]) &amp;gt; 0</description>
      <pubDate>Thu, 18 Apr 2019 04:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-the-expression-GetFieldSelections/m-p/1570788#M741018</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-04-18T04:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: About the expression GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/About-the-expression-GetFieldSelections/m-p/1570811#M741019</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/70247"&gt;@saminea_ANZ&lt;/a&gt;&amp;nbsp;, &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It went well! Thank you for your perfect answer!!!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 06:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/About-the-expression-GetFieldSelections/m-p/1570811#M741019</guid>
      <dc:creator>Yuhka</dc:creator>
      <dc:date>2019-04-18T06:38:54Z</dc:date>
    </item>
  </channel>
</rss>

