<?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 Creating new field based on another field values  with multiple If conditions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-new-field-based-on-another-field-values-with-multiple/m-p/1510650#M601474</link>
    <description>&lt;P&gt;&amp;nbsp;Hello Qlik Community,&lt;/P&gt;&lt;P&gt;I am trying to create new field called&amp;nbsp; "workstream"&amp;nbsp; with values OT, BAS, AT, PT, Sec, MD&amp;nbsp; based on the field "ParameterValue_1".&amp;nbsp; I am getting error&amp;nbsp; saying that" workstream"&amp;nbsp; field is unavialble on my dashboard . Help me out with following script.&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If( [ParameterValue_1]='Category:ED' AND [ParameterValue_1]='Category:Sales and Distribution','OT',&lt;/P&gt;&lt;P&gt;If([ParameterValue_1]= 'Category:GR' AND [ParameterValue_1]= 'Category:SA BASIS' AND [ParameterValue_1]='Category:Solution Manager', 'BAS',&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If([ParameterValue_1]= 'Category:Finance and Controlling', 'AT',&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If([ParameterValue_1]= 'Category:Manufacturing &amp;amp; Controlling' AND [ParameterValue_1]= 'Category:Materials Management' AND [ParameterValue]= 'Category:Plant Main' AND [ParameterValue_1]= 'Category:Production Plan' AND [ParameterValue_1]= 'Category:Quality' AND [ParameterValue_1]= 'Category:Enterprise Data ' AND [ParameterValue_1]= 'Category:Warehouse Management' AND [ParameterValue_1]= 'Subprocess:Plant Maintenance', 'PT',&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;if ( [ParameterValue_1]= 'Category:Security','Sec',&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If([ParameterValue_1]= 'Category:Master Data Management' AND [ParameterValue_1]= 'Subprocess:Master Data Management', 'MD'&lt;BR /&gt;&lt;BR /&gt;)))))) as [workstream]&lt;/P&gt;</description>
    <pubDate>Wed, 21 Nov 2018 19:50:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-21T19:50:34Z</dc:date>
    <item>
      <title>Creating new field based on another field values  with multiple If conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-based-on-another-field-values-with-multiple/m-p/1510650#M601474</link>
      <description>&lt;P&gt;&amp;nbsp;Hello Qlik Community,&lt;/P&gt;&lt;P&gt;I am trying to create new field called&amp;nbsp; "workstream"&amp;nbsp; with values OT, BAS, AT, PT, Sec, MD&amp;nbsp; based on the field "ParameterValue_1".&amp;nbsp; I am getting error&amp;nbsp; saying that" workstream"&amp;nbsp; field is unavialble on my dashboard . Help me out with following script.&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If( [ParameterValue_1]='Category:ED' AND [ParameterValue_1]='Category:Sales and Distribution','OT',&lt;/P&gt;&lt;P&gt;If([ParameterValue_1]= 'Category:GR' AND [ParameterValue_1]= 'Category:SA BASIS' AND [ParameterValue_1]='Category:Solution Manager', 'BAS',&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If([ParameterValue_1]= 'Category:Finance and Controlling', 'AT',&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If([ParameterValue_1]= 'Category:Manufacturing &amp;amp; Controlling' AND [ParameterValue_1]= 'Category:Materials Management' AND [ParameterValue]= 'Category:Plant Main' AND [ParameterValue_1]= 'Category:Production Plan' AND [ParameterValue_1]= 'Category:Quality' AND [ParameterValue_1]= 'Category:Enterprise Data ' AND [ParameterValue_1]= 'Category:Warehouse Management' AND [ParameterValue_1]= 'Subprocess:Plant Maintenance', 'PT',&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;if ( [ParameterValue_1]= 'Category:Security','Sec',&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If([ParameterValue_1]= 'Category:Master Data Management' AND [ParameterValue_1]= 'Subprocess:Master Data Management', 'MD'&lt;BR /&gt;&lt;BR /&gt;)))))) as [workstream]&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 19:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-based-on-another-field-values-with-multiple/m-p/1510650#M601474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-21T19:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field based on another field values  with multiple If conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-based-on-another-field-values-with-multiple/m-p/1510660#M601475</link>
      <description>can u please show your whole script?</description>
      <pubDate>Wed, 21 Nov 2018 19:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-based-on-another-field-values-with-multiple/m-p/1510660#M601475</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-11-21T19:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field based on another field values  with multiple If conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-based-on-another-field-values-with-multiple/m-p/1510675#M601477</link>
      <description>&lt;P&gt;Please see below attached script&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 19:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-based-on-another-field-values-with-multiple/m-p/1510675#M601477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-21T19:51:22Z</dc:date>
    </item>
  </channel>
</rss>

