<?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: If Statement to define a Calculated Dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/If-Statement-to-define-a-Calculated-Dimension/m-p/2002798#M83047</link>
    <description>&lt;P&gt;Ok, I got the issue with the AND operator missing among the fields used, in the 3rd nested If condition. later, it worked fine. thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/157695"&gt;@deepanshuSh&lt;/a&gt;&amp;nbsp;for your quick response on my query.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Nov 2022 06:45:49 GMT</pubDate>
    <dc:creator>Krish-BI_Engineer</dc:creator>
    <dc:date>2022-11-10T06:45:49Z</dc:date>
    <item>
      <title>If Statement to define a Calculated Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/If-Statement-to-define-a-Calculated-Dimension/m-p/2002515#M83033</link>
      <description>&lt;P&gt;Hi Friends, Qlikview Techies :&lt;/P&gt;
&lt;P&gt;I need to derive a Column based on multiple conditions on dates/ time columns, as shown below.&lt;/P&gt;
&lt;P&gt;I've tried in 'Calculated Dimension' field that to be used/displayed in a Chart.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If( [Event Time] &amp;gt; [Estimation_End_Time],'Late', if([Event Time] &amp;lt; [Estimation_Start_Time],'Early',if([Estimation_Start_Time]&amp;lt;[Event Time] &amp;lt;[Estimation_End_Time],'Within Time'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;)))&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;the editor dialogue box says "error in the&amp;nbsp;expression". But, I'm not sure of the fix/ solution.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;col label name: Precison_Time&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can you please help in solving this issue.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in Advance,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;KT.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 15:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-Statement-to-define-a-Calculated-Dimension/m-p/2002515#M83033</guid>
      <dc:creator>Krish-BI_Engineer</dc:creator>
      <dc:date>2022-11-09T15:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement to define a Calculated Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/If-Statement-to-define-a-Calculated-Dimension/m-p/2002606#M83037</link>
      <description>&lt;P&gt;&lt;SPAN&gt;If( [Event Time] &amp;gt; [Estimation_End_Time],'Late', if([Event Time] &amp;lt; [Estimation_Start_Time],'Early',if([&lt;EM&gt;&lt;STRONG&gt;Estimation_Start_Time]&amp;lt;[Event Time] &amp;lt;[Estimation_End_Time]&lt;/STRONG&gt;&lt;/EM&gt;,'Within Time'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;)))&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The '[&lt;EM&gt;&lt;STRONG&gt;Estimation_Start_Time]&amp;lt;[Event Time] &amp;lt;[Estimation_End_Time]&lt;/STRONG&gt;&lt;/EM&gt;,' seems incorrect to me you need to define the or, or and condition here to compare the three values simultaneously. Also, please check if all the values are in same formating and presented in same manner by putting individual values into the boxes and checking if conditions are true or not.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 17:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-Statement-to-define-a-Calculated-Dimension/m-p/2002606#M83037</guid>
      <dc:creator>deepanshuSh</dc:creator>
      <dc:date>2022-11-09T17:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement to define a Calculated Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/If-Statement-to-define-a-Calculated-Dimension/m-p/2002798#M83047</link>
      <description>&lt;P&gt;Ok, I got the issue with the AND operator missing among the fields used, in the 3rd nested If condition. later, it worked fine. thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/157695"&gt;@deepanshuSh&lt;/a&gt;&amp;nbsp;for your quick response on my query.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 06:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-Statement-to-define-a-Calculated-Dimension/m-p/2002798#M83047</guid>
      <dc:creator>Krish-BI_Engineer</dc:creator>
      <dc:date>2022-11-10T06:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement to define a Calculated Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/If-Statement-to-define-a-Calculated-Dimension/m-p/2003187#M83063</link>
      <description>&lt;P&gt;No, problem. Glad it worked out.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please close the thread to avoid any further responses to the post.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 16:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-Statement-to-define-a-Calculated-Dimension/m-p/2003187#M83063</guid>
      <dc:creator>deepanshuSh</dc:creator>
      <dc:date>2022-11-10T16:08:12Z</dc:date>
    </item>
  </channel>
</rss>

