<?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 CATEGORIZATION in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41440#M769617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2018 05:23:55 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2018-06-05T05:23:55Z</dc:date>
    <item>
      <title>FIELD CATEGORIZATION</title>
      <link>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41429#M769606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having the Data set as the follwing which i have attached below,&lt;/P&gt;&lt;P&gt;what I need is , I want to show the name and price of bike which are not listed in &lt;STRONG&gt;TOP10&lt;/STRONG&gt;,&lt;STRONG&gt;TOP20&lt;/STRONG&gt;,&lt;STRONG&gt;TOP30&lt;/STRONG&gt; but present only in '&lt;STRONG&gt;IMPORTED&lt;/STRONG&gt;'&lt;/P&gt;&lt;P&gt;Looking forward for Solutions,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;NAVEEN.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41429#M769606</guid>
      <dc:creator>naveenashokan94</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD CATEGORIZATION</title>
      <link>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41430#M769607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share some sample data where you have the expressions for TOP10, TOP20 and TOP30. Image does not help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 16:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41430#M769607</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-01T16:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD CATEGORIZATION</title>
      <link>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41431#M769608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calculated dimension can help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(Flag10) and isnull(Flag20) and isnull(Flag30) and Flagimported = 'Imported',NAME) as NAME&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 17:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41431#M769608</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-06-01T17:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD CATEGORIZATION</title>
      <link>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41432#M769609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you know if those Flag10, Flag20 and Flag30 are fields rather expressions? Just checking.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 17:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41432#M769609</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-01T17:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD CATEGORIZATION</title>
      <link>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41433#M769610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just gave an idea &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; , if they are expressions then this will&amp;nbsp; not work &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 17:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41433#M769610</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-06-01T17:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD CATEGORIZATION</title>
      <link>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41434#M769611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those data sets are huge...thats why I shared the image...will try to attach the sample if possibe!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 05:42:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41434#M769611</guid>
      <dc:creator>naveenashokan94</dc:creator>
      <dc:date>2018-06-04T05:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD CATEGORIZATION</title>
      <link>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41435#M769612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try like this :&lt;/P&gt;&lt;P&gt;Create a calculated dimension:&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; font-size: 13px;"&gt;if(len(trim(Flag10&amp;amp;Flag20&amp;amp;Flag30)) = 0 and Flagimported = 'Imported',NAME) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;exp: sum(Price)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;Br,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;KC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 06:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41435#M769612</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-06-04T06:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD CATEGORIZATION</title>
      <link>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41436#M769613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much@Jyothish KC&lt;/P&gt;&lt;P&gt;It worked fine...Thaks for your suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 06:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41436#M769613</guid>
      <dc:creator>naveenashokan94</dc:creator>
      <dc:date>2018-06-04T06:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD CATEGORIZATION</title>
      <link>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41437#M769614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iam having one more Issue...&lt;BR /&gt;The issue is i need to Show the name and Price of bikes which are lot listed in any of the categories(The bike should not be listed in TOP10, TOP20, TOP30, and imported.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 06:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41437#M769614</guid>
      <dc:creator>naveenashokan94</dc:creator>
      <dc:date>2018-06-04T06:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD CATEGORIZATION</title>
      <link>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41438#M769615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this then:&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; font-size: 13px;"&gt;if(len(trim(Flag10&amp;amp;Flag20&amp;amp;Flag30&amp;amp;Flagimported)) =0, NAME)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;Br,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;KC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 05:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41438#M769615</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-06-05T05:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD CATEGORIZATION</title>
      <link>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41439#M769616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much...That was very helpful.&lt;/P&gt;&lt;P&gt;Thanks@Jyothish KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 05:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41439#M769616</guid>
      <dc:creator>naveenashokan94</dc:creator>
      <dc:date>2018-06-05T05:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD CATEGORIZATION</title>
      <link>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41440#M769617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 05:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41440#M769617</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-06-05T05:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: FIELD CATEGORIZATION</title>
      <link>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41441#M769618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please help me with a another issue that i have posted as "Mapping Fields"..&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 05:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/FIELD-CATEGORIZATION/m-p/41441#M769618</guid>
      <dc:creator>naveenashokan94</dc:creator>
      <dc:date>2018-06-05T05:28:03Z</dc:date>
    </item>
  </channel>
</rss>

