<?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 takes over measure in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1928382#M76445</link>
    <description>&lt;P&gt;Hi Andrei,&lt;/P&gt;
&lt;P&gt;thanks for those details. We learn everyday!&lt;/P&gt;
&lt;P&gt;Is it possible to bypass the inner expression ?&amp;nbsp;&lt;BR /&gt;If not, your answer&amp;nbsp; will be the solution&lt;/P&gt;
&lt;P&gt;Thanks again&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Théo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 May 2022 08:25:25 GMT</pubDate>
    <dc:creator>t_donnet</dc:creator>
    <dc:date>2022-05-10T08:25:25Z</dc:date>
    <item>
      <title>IF statement takes over measure</title>
      <link>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1923751#M76034</link>
      <description>&lt;DIV dir="auto"&gt;Hello,&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;I was wondering if this Qlik Sense behaviour is normal.&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;The mesaure contains an if statement :&lt;/DIV&gt;
&lt;DIV class="lia-indent-padding-left-30px" dir="auto"&gt;
&lt;DIV dir="auto"&gt;If(Dim1 = 'A'&lt;/DIV&gt;
&lt;DIV class="lia-indent-padding-left-30px" dir="auto"&gt;, calculation&lt;/DIV&gt;
&lt;DIV class="lia-indent-padding-left-30px" dir="auto"&gt;, If(Dim1 = 'B'&lt;/DIV&gt;
&lt;DIV class="lia-indent-padding-left-60px" dir="auto"&gt;, calculation&lt;/DIV&gt;
&lt;DIV class="lia-indent-padding-left-60px" dir="auto"&gt;, If(Dim1 = 'C'&lt;/DIV&gt;
&lt;DIV class="lia-indent-padding-left-90px" dir="auto"&gt;, calculation&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;)))&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;Each calculation have a range of date of 1 year.&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;At the opening of the app, dafautl selection is set up&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;- Always one value selected (Dim1)&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;- The last 30 days (Qlik Dashboard bundle - Date Picker)&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;&lt;STRONG&gt;Result in chart&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;The if statement takes over from the measure and show only the last 30 days dimensions&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;&lt;STRONG&gt;Expecting result&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;The measure should bypass the dimension and show on 1 year&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;In attachement, a demo app&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;How to avoid this behaviour?&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;Thanks for your help&lt;/DIV&gt;
&lt;DIV dir="auto"&gt;Théo&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Apr 2022 07:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1923751#M76034</guid>
      <dc:creator>t_donnet</dc:creator>
      <dc:date>2022-04-28T07:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: IF statement takes over measure</title>
      <link>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1925534#M76172</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The issue is with the default bookmark within the app. It appears that you have created the bookmark when there were no any selections applied, and thus when the app is opened the default bookmark is applied, most probably, after the "Always one selected option" and it messes up with the generated data on the chart. There are 2 ways of resolving this issue:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color:hsl(270, 75%, 60%);"&gt;&lt;STRONG&gt;Option 1:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;1. Delete the default bookmark&lt;/P&gt;
&lt;P&gt;2. Reload the app and you will see that the charts should display the right data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color:hsl(270, 75%, 60%);"&gt;&lt;STRONG&gt;Option 2:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;1. If you want to keep the default bookmark&lt;/P&gt;
&lt;P&gt;2. First delete it&lt;/P&gt;
&lt;P&gt;3. Refresh the app&lt;/P&gt;
&lt;P&gt;4. Now that the one value for Dim1 is selected and the charts display the right data, create a new bookmark&lt;/P&gt;
&lt;P&gt;5. Apply &lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;"Save layout"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;6. Mark the bookmark as default&lt;/P&gt;
&lt;P&gt;7. Refresh/Reopen the app&lt;/P&gt;
&lt;P&gt;8. This will open the app, will apply the selections and as soon as the bookmark will be used it will apply the same selections again, which means that the view will be set to the correct one&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the view that I get when opening the app for the first time after applying &lt;STRONG&gt;Option 2&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/d700f080-87b4-4b27-bc65-45f7d2cc2f31.default.PNG" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you can see, both charts display the right data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color:hsl(0, 0%, 60%);"&gt;&lt;I&gt;&lt;STRONG&gt;I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, please mark it as accepted solution to give further visibility to other community members.&amp;nbsp;&lt;/STRONG&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 10:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1925534#M76172</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2022-05-03T10:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: IF statement takes over measure</title>
      <link>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1925553#M76175</link>
      <description>&lt;P&gt;Hi Andrei,&lt;/P&gt;
&lt;P&gt;thanks for your info. Tried your propositions and didn't work out for this case.&lt;/P&gt;
&lt;P&gt;You are missing an important part. In the default selection, there is two field set on:&lt;/P&gt;
&lt;P&gt;- One field with "one value selected" &lt;BR /&gt;- The field date (The last 30 days).&lt;/P&gt;
&lt;P&gt;It's with the date field that reduced the dimension while that the measure is on 1 year.&lt;/P&gt;
&lt;P&gt;Be aware if you use the calcultation only without the if statement. The chart display correctly.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Théo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 11:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1925553#M76175</guid>
      <dc:creator>t_donnet</dc:creator>
      <dc:date>2022-05-03T11:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: IF statement takes over measure</title>
      <link>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1925732#M76199</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for pointing this out. I have definitely missed that. Please take a look at my steps below and let me know if I am missing any other points as well:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. I have deleted the default bookmark and cleared all selections&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/a1397aa1-eba9-4e2e-8163-a56e20307b70.default.PNG" /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dim1 has still the value as it has the option &lt;STRONG&gt;"Always one selected value enabled"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. I have then selected from the Date picker &lt;STRONG&gt;"The last 30 days"&lt;/STRONG&gt; and I got the range &lt;STRONG&gt;04/04/2022 - 27/04/2022&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/37bcc7ed-eb75-4b3d-820f-5d8650e5404b.default.PNG" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In that case, the first chart is shows only one dot, while the second chart displays a line.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. I have created a new bookmark and set it as default&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. I have refreshed the app and I can see:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/3696c022-89e3-4a71-b361-8b2541417cb9.default.PNG" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first Line chart still shows one dot and the second Line chart shows a full graph.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please clarify with me if you see the same outcome on your side by following again the steps shared above? In case you have different outcome, can you please share with us screenshot of the different outcome?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 14:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1925732#M76199</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2022-05-03T14:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: IF statement takes over measure</title>
      <link>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1926002#M76227</link>
      <description>&lt;P&gt;Hi Andrei,&lt;/P&gt;
