<?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: how to filter values from field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982559#M946275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or without changing your script at all:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=sum({&amp;lt;Model = {'*-*'}&amp;gt;} Cost)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The set analysis reduces the list of Dimension values in the current object to those that contain a hyphen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Dec 2015 12:55:29 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2015-12-24T12:55:29Z</dc:date>
    <item>
      <title>how to filter values from field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982557#M946273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have data like below &lt;/P&gt;&lt;P&gt;model:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="174" style="border: 1px solid rgb(0, 0, 0); height: 139px; width: 168px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Model&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;cost&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Nokia-att&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;45&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;lumia-at&amp;amp;t&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;73&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Samsung &lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;lg-airtel&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Sony&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;65&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;micro max&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where i want to create one more field that should have only '-'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="174" style="border: 1px solid #000000; height: 139px; width: 168px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Model&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;cost&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Nokia-att&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;45&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;lumia-at&amp;amp;t&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;73&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;lg-airtel&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need like this how can i create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ...........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 07:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982557#M946273</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2015-12-24T07:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter values from field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982558#M946274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD Model, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cost,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(SubStringCount(Model,'-')&amp;gt;0,1,0) as Flag&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2129" data-containertype="14" data-objectid="197647" data-objecttype="1" href="https://community.qlik.com/thread/197647"&gt;https://community.qlik.com/thread/197647&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now create a Straight Table&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;Model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;Flag = {1}&amp;gt;}cost)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 07:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982558#M946274</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-12-24T07:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter values from field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982559#M946275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or without changing your script at all:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=sum({&amp;lt;Model = {'*-*'}&amp;gt;} Cost)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The set analysis reduces the list of Dimension values in the current object to those that contain a hyphen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 12:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982559#M946275</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-24T12:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter values from field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982560#M946276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be like this at script like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Model,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cost,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;If(Model like '*-*', Model) as NewModel&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;[&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2129" data-containertype="14" data-objectid="197647" data-objecttype="1" href="https://community.qlik.com/thread/197647" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;https://community.qlik.com/thread/197647&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now take NewModel as a dimension, hope this will help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 13:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982560#M946276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-24T13:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter values from field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982561#M946277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below see how to adjust your script to get the new field you want to use and what to achieve with that in UI:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="-Model.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109947_-Model.jpg" style="height: 196px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Burkhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 13:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982561#M946277</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2015-12-24T13:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter values from field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982562#M946278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;Tanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 05:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982562#M946278</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2016-01-06T05:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter values from field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982563#M946279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 05:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982563#M946279</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2016-01-06T05:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter values from field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982564#M946280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balraj,&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 05:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982564#M946280</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2016-01-06T05:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to filter values from field</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982565#M946281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Burkhard,&lt;/P&gt;&lt;P&gt;Thanks for your explanation,i got it some another way.&lt;/P&gt;&lt;P&gt;Both are working. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 05:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-filter-values-from-field/m-p/982565#M946281</guid>
      <dc:creator>sakamsureshbabu</dc:creator>
      <dc:date>2016-01-06T05:36:51Z</dc:date>
    </item>
  </channel>
</rss>

