<?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 to create 3 values from one date field variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123004#M907351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127960_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pending missing for your logic (above chart)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expecting Chart below ,this chart don't have dimension, three individual expressions ,requirement is need to show as dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/128003_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 15:50:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-15T15:50:56Z</dc:date>
    <item>
      <title>How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122990#M907336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;Hi All ,&lt;/P&gt;&lt;P style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;Would it be possible to create 3 values from one date filed.what I am expecting here &lt;/P&gt;&lt;P style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;If date field is null show as Pend , if date field is not null show as complete and want to show if date field is total as Recieved&lt;/P&gt;&lt;P style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt; This is expecting &lt;/P&gt;&lt;P style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;if(isnull(date ),'Pend',if(not Is null(date),'complete ',if(isnull(date)and if (is not null(date),'received') as newfield&lt;/P&gt;&lt;P style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;I am able to getting two values that Pend ,complete &lt;/P&gt;&lt;P style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;How to get two values total as received &lt;/P&gt;&lt;P style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;Please guide me how to do it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122990#M907336</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122991#M907338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your 3rd condition: &lt;STRONG&gt;if(isnull(date)and if (is not null(date),'received')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can date be null and not null at the same time?&lt;SPAN style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122991#M907338</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-15T13:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122992#M907339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It could be a quantum date &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122992#M907339</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2016-06-15T13:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122993#M907340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this, but i'm not sur this is according your request&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;if(isnull(date ),'&lt;SPAN style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;received-&lt;/SPAN&gt;Pend','&lt;SPAN style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;received-&lt;/SPAN&gt;complete') as newfield&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122993#M907340</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2016-06-15T13:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122994#M907341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Orelse want to see total count as Received I need three values , null , not null and both count &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122994#M907341</guid>
      <dc:creator />
      <dc:date>2016-06-15T13:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122995#M907342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need two separate values and both count , three values I am expecting &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122995#M907342</guid>
      <dc:creator />
      <dc:date>2016-06-15T13:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122996#M907343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt; if(isnull(date ),'Pending',if(not Is null(date),'complete ',if(isnull(date) and&amp;nbsp; is not null(date),'received')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 14:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122996#M907343</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2016-06-15T14:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122997#M907344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How 'date' can be null and not null at the same time, I think third condition need to be explained better &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 14:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122997#M907344</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-06-15T14:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122998#M907345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see only 2 values which are Pend and complete ,not able to getting Received.i want to achieve pend ,complete and Received.Assume Received as both values total&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 15:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122998#M907345</guid>
      <dc:creator />
      <dc:date>2016-06-15T15:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122999#M907346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You ask "How to get two values total as received".&amp;nbsp; Do you mean that you have 2 date fields ?&lt;/P&gt;&lt;P&gt;Otherwise, like already mentioned, a date cannot be null() and not null() at the same time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 15:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1122999#M907346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-15T15:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123000#M907347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the third condition is here&amp;nbsp; I am expecting both total count like : pend--Null,complet---not null and received ----both count(pend &amp;amp; complete)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 15:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123000#M907347</guid>
      <dc:creator />
      <dc:date>2016-06-15T15:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123001#M907348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know how to get two values total as received using&amp;nbsp; in a another condition, but&amp;nbsp; my requirement is, in a&amp;nbsp; same condition I want see pend(null), complete(not null) and received(both count), assume I want to&amp;nbsp; see three values as a dimension. I am not sure is that possible or not&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 15:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123001#M907348</guid>
      <dc:creator />
      <dc:date>2016-06-15T15:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123002#M907349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create a link table using your existing table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LINKTABLE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD 'Pending' as Flag,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UniqueIdentifierFieldHere&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From YourFactTable&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Len(Trim(date)) = 0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate(LINKTABLE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;LOAD 'Complete' as Flag,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UniqueIdentifierFieldHere&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;From YourFactTable&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Where Len(Trim(date)) &amp;gt; 0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Concatenate(LINKTABLE)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;LOAD 'Received' as Flag,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UniqueIdentifierFieldHere&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;From YourFactTable&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 15:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123002#M907349</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-15T15:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123003#M907350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can do it&lt;/P&gt;&lt;P&gt;count({&amp;lt;&lt;SPAN style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;newfield={'&lt;SPAN style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;received*'}&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp; &amp;gt;}mesure) for both&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;count({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;newfield={'&lt;SPAN style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;received-&lt;SPAN style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;Pend&lt;/SPAN&gt;'}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; &amp;gt;}mesure) for one&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;count({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;newfield={'&lt;SPAN style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;received-&lt;SPAN style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;complete&lt;/SPAN&gt;'}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; &amp;gt;}mesure) for one&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 15:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123003#M907350</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2016-06-15T15:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123004#M907351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127960_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pending missing for your logic (above chart)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expecting Chart below ,this chart don't have dimension, three individual expressions ,requirement is need to show as dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/128003_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 15:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123004#M907351</guid>
      <dc:creator />
      <dc:date>2016-06-15T15:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123005#M907352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to show as a&amp;nbsp; dimension, I already applied three individual expression ,look at the below one. let me tell you my req&amp;nbsp; user want to select bar individually but he wont able to select because of there is no any dimension ,now if I want to create dimension user able to select it isn't it&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128004_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 15:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123005#M907352</guid>
      <dc:creator />
      <dc:date>2016-06-15T15:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123006#M907353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the script you used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123006#M907353</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-15T16:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123007#M907354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK i&amp;nbsp; got it.&lt;/P&gt;&lt;P&gt;So i think your should do it on your script.&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;if(isnull(date ),'Pend',if(not Is null(date),'complete &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px; line-height: 1.5em;"&gt;') as newfield&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;from your table;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;load *,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px;"&gt;'received'&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: HelveticaNeue, 'Helvetica Neue', sans-serif; font-size: 16px; line-height: 1.5em;"&gt; as newfield&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;from your table;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;And then you can use newfield as dimension in your chart.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;hope helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 07:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123007#M907354</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2016-06-16T07:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123008#M907355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;First create the Flag in scrip&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;if(len(trim(Date))=0 or isnull(Date),'Pending',&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;if(len(trim(Date))&amp;gt;0 or not isnull(Date),'Completed')) as Flag&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Create Bar chart&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Dimension:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Valuelist('Received','Completed','Pending')&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Expression:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;=pick(match(&lt;SPAN style="font-size: 13.3333px;"&gt;Valuelist('Received','Completed','Pending'),&lt;SPAN style="font-size: 13.3333px;"&gt;'Received','Completed','Pending'),&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style=": ; font-size: 13.3333px;"&gt;Sum({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Flag={'&lt;SPAN style="font-size: 13.3333px;"&gt;Pending&lt;/SPAN&gt;','&lt;SPAN style="font-size: 13.3333px;"&gt;Completed&lt;/SPAN&gt;'}&lt;/SPAN&gt;&amp;gt;} Amount),&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG style=": ; font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Flag={'&lt;SPAN style="font-size: 13.3333px;"&gt;Completed&lt;/SPAN&gt;'}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;} Amount),&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; font-size: 13.3333px;"&gt;&lt;EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Flag={'&lt;SPAN style="font-size: 13.3333px;"&gt;Pending&lt;/SPAN&gt;'}&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;gt;} Amount) )&lt;/EM&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 07:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123008#M907355</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-06-16T07:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 3 values from one date field variable</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123009#M907356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am able to get three values on bars but I want to select each bar that is my requirement.this logic wont work out isn't it I mean as per selesctions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 08:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-3-values-from-one-date-field-variable/m-p/1123009#M907356</guid>
      <dc:creator />
      <dc:date>2016-06-16T08:36:21Z</dc:date>
    </item>
  </channel>
</rss>

