<?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: Set expression with If Statement in a expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/1892920#M1217375</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Missed this, maybe;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="20220215_1.png" style="width: 709px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72281i8114D04027DFE86D/image-size/large?v=v2&amp;amp;px=999" role="button" title="20220215_1.png" alt="20220215_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then just cancel your region selection as I think you got.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Chris.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Feb 2022 08:48:52 GMT</pubDate>
    <dc:creator>chrismarlow</dc:creator>
    <dc:date>2022-02-15T08:48:52Z</dc:date>
    <item>
      <title>Set expression with If Statement in a expression</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/1889861#M1217240</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;I would like to exclude Region filter from my expression but the below listed expression is not working. I have If condition for an aggregated dimension and trying to exclude Region filter. Please suggest.&lt;/P&gt;
&lt;P&gt;= Count({&amp;lt;Region= &amp;gt;} Aggr (If ( Status = 'InProcess', Status &amp;lt;&amp;gt; 'Complete'), Commodities, Commodities))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 16:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/1889861#M1217240</guid>
      <dc:creator>sam1508</dc:creator>
      <dc:date>2022-02-07T16:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression with If Statement in a expression</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/1889878#M1217241</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure the IF formula here is doing what you think it is doing, for If statement would expect to see 3 parts (maybe 2 if value for false is null) and only 1st part would have a comparison ... if Status=InProcess then automatically Status&amp;lt;&amp;gt;Complete ...&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Chris.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 17:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/1889878#M1217241</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2022-02-07T17:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression with If Statement in a expression</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/1890059#M1217242</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Yes, you are correct. It is not doing the desired behavior. I would like to write an expression in which I want to count 'InProcess' status for a Commodity if the status is not Completed. There may be additional records for the&amp;nbsp; 3rd Status (Void) for that Commodity but I don't have to account for that . Can you please suggest the right expression. I wrote the below expression, it is not giving me the desired count and Region filter is also working which I don't want.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;= Count({&amp;lt;Region= &amp;gt;} Aggr (If ( BCet_Status = 'InProcess' and BCet_Status &amp;lt;&amp;gt;'Complete' or BCet_Status = 'Void' , BCet_Status ), B_Commodities, B_Commodities))&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 06:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/1890059#M1217242</guid>
      <dc:creator>sam1508</dc:creator>
      <dc:date>2022-02-08T06:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression with If Statement in a expression</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/1890064#M1217244</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;aggr(count({&amp;lt;Region=,Status={'InProgress'}&amp;gt;}Commodities),Commodities)&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 06:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/1890064#M1217244</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2022-02-08T06:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression with If Statement in a expression</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/1890081#M1217246</link>
      <description>&lt;P&gt;This is not working as expected. It won't check for other records for the same commodity with different Status.&amp;nbsp;&lt;SPAN&gt;I would like to write an expression in which I want to count 'InProgress' status for a Commodity if the status is not Completed. There may be additional records for the&amp;nbsp; another Status (Void) for that Commodity but I don't have to account for that .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Also, it should count all the distinct InProgress commodities once if the condition satisfies. For below table,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Comm1 doesn't have Complete Status so it should get counted as 1 for InProgress&lt;/P&gt;
