<?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: how o remove null dates  in date column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066079#M356379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahhhh..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;YourTable:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateField as yourDateField,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(progress = 0,&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;DateField) as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;DATE_with_noProgress //Dates with no progress&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(progress &amp;gt; 0,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;DateField) as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;DATE_with_Progress // Dates with progress&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;I mis-&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;interpreted&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt; your &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;question&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;Have a go. Should work&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2016 11:13:41 GMT</pubDate>
    <dc:creator>nico_ilog</dc:creator>
    <dc:date>2016-04-20T11:13:41Z</dc:date>
    <item>
      <title>how o remove null dates  in date column</title>
      <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066071#M356371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have one&amp;nbsp; &lt;STRONG&gt;date&lt;/STRONG&gt; dimension column and one &lt;STRONG&gt; progress &lt;/STRONG&gt;metric column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; metric&amp;nbsp; was created in variable &lt;/P&gt;&lt;P&gt;let us ex:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; progress=if(no.ofusers&amp;lt;&amp;gt;o,(no.ofusers/Totalusers),0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;using these two columns i want to create&amp;nbsp; "DATEofvalues"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;condition is:&lt;/P&gt;&lt;P&gt;if particular date have some value then i want to show that date in "DATEofvalues"&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Column.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;other wise i dont want to see that date in &lt;SPAN style="font-size: 13.3333px;"&gt;"DATEofvalues"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Column.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ex&lt;/STRONG&gt;:if i have a date like 4/20/2016 12:00:00 pm.if this date having any "progrees" metric value then i want to display that date &lt;/P&gt;&lt;P&gt;if that date dont have any values then i dont want to display the date in &lt;SPAN style="font-size: 13.3333px;"&gt;"DATEofvalues"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Column&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122137_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;note:&lt;/P&gt;&lt;P&gt;for getting "&lt;SPAN style="font-size: 13.3333px;"&gt;DATEofvalues" i dont want use any charts or any objects and i dont want to do in Script.i need that "&lt;SPAN style="font-size: 13.3333px;"&gt;DATEofvalues" columnn in variable level.if&amp;nbsp; we need to change in script level then i need "date" coumn and i need &lt;SPAN style="font-size: 13.3333px;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;DATEofvalues"&amp;nbsp; both&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Brahma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 09:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066071#M356371</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-20T09:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: how o remove null dates  in date column</title>
      <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066072#M356372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk dis&lt;/P&gt;&lt;P&gt;write in script &lt;/P&gt;&lt;P&gt;SET NullValue = 'N';&lt;/P&gt;&lt;P&gt;NullAsValue *;&amp;nbsp; // You can give the listed field names instead of * (All fields)&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/345554"&gt;Remove null data in load&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 09:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066072#M356372</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-20T09:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: how o remove null dates  in date column</title>
      <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066073#M356373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bobby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would do it in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YourTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateField as yourDateField,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(progress = 0,&lt;SPAN style="font-size: 13.3333px;"&gt;DateField) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DATEofvalues //Dates that have values&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you have it setup from the start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 10:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066073#M356373</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2016-04-20T10:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: how o remove null dates  in date column</title>
      <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066074#M356374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi &lt;A href="https://community.qlik.com/people/sureshqv"&gt;sureshqv&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Good one but if i already mentioned in posting..if we need to do any thing in edit script level i need&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"DATEofvalues"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Column&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;as well as remaining columns like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; &lt;STRONG&gt;date&lt;/STRONG&gt;,&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;no.ofusers,Totalusers &lt;/STRONG&gt;with out any filters&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;note:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;in basic column we are getting from date base&amp;nbsp; like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;date&lt;/STRONG&gt;,&lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;no.ofusers,Totalusers&amp;nbsp; &lt;/STRONG&gt;i dont want to use any where condition or any filter conditions because these columns&amp;nbsp; i need to some other charts as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Brahma.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 10:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066074#M356374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-20T10:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: how o remove null dates  in date column</title>
      <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066075#M356375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bobby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give this a shot and see.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateField as yourDateField,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(progress = 0,&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;DateField) as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;DATEofvalues //Dates that have values&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;You will keep all existing fields as loaded, just another field added to see DATEofvalues.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Basic change.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 10:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066075#M356375</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2016-04-20T10:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: how o remove null dates  in date column</title>
      <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066076#M356376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H6 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" class="font-color-meta-light" href="https://community.qlik.com/message/1023061#1023061" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #a9a9a9;"&gt;Hi,&lt;BR /&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;A href="https://community.qlik.com/people/nico_ilog"&gt;nico_ilog&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H6&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;sorry to say this that script level change is not impacted. i tried above your &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;suggestions &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 11.7px; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 11.7px; font-style: inherit; font-family: inherit;"&gt;when i was checking "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DATEofvalues" column in list box i am able to see all columns&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 11.7px; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 11.7px; font-style: inherit; font-family: inherit;"&gt;regards,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 11.7px; font-style: inherit; font-family: inherit;"&gt;Bobc&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 10:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066076#M356376</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-20T10:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: how o remove null dates  in date column</title>
      <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066077#M356377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that not the desired result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps i am mis-interpreting your question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 10:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066077#M356377</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2016-04-20T10:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: how o remove null dates  in date column</title>
      <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066078#M356378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nope &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;let me give a small example:&lt;/P&gt;&lt;P&gt;see bellow screen shot i want to create &lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;DATEofvalues...if progress equal to zero then i dont want that date or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;if progress is not equal to zero&amp;nbsp; then i need that particular Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;so when i am using &lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;DATEofvalues column in &lt;/STRONG&gt;any chart or any calculation i want bellow 2 days only &lt;/P&gt;&lt;P&gt;because that particular date have some progress vales&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image" src="https://community.qlik.com/legacyfs/online/122159_Capture.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 10:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066078#M356378</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-20T10:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: how o remove null dates  in date column</title>
      <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066079#M356379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahhhh..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;YourTable:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateField as yourDateField,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(progress = 0,&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;DateField) as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;DATE_with_noProgress //Dates with no progress&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(progress &amp;gt; 0,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;DateField) as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;DATE_with_Progress // Dates with progress&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;I mis-&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;interpreted&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt; your &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;question&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;Have a go. Should work&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 11:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066079#M356379</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2016-04-20T11:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: how o remove null dates  in date column</title>
      <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066080#M356380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nico, I just tried this. Can you please elaborate for me. So that, I can understand which you written on your application. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 11:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066080#M356380</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-04-20T11:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: how o remove null dates  in date column</title>
      <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066081#M356381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The logic is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateField as yourDateField,&lt;STRONG&gt;&lt;EM style="text-decoration: underline;"&gt; &amp;lt;-- LOAD the Date field, un-touched so that you have ALL the dates&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(progress = 0,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;DateField) as DATE_with_noProgress &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-size: 13px; font-style: inherit; text-decoration: underline; font-weight: inherit;"&gt;&amp;lt;-- LOAD the Date fields, where the &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; text-decoration: underline;"&gt;corresponding&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-style: inherit; text-decoration: underline; font-weight: inherit;"&gt; progress columns are 0 ONLY. Then you have all the dates in the &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DATE_with_noProgress dimension. The other dates, that do have progress are no included on the field.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(progress &amp;gt; 0,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;DateField) as DATE_with_Progress &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="font-size: 13px; font-style: inherit; text-decoration: underline; font-weight: inherit;"&gt;&amp;lt;-- LOAD the Date fields, where the &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; text-decoration: underline;"&gt;corresponding&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-style: inherit; text-decoration: underline; font-weight: inherit;"&gt; progress columns are more 0 ONLY. Then you have all the dates in the &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DATE_with_Progress dimension. The other dates, that do not have progress are no included on the field.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;See attached qvw for example.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;EM style=": ; color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 11:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066081#M356381</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2016-04-20T11:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: how o remove null dates  in date column</title>
      <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066082#M356382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent &lt;SPAN class="j-post-author" style="font-size: 11.7px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" data-avatarid="-1" data-userid="154698" data-username="nico_ilog" href="https://community.qlik.com/people/nico_ilog" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7;"&gt;Nico Manro Oberholzer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i need some more clarification on "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DATE_with_noProgress".please check attached QVW file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;IMG __jive_id="122262" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122262_Capture.PNG" style="height: 305px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;so i need to remove null date&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;DATE_with_noProgress. (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;null date means &lt;/SPAN&gt;helighted in above screen shot)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;in chart properties --&amp;gt;we can we "supress null","supress missing" some thing like i dont want to use that option.&lt;/P&gt;&lt;P&gt;as of i know&amp;nbsp; "supress null","supress missing" some thing is also available in&amp;nbsp; chart properties--&amp;gt;Dimentation--&amp;gt;so i dont want to use this options as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so with out using above options how to show the&amp;nbsp; "DATE_with_noProgress" column&amp;nbsp; in pivots and charts with out "NULL"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if you need any information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bobs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 07:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066082#M356382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-21T07:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: how o remove null dates  in date column</title>
      <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066083#M356383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the suppress NULL in the dimension properties was created for this exact use case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevertheless, See attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the way in which the Data is displayed into the chart, expression side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if it works for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise i would recommend building in FLAGS into the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 08:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066083#M356383</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2016-04-21T08:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: how o remove null dates  in date column</title>
      <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066084#M356384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope &lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;A href="https://community.qlik.com/people/nico_ilog"&gt;nico_ilog&lt;/A&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;let me give some idea :&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;EX:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;if(PROGRESS = 0,DATE) as DATE_with_no_Progress, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;in above condition if &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;PROGRESS = 0 then&amp;nbsp; it wil display DATEs....if &lt;/SPAN&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 11.7px;"&gt;PROGRESS&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&amp;nbsp; not equal to &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Zero&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;,then it &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.7px;"&gt;will&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt; display "zero" or '-'...some thing like bellow you can see in screen shot.so i want to &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.7px;"&gt;restrict&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt; or delete or truncate the '-' value in column level only&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-size: 11.7px;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-size: 11.7px;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-size: 11.7px;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122273_Capture.PNG" style="height: auto;" /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;note:&lt;/P&gt;&lt;P&gt;in table or chart level i dont want use "supress" or "null missing" or any hiding null options &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;b&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;BBy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 09:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066084#M356384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-21T09:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: how o remove null dates  in date column</title>
      <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066085#M356385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Honestly do not think that it's possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried adding this into the load but still does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only other thing you can try and do is in the [Presentation] tab, where it says use the following symbol to represent NULL values and it has "-".&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Remove that symbol and leave it blank then it will not show a character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 09:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066085#M356385</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2016-04-21T09:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: how o remove null dates  in date column</title>
      <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066086#M356386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nope ..see already i mentioned i dont want do&amp;nbsp; any thing in charts or pivot level.&lt;/P&gt;&lt;P&gt;i want to put that restrict in column Level&amp;nbsp; only ... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any other options &lt;A _jive_internal="true" data-avatarid="5408" data-externalid="" data-online="false" data-presence="null" data-userid="154698" data-username="nico_ilog" href="https://community.qlik.com/people/nico_ilog" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;"&gt;Nico Manro Oberholzer&lt;/A&gt;????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bobb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 09:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066086#M356386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-21T09:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: how o remove null dates  in date column</title>
      <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066087#M356387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not too sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the business case of your QV implementation, i would try a different approach to the problem as seen in the attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than that, i'm out of ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nico &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/shocked.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 09:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066087#M356387</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2016-04-21T09:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: how o remove null dates  in date column</title>
      <link>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066088#M356388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any way some time we will definitely get answer.thanks &lt;A _jive_internal="true" data-avatarid="5408" data-externalid="" data-online="false" data-presence="null" data-userid="154698" data-username="nico_ilog" href="https://community.qlik.com/people/nico_ilog" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;"&gt;Nico Manro Oberholzer&lt;/A&gt; for spending your time on my issues and you gave good ideas as well &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 10:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-o-remove-null-dates-in-date-column/m-p/1066088#M356388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-21T10:16:27Z</dc:date>
    </item>
  </channel>
</rss>

