<?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: Renaming Field Results in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Renaming-Field-Results/m-p/1084394#M925165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you Sinan! Exactly what I needed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Apr 2016 20:00:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-08T20:00:43Z</dc:date>
    <item>
      <title>Renaming Field Results</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-Field-Results/m-p/1084392#M925163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have some data in Qlikview that I am attempting to group together to make the reporting easier to read. My report is a bar chart that looks at my company's total number of orders per qtr and I want to break down the data by EDI vs "Manual" data. I am using our companies Sales Channel for the breakdown. There is no 'Manual' Sales Channel, we have numerous Sales Channels that I want to lump into a 'Manual' Grouping. In OBI, I did this with the below SQL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE WHEN ("Sales Orders"."Sales Channel Code") IN ('DOMESTIC DEALER' , 'GPO' , 'DIRECT' , 'DOMESTIC DEALER - ALPHA' , 'VERBAL_ORDER' , 'DOMESTIC DEALER - ASSOCIATED' , 'PHONE_ORDER' , '-1' , 'SUPPLY CHAIN - TRIAD' , 'ORDER FORM' , 'DOMESTIC DEALER - GRAND' , 'EMAIL_CENTER' , 'DOMESTIC DEALER - COMMONWEALTH' , 'SUPPLY CHAIN - HCA GULF' , 'SUPPLY CHAIN - THR')&amp;nbsp; THEN 'Manual'&amp;nbsp; WHEN ("Sales Orders"."Sales Channel Code") IN ('EDI') THEN 'EDI'&amp;nbsp; ELSE 'Unspecified' END&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I do this in QlikView? I would like to avoid the script editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&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/Renaming-Field-Results/m-p/1084392#M925163</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming Field Results</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-Field-Results/m-p/1084393#M925164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could be one way to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(WildMatch([Sales Channel Code], &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'DOMESTIC DEALER' , 'GPO' , 'DIRECT' , 'DOMESTIC DEALER - ALPHA' , 'VERBAL_ORDER' , 'DOMESTIC DEALER - ASSOCIATED' , 'PHONE_ORDER' , '-1' , 'SUPPLY CHAIN - TRIAD' , 'ORDER FORM' , 'DOMESTIC DEALER - GRAND' , 'EMAIL_CENTER' , 'DOMESTIC DEALER - COMMONWEALTH' , 'SUPPLY CHAIN - HCA GULF' , 'SUPPLY CHAIN - THR'), 'Manual', If(WildMatch(&lt;SPAN style="font-size: 13.3333px;"&gt;[Sales Channel Code], &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'EDI'), 'EDI', 'Unspecified')) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this to create a new dimension in your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 19:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Renaming-Field-Results/m-p/1084393#M925164</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2016-04-08T19:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming Field Results</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-Field-Results/m-p/1084394#M925165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you Sinan! Exactly what I needed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 20:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Renaming-Field-Results/m-p/1084394#M925165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-08T20:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming Field Results</title>
      <link>https://community.qlik.com/t5/QlikView/Renaming-Field-Results/m-p/1084395#M925166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 15:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Renaming-Field-Results/m-p/1084395#M925166</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2016-04-11T15:06:02Z</dc:date>
    </item>
  </channel>
</rss>