&lt;P&gt;Comm2 doesn't have InProgress status so it won't get counted.&lt;/P&gt;
&lt;P&gt;Comm3 has Complete and InProgress both so we don't need to count as it is already Completed&lt;/P&gt;
&lt;P&gt;Comm4 has InProgress so we need to count it as 1&lt;/P&gt;
&lt;P&gt;So, total InProgress Status count for the below table is 2. Hope this example helps&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="388"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="156.5px" height="25px"&gt;Commodities&lt;/TD&gt;
&lt;TD width="134.594px" height="25px"&gt;Sub Commodity&lt;/TD&gt;
&lt;TD width="95.9062px" height="25px"&gt;Status&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="156.5px" height="25px"&gt;Comm1&lt;/TD&gt;
&lt;TD width="134.594px" height="25px"&gt;SC1&lt;/TD&gt;
&lt;TD width="95.9062px" height="25px"&gt;Void&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="156.5px" height="25px"&gt;Comm1&lt;/TD&gt;
&lt;TD width="134.594px" height="25px"&gt;SC2&lt;/TD&gt;
&lt;TD width="95.9062px" height="25px"&gt;InProgress&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="156.5px" height="25px"&gt;Comm1&lt;/TD&gt;
&lt;TD width="134.594px" height="25px"&gt;SC3&lt;/TD&gt;
&lt;TD width="95.9062px" height="25px"&gt;InProgress&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="156.5px" height="25px"&gt;Comm2&lt;/TD&gt;
&lt;TD width="134.594px" height="25px"&gt;SC1&lt;/TD&gt;
&lt;TD width="95.9062px" height="25px"&gt;Void&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="156.5px" height="25px"&gt;Comm2&lt;/TD&gt;
&lt;TD width="134.594px" height="25px"&gt;SC2&lt;/TD&gt;
&lt;TD width="95.9062px" height="25px"&gt;Complete&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="156.5px" height="25px"&gt;Comm3&lt;/TD&gt;
&lt;TD width="134.594px" height="25px"&gt;SC1&lt;/TD&gt;
&lt;TD width="95.9062px" height="25px"&gt;Complete&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="156.5px" height="25px"&gt;Comm3&lt;/TD&gt;
&lt;TD width="134.594px" height="25px"&gt;SC2&lt;/TD&gt;
&lt;TD width="95.9062px" height="25px"&gt;InProgress&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="156.5px" height="25px"&gt;Comm4&lt;/TD&gt;
&lt;TD width="134.594px" height="25px"&gt;SC1&lt;/TD&gt;
&lt;TD width="95.9062px" height="25px"&gt;InProgress&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Tue, 08 Feb 2022 20:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/1890081#M1217246</guid>
      <dc:creator>sam1508</dc:creator>
      <dc:date>2022-02-08T20:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression with If Statement in a expression</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/1892860#M1217372</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/163857"&gt;@sam1508&lt;/a&gt;&amp;nbsp;wrote:&amp;nbsp;&lt;A title="MCDVOICE" href="https://www.mcdvoice.guru/" target="_self"&gt;&lt;FONT color="#FFFFFF"&gt;MCDVOICE&lt;/FONT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;I would like to exclude Region filter from my expression but the below listed expression is not working. I have If condition for an aggregated dimension and trying to exclude Region filter. Please suggest.&lt;/P&gt;
