<?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: Creating a new column of data based on 2 fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-new-column-of-data-based-on-2-fields/m-p/137725#M751980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right, I forgot that condition.&lt;/P&gt;&lt;P&gt;But I would remove the 'No' part to keep (Blank) the else part, or should it tbe the text '&lt;SPAN style="font-size: 13.3333px;"&gt;(Blank)'?&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([Estimated Submission Date]&amp;lt;Today() AND [Request Status] = 'Reserved', 'Yes') as [No Show]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2018 11:57:18 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2018-10-25T11:57:18Z</dc:date>
    <item>
      <title>Creating a new column of data based on 2 fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-column-of-data-based-on-2-fields/m-p/137722#M751977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a "no show" column based on 2 fields of data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the status of a request is reserved and the Estimated Submission Date has passed I would like a column (No Show) to highlight this as yes.&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Request Status&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Estimated Submission Date&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;No Show&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Reserved&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;24/10/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Reserved&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;26/10/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;(Blank)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Reserved&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23/10/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;In-Progress&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20/10/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;(Blank)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Closed&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20/10/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;(Blank)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Reserved&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;24/10/2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ben&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/Creating-a-new-column-of-data-based-on-2-fields/m-p/137722#M751977</guid>
      <dc:creator>beneldridge</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new column of data based on 2 fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-column-of-data-based-on-2-fields/m-p/137723#M751978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben, this can be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Request Status],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Estimated Submission Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;If(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;[Estimated Submission Date]&amp;lt;Today(), 'Yes')&lt;/STRONG&gt; as [No Show]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 11:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-column-of-data-based-on-2-fields/m-p/137723#M751978</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-10-25T11:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new column of data based on 2 fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-column-of-data-based-on-2-fields/m-p/137724#M751979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to add to Ruben's solution I think what you need is something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[Estimated Submission Date]&amp;lt;Today() AND [Request Status] = 'Reserved', 'Yes', 'No')&lt;/STRONG&gt; as [No Show]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This satisfies both conditions. I also find it useful to put actual values in place of null values. This allows you to select the null values on the front-end which can be useful if for example someone was interested in records that don't meet that criteria or if you want to conduct some sort of data cleanup exercise.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 11:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-column-of-data-based-on-2-fields/m-p/137724#M751979</guid>
      <dc:creator>kennethmash</dc:creator>
      <dc:date>2018-10-25T11:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new column of data based on 2 fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-column-of-data-based-on-2-fields/m-p/137725#M751980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right, I forgot that condition.&lt;/P&gt;&lt;P&gt;But I would remove the 'No' part to keep (Blank) the else part, or should it tbe the text '&lt;SPAN style="font-size: 13.3333px;"&gt;(Blank)'?&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([Estimated Submission Date]&amp;lt;Today() AND [Request Status] = 'Reserved', 'Yes') as [No Show]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 11:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-column-of-data-based-on-2-fields/m-p/137725#M751980</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-10-25T11:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new column of data based on 2 fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-column-of-data-based-on-2-fields/m-p/137726#M751981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks both, it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 12:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-column-of-data-based-on-2-fields/m-p/137726#M751981</guid>
      <dc:creator>beneldridge</dc:creator>
      <dc:date>2018-10-25T12:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new column of data based on 2 fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-column-of-data-based-on-2-fields/m-p/137727#M751982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please close your open threads if your questions are answered:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/beneldridge/content" title="https://community.qlik.com/people/beneldridge/content"&gt;beneldridge&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 20:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-column-of-data-based-on-2-fields/m-p/137727#M751982</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-10-25T20:29:40Z</dc:date>
    </item>
  </channel>
</rss>

