<?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: Missing value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Missing-value/m-p/1560409#M598000</link>
    <description>I'm not sure what you are trying to accomplish. You write about "min the first field", do you want MIN(id) for all id/MonthYear that do not have a date?&lt;BR /&gt;&lt;BR /&gt;I'm pretty sure I've misinterpreted you question. Could you please explain what you are trying to accomplish? Please give an example on a normal case and the special case that you are trying to handle.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 24 Mar 2019 04:55:46 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2019-03-24T04:55:46Z</dc:date>
    <item>
      <title>Missing value</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-value/m-p/1560398#M597999</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create add the following data in the script.&amp;nbsp; I have the following logic:&lt;/P&gt;&lt;P&gt;Load id, MonthYear, max(date) resident table group by ID, MonthYear&lt;/P&gt;&lt;P&gt;My question is: if the month year does not have a field to max, I want to min the first field and past it into the month year field for the missing month.&lt;/P&gt;&lt;P&gt;I'm not sure how to incorporate this logic.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-value/m-p/1560398#M597999</guid>
      <dc:creator>detmawin</dc:creator>
      <dc:date>2024-11-16T21:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-value/m-p/1560409#M598000</link>
      <description>I'm not sure what you are trying to accomplish. You write about "min the first field", do you want MIN(id) for all id/MonthYear that do not have a date?&lt;BR /&gt;&lt;BR /&gt;I'm pretty sure I've misinterpreted you question. Could you please explain what you are trying to accomplish? Please give an example on a normal case and the special case that you are trying to handle.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Mar 2019 04:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-value/m-p/1560409#M598000</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-03-24T04:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-value/m-p/1560410#M598001</link>
      <description>Please look at my previous comment about explaing your issue a bit more. Below are some general tips related to your question, hopefully they can be of help.&lt;BR /&gt;&lt;BR /&gt;If you want to populate a field with an alternative value if the default value is null then you could use the ALT() function.&lt;BR /&gt;The expression&lt;BR /&gt;ALT(min(date), max(date),id)&lt;BR /&gt;Will return the id if min(date) and max(date) returns null.&lt;BR /&gt;&lt;BR /&gt;You can create a date by knowing only year and month using makedate(). E.g. if YearMonth is 201901 you could get the last day of month by the expression below.&lt;BR /&gt;&lt;BR /&gt;Dayname(MonthEnd(Makedate(left(YearMonth,4), right(YearMonth,2))))</description>
      <pubDate>Sun, 24 Mar 2019 05:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-value/m-p/1560410#M598001</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-03-24T05:09:15Z</dc:date>
    </item>
  </channel>
</rss>

