<?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 Flagging a field value based on min(dimension) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Flagging-a-field-value-based-on-min-dimension/m-p/1674071#M51103</link>
    <description>&lt;P&gt;Hello!&lt;BR /&gt;Here is my question: My company does bi-weekly calls and I'd like to have a dashboard that only shows the "active" one, in other words, the upcoming call. Essentially, I want to show the number of people registered for a call where "Call Status" = Upcoming. Or min(Days Away).&lt;/P&gt;&lt;P&gt;So, if Call #57 is in 3 days and Call #58 is in 13 days, I want my KPIs to only show data for Call #57.&lt;/P&gt;&lt;P&gt;Here is a sample of my data:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-02-10 at 1.31.24 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/28221i2DA0882B2CBFF9AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-02-10 at 1.31.24 PM.png" alt="Screen Shot 2020-02-10 at 1.31.24 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As you can see, my attempt was not too effective. What I want, in this case, is to be able to have Call 57 say "ACTIVE" so that I can use it in my set analysis, and not have to go change the code every week just to make it show info for the most current upcoming call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this makes sense!&lt;BR /&gt;Thank you so much!!!!!!!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:18:50 GMT</pubDate>
    <dc:creator>ArthurFarina</dc:creator>
    <dc:date>2024-11-16T03:18:50Z</dc:date>
    <item>
      <title>Flagging a field value based on min(dimension)</title>
      <link>https://community.qlik.com/t5/App-Development/Flagging-a-field-value-based-on-min-dimension/m-p/1674071#M51103</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;Here is my question: My company does bi-weekly calls and I'd like to have a dashboard that only shows the "active" one, in other words, the upcoming call. Essentially, I want to show the number of people registered for a call where "Call Status" = Upcoming. Or min(Days Away).&lt;/P&gt;&lt;P&gt;So, if Call #57 is in 3 days and Call #58 is in 13 days, I want my KPIs to only show data for Call #57.&lt;/P&gt;&lt;P&gt;Here is a sample of my data:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-02-10 at 1.31.24 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/28221i2DA0882B2CBFF9AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-02-10 at 1.31.24 PM.png" alt="Screen Shot 2020-02-10 at 1.31.24 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As you can see, my attempt was not too effective. What I want, in this case, is to be able to have Call 57 say "ACTIVE" so that I can use it in my set analysis, and not have to go change the code every week just to make it show info for the most current upcoming call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this makes sense!&lt;BR /&gt;Thank you so much!!!!!!!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Flagging-a-field-value-based-on-min-dimension/m-p/1674071#M51103</guid>
      <dc:creator>ArthurFarina</dc:creator>
      <dc:date>2024-11-16T03:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Flagging a field value based on min(dimension)</title>
      <link>https://community.qlik.com/t5/App-Development/Flagging-a-field-value-based-on-min-dimension/m-p/1674178#M51124</link>
      <description>&lt;P&gt;Try using Min([Call Date])&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 22:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Flagging-a-field-value-based-on-min-dimension/m-p/1674178#M51124</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2020-02-10T22:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Flagging a field value based on min(dimension)</title>
      <link>https://community.qlik.com/t5/App-Development/Flagging-a-field-value-based-on-min-dimension/m-p/1674404#M51170</link>
      <description>&lt;P&gt;I essentially need to a formula that sort of will look like this:&lt;BR /&gt;count{&amp;lt;Date = {min(Date)}, Call_Status = {"Upcoming"}&amp;gt;} distinct Contact_ID)&lt;BR /&gt;&lt;BR /&gt;And this would give me a count for the SOONEST and UPCOMING call.&lt;BR /&gt;Let me know if that makes sense!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 13:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Flagging-a-field-value-based-on-min-dimension/m-p/1674404#M51170</guid>
      <dc:creator>ArthurFarina</dc:creator>
      <dc:date>2020-02-11T13:44:50Z</dc:date>
    </item>
  </channel>
</rss>

