<?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 convert case into expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-convert-case-into-expression/m-p/1622373#M445866</link>
    <description>&lt;P&gt;Perhaps this? I assume, you have real null values&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(ISNULL(ManualBV_Outcome) = ISNULL(AutomatedBV_Outcome)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;AND ISNULL(ManualBV_Outcome_Reason) = ISNULL(AutomatedBV_Outcome_Reason), 'match', 'nomatch') as Manual_Discripency_Case_Status&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;After that, you can call it out for set analysis like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;COUNT ({&amp;lt;Manual_Discripency_Case_Status={'match'}&amp;gt;} DISTINCT eBVDiscrpt_Parent_Case_Id) // For match records&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;COUNT ({&amp;lt;Manual_Discripency_Case_Status={'nomatch'}&amp;gt;} DISTINCT eBVDiscrpt_Parent_Case_Id)&amp;nbsp;// For no-match records&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Sep 2019 02:14:30 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2019-09-11T02:14:30Z</dc:date>
    <item>
      <title>how to convert case into expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-convert-case-into-expression/m-p/1622371#M445865</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me how to convert the below condition into qlik expression ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CASE WHEN ISNULL(ManualBV_Outcome,'') = ISNULL(AutomatedBV_Outcome,'')&lt;BR /&gt;AND ISNULL(ManualBV_Outcome_Reason,'') = ISNULL(AutomatedBV_Outcome_Reason,'') THEN 'match'&lt;BR /&gt;ELSE 'nomatch' END AS Manual_Discripency_Case_Status&lt;/P&gt;&lt;P&gt;-----------------&lt;/P&gt;&lt;P&gt;select eBVDiscrpt_Parent_Case_Id&lt;/P&gt;&lt;P&gt;where&amp;nbsp;Manual_Discripency_Case_Status = 'Match'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried doing this but no luck --&lt;/P&gt;&lt;P&gt;=COUNT ( DISTINCT IF((ManualBV_Outcome_Reason = AutomatedBV_Outcome_Reason ) AND (ManualBV_Outcome = AutomatedBV_Outcome ) , eBVDiscrpt_Parent_Case_Id))&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-convert-case-into-expression/m-p/1622371#M445865</guid>
      <dc:creator>Sai78</dc:creator>
      <dc:date>2024-11-16T02:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert case into expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-convert-case-into-expression/m-p/1622373#M445866</link>
      <description>&lt;P&gt;Perhaps this? I assume, you have real null values&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(ISNULL(ManualBV_Outcome) = ISNULL(AutomatedBV_Outcome)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;AND ISNULL(ManualBV_Outcome_Reason) = ISNULL(AutomatedBV_Outcome_Reason), 'match', 'nomatch') as Manual_Discripency_Case_Status&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;After that, you can call it out for set analysis like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;COUNT ({&amp;lt;Manual_Discripency_Case_Status={'match'}&amp;gt;} DISTINCT eBVDiscrpt_Parent_Case_Id) // For match records&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;COUNT ({&amp;lt;Manual_Discripency_Case_Status={'nomatch'}&amp;gt;} DISTINCT eBVDiscrpt_Parent_Case_Id)&amp;nbsp;// For no-match records&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 02:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-convert-case-into-expression/m-p/1622373#M445866</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-09-11T02:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert case into expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-convert-case-into-expression/m-p/1627159#M446185</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Sunitha, did Anil's post help, or are you still trying to figure things out?&amp;nbsp; If that was what you needed, do not forget to give Anil credit by using the Accept as Solution button to mark his post as the solution.&amp;nbsp; If you figured out something else, consider posting what you did and mark that.&amp;nbsp; If you still need help, leave an update.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Brett&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 21:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-convert-case-into-expression/m-p/1627159#M446185</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-09-23T21:31:57Z</dc:date>
    </item>
  </channel>
</rss>