&lt;P&gt;Following your steps I have the same result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The aim is to arrive in the first chart at the same result as the second chart, while taking into account the Dim1 and Date selection.&lt;/P&gt;
&lt;P&gt;Use the details (measure and the set analysis) in the text box to understand that the measure has a range of 1 year in the set analysis.&lt;/P&gt;
&lt;P&gt;In the second chart, the measure does not contain an if statement, which is why the line appears throughout the chart.&lt;/P&gt;
&lt;P&gt;While the first chart, the measure contain an if statement and doesn't display many values.&lt;/P&gt;
&lt;P&gt;I hope that these info/details will help you.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Théo&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 06:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1926002#M76227</guid>
      <dc:creator>t_donnet</dc:creator>
      <dc:date>2022-05-04T06:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: IF statement takes over measure</title>
      <link>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1926764#M76314</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for sharing with me this information. I now understand what exactly is the issue that you are facing. Since the expression is the same in both &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Line charts&lt;/STRONG&gt;&lt;/SPAN&gt;, it is expected to see the same graph, however this is not the case.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created an internal investigation with the &lt;STRONG&gt;RnD &lt;/STRONG&gt;team so they could take a look at this use case scenario. The internal reference number is &lt;SPAN style="color:hsl(240, 75%, 60%);"&gt;&lt;STRONG&gt;QB-10329&lt;/STRONG&gt;&lt;/SPAN&gt;. I will monitor the investigation for a few days and if we see that it requires additional time to be addressed, we can create an article that will be used to monitor for updates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for reporting this behavior&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 09:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1926764#M76314</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2022-05-05T09:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: IF statement takes over measure</title>
      <link>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1927804#M76416</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The RnD team has confirmed that this is &lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;working as designed&lt;/STRONG&gt;&lt;/SPAN&gt;. It appears that one expression is a valid aggregation where the &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;SET &lt;/STRONG&gt;&lt;/SPAN&gt;statement propagates as for all the aggregated values, whereas the other expression is a scalar operation where the &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;SET &lt;/STRONG&gt;&lt;/SPAN&gt;statement is applied within each inner expression of the if-statements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, the RnD team has stated that, the aggregation; "&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Sum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;({&amp;lt; ... &amp;gt;} ...)&lt;/STRONG&gt;", contain a SET expression that is applied to the full (outer) expression, while the scalar expression; &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;If&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(..., &lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Sum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;({&amp;lt; ...&amp;gt;} ...), &lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;If&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(..., &lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Sum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;({&amp;lt; ...&amp;gt;} ...), &lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;If&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(..., &lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Sum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;({&amp;lt; ...&amp;gt;} ...)))&lt;/STRONG&gt;, contain one (or more) &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;SET &lt;/STRONG&gt;&lt;/SPAN&gt;expressions that are evaluated within each conditional (inner) expression.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Logically these are very different from each other, and while the &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;SET &lt;/STRONG&gt;&lt;/SPAN&gt;statement of the (outer) aggregation is applied to the full cardinality of the dimension, the scalar (inner) expressions are applied to the cardinality segments of the dimension as filtered by the if-statements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color:hsl(0, 0%, 60%);"&gt;&lt;I&gt;&lt;STRONG&gt;I hope that this information is helpful!&amp;nbsp;&lt;/STRONG&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 07:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1927804#M76416</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2022-05-09T07:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: IF statement takes over measure</title>
      <link>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1928382#M76445</link>
      <description>&lt;P&gt;Hi Andrei,&lt;/P&gt;
&lt;P&gt;thanks for those details. We learn everyday!&lt;/P&gt;
&lt;P&gt;Is it possible to bypass the inner expression ?&amp;nbsp;&lt;BR /&gt;If not, your answer&amp;nbsp; will be the solution&lt;/P&gt;
&lt;P&gt;Thanks again&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Théo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 08:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1928382#M76445</guid>
      <dc:creator>t_donnet</dc:creator>
      <dc:date>2022-05-10T08:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: IF statement takes over measure</title>
      <link>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1928633#M76464</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems that it is not possible to bypass the inner expression for now, due to how Qlik Sense is working. However you can raise a feature request [1], to ask for improvement of how the graph is displayed in this particular use case scenario.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that this information is helpful.&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;[1] &lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-To-Submit-Feature-Requests-For-Qlik-Products/ta-p/1712581" target="_blank"&gt;https://community.qlik.com/t5/Knowledge-Base/How-To-Submit-Feature-Requests-For-Qlik-Products/ta-p/1712581&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 14:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/IF-statement-takes-over-measure/m-p/1928633#M76464</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2022-05-10T14:09:54Z</dc:date>
    </item>
  </channel>
</rss>