&lt;P&gt;= Count({&amp;lt;Region= &amp;gt;} Aggr (If ( Status = 'InProcess', Status &amp;lt;&amp;gt; 'Complete'), Commodities, Commodities))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Modifiers are used to make additions or changes to a selection. Such modifications can be written in the set expression. A modifier consists of one or several field names, each followed by one or several selections that can be made in the field. Modifiers begin and end with angle brackets, &amp;lt;&amp;gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 07:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/1892860#M1217372</guid>
      <dc:creator>Shepherd69</dc:creator>
      <dc:date>2022-02-15T07:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression with If Statement in a expression</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/1892920#M1217375</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Missed this, maybe;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="20220215_1.png" style="width: 709px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72281i8114D04027DFE86D/image-size/large?v=v2&amp;amp;px=999" role="button" title="20220215_1.png" alt="20220215_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then just cancel your region selection as I think you got.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Chris.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 08:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/1892920#M1217375</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2022-02-15T08:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression with If Statement in a expression</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/1993286#M1221294</link>
      <description>&lt;P&gt;If your carrier allows it, you can view your APN settings in one of the following locations: Settings &amp;gt; Cellular &amp;gt; Cellular Data Options &amp;gt; Cellular Network. Settings &amp;gt; Mobile Data &amp;gt; Mobile Data Options &amp;gt; Mobile Data Network&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;A href="https://www.apnsettingsandroid.com/2021/08/straight-talk-apn-settings-android.html" target="_self"&gt;straight talk apn settings&lt;/A&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;A href="https://www.apnsettingsandroid.com/2021/08/us-cellular-apn-settings-android.html" target="_self"&gt;us cellular apn settings&lt;/A&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;A href="https://www.corporateofficehqaddress.com/2022/07/bojangles-corporate-office-headquarters-address.html" target="_self"&gt;Bojangles corporate officers&lt;/A&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;A href="https://www.corporateofficehqaddress.com/2022/06/uber-corporate-office-locations-address.html" target="_self"&gt;uber corporate office headquarters address&lt;/A&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;A href="https://chromebookappsinfo.com/reset-school-chromebook" target="_self"&gt;how to factory reset a school Chromebook&lt;/A&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 12:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/1993286#M1221294</guid>
      <dc:creator>bennypal</dc:creator>
      <dc:date>2022-10-17T12:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression with If Statement in a expression</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/2135840#M1224808</link>
      <description>&lt;P&gt;The information you provided is correct. If your carrier allows it, you can view and edit your Access Point Name (APN) settings on your mobile device in one of the following locations, depending on your device and its operating system:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Settings &amp;gt; Cellular &amp;gt; Cellular Data Options &amp;gt; Cellular Network:&lt;/STRONG&gt; On iOS devices (e.g., iPhones), you can find the APN settings under these menu options.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Settings &amp;gt; Mobile Data &amp;gt; Mobile Data Options &amp;gt; Mobile Data Network:&lt;/STRONG&gt; On iOS devices, you can also access the APN settings through these menu options.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;It's important to note that not all carriers or mobile devices allow users to modify the APN settings. These settings are typically configured automatically when you insert a SIM card from your carrier. However, in some cases, you may need to access and modify these settings if you are using a non-standard or unlocked device or if you are experiencing connectivity issues. Always follow your carrier's instructions or contact their customer support for guidance on APN settings if needed.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Source:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;A href="https://www.teknopediia.eu.org/" target="_self"&gt;Teknopediia&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;A href="https://softonebrowser.blogspot.com/" target="_self"&gt;softonebrowser&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2023 13:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/2135840#M1224808</guid>
      <dc:creator>safiradara</dc:creator>
      <dc:date>2023-11-08T13:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression with If Statement in a expression</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/2422305#M1225364</link>
      <description>&lt;P&gt;&lt;SPAN&gt;As we conclude this article, it becomes evident that WhatsApp Mod Image Resolution brings several advantages and potential risks. Wise and responsible users can harness its outstanding features to enrich their communication experiences. However, it's essential to always understand the associated risks and use modifications wisely. With awareness and knowledge, &lt;A href="https://ngobrolgames.com/" target="_blank" rel="noopener"&gt;ngobrol games&lt;/A&gt; WhatsApp Mod Image Resolution can serve as a tool that enhances creativity and user experience in instant messaging. Happy exploring and communicating better!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 13:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/2422305#M1225364</guid>
      <dc:creator>nisafitri</dc:creator>
      <dc:date>2024-02-22T13:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression with If Statement in a expression</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/2481649#M1226105</link>
      <description>&lt;P&gt;WhatsApp Mod Image Resolution offers both benefits and potential risks. Users who are wise and responsible can take advantage of its features to enhance their communication. However, it's important to be aware of the risks and use modifications carefully. With the right understanding, &lt;STRONG&gt;&lt;A href="https://softmola.com" target="_blank" rel="noopener"&gt;Softmola&lt;/A&gt;&lt;/STRONG&gt; WhatsApp Mod Image Resolution can boost creativity and user experience in messaging. Happy exploring and communicating!&lt;/P&gt;</description>
      <pubDate>Sun, 15 Sep 2024 14:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-with-If-Statement-in-a-expression/m-p/2481649#M1226105</guid>
      <dc:creator>sophiaannika</dc:creator>
      <dc:date>2024-09-15T14:57:08Z</dc:date>
    </item>
  </channel>
</rss>

