<?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 get Days in Queue as another column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512288#M1135733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and it's working but when I am sending data to excel it is showing Days in Queue as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DaysInQueue&lt;/P&gt;&lt;P&gt;336:00:00&lt;/P&gt;&lt;P&gt;###############################################################################################################################################################################################################################################################&lt;/P&gt;&lt;P&gt;1488:00:00&lt;/P&gt;&lt;P&gt;216:00:00&lt;/P&gt;&lt;P&gt;1656:00:00&lt;/P&gt;&lt;P&gt;0:00:00&lt;/P&gt;&lt;P&gt;144:00:00&lt;/P&gt;&lt;P&gt;360:00:00&lt;/P&gt;&lt;P&gt;0:00:00&lt;/P&gt;&lt;P&gt;144:00:00&lt;/P&gt;&lt;P&gt;504:00:00&lt;/P&gt;&lt;P&gt;0:00:00&lt;/P&gt;&lt;P&gt;216:00:00&lt;/P&gt;&lt;P&gt;0:00:00&lt;/P&gt;&lt;P&gt;1512:00:00&lt;/P&gt;&lt;P&gt;48:00:00&lt;/P&gt;&lt;P&gt;624:00:00&lt;/P&gt;&lt;P&gt;144:00:00&lt;/P&gt;&lt;P&gt;168:00:00&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;0:00:00&lt;/P&gt;&lt;P&gt;24:00:00&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;24:00:00&lt;/P&gt;&lt;P&gt;24:00:00&lt;/P&gt;&lt;P&gt;1296:00:00&lt;/P&gt;&lt;P&gt;336:00:00&lt;/P&gt;&lt;P&gt;120:00:00&lt;/P&gt;&lt;P&gt;480:00:00&lt;/P&gt;&lt;P&gt;120:00:00&lt;/P&gt;&lt;P&gt;312:00:00&lt;/P&gt;&lt;P&gt;288:00:00&lt;/P&gt;&lt;P&gt;840:00:00&lt;/P&gt;&lt;P&gt;144:00:00&lt;/P&gt;&lt;P&gt;288:00:00&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I can formt cells as Number but I don't want my user to do again formatting as I have to send my user file means he/she can use that wothout alignment please can you help me how to set this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also is it possible to show minus values as in Red colour by using RGB?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Oct 2013 12:57:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-23T12:57:27Z</dc:date>
    <item>
      <title>How to get Days in Queue as another column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512284#M1135729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to get Days in Queue as another column in straight/table box by using below formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=DAYS360(TODAY(),Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I sit possible to get this in script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CompanyItems:&lt;/P&gt;&lt;P&gt;LOAD ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ContactMethod,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Portfolio,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WorkItemType,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Priority,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM CompanyItems&lt;/P&gt;&lt;P&gt;where Date between #01/07/2013# and #25/10/2013#;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 12:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512284#M1135729</guid>
      <dc:creator />
      <dc:date>2013-10-23T12:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Days in Queue as another column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512285#M1135730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try with follow script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CompanyItems:&lt;/P&gt;&lt;P&gt;LOAD ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ContactMethod,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Portfolio,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WorkItemType,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Priority,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Datediff(&lt;SPAN class="code"&gt;day&lt;/SPAN&gt;, Date, getdate()) ;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM CompanyItems&lt;/P&gt;&lt;P&gt;where Date between #01/07/2013# and #25/10/2013#;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Datediff apply to SQL Server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 12:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512285#M1135730</guid>
      <dc:creator>javier_florian</dc:creator>
      <dc:date>2013-10-23T12:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Days in Queue as another column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512286#M1135731</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;Thanks can you please explain a bit more as I have to show how many days the ID is in Queue with a column as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Days in Queue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually my source is access database table &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 12:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512286#M1135731</guid>
      <dc:creator />
      <dc:date>2013-10-23T12:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Days in Queue as another column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512287#M1135732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;CompanyItems:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD ID,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ContactMethod,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Portfolio,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WorkItemType,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Priority,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; interval(Today()-Date,'D') as DaysInQueue;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM CompanyItems&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where Date between #01/07/2013# and #25/10/2013#;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 12:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512287#M1135732</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-23T12:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Days in Queue as another column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512288#M1135733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and it's working but when I am sending data to excel it is showing Days in Queue as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DaysInQueue&lt;/P&gt;&lt;P&gt;336:00:00&lt;/P&gt;&lt;P&gt;###############################################################################################################################################################################################################################################################&lt;/P&gt;&lt;P&gt;1488:00:00&lt;/P&gt;&lt;P&gt;216:00:00&lt;/P&gt;&lt;P&gt;1656:00:00&lt;/P&gt;&lt;P&gt;0:00:00&lt;/P&gt;&lt;P&gt;144:00:00&lt;/P&gt;&lt;P&gt;360:00:00&lt;/P&gt;&lt;P&gt;0:00:00&lt;/P&gt;&lt;P&gt;144:00:00&lt;/P&gt;&lt;P&gt;504:00:00&lt;/P&gt;&lt;P&gt;0:00:00&lt;/P&gt;&lt;P&gt;216:00:00&lt;/P&gt;&lt;P&gt;0:00:00&lt;/P&gt;&lt;P&gt;1512:00:00&lt;/P&gt;&lt;P&gt;48:00:00&lt;/P&gt;&lt;P&gt;624:00:00&lt;/P&gt;&lt;P&gt;144:00:00&lt;/P&gt;&lt;P&gt;168:00:00&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;0:00:00&lt;/P&gt;&lt;P&gt;24:00:00&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;24:00:00&lt;/P&gt;&lt;P&gt;24:00:00&lt;/P&gt;&lt;P&gt;1296:00:00&lt;/P&gt;&lt;P&gt;336:00:00&lt;/P&gt;&lt;P&gt;120:00:00&lt;/P&gt;&lt;P&gt;480:00:00&lt;/P&gt;&lt;P&gt;120:00:00&lt;/P&gt;&lt;P&gt;312:00:00&lt;/P&gt;&lt;P&gt;288:00:00&lt;/P&gt;&lt;P&gt;840:00:00&lt;/P&gt;&lt;P&gt;144:00:00&lt;/P&gt;&lt;P&gt;288:00:00&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I can formt cells as Number but I don't want my user to do again formatting as I have to send my user file means he/she can use that wothout alignment please can you help me how to set this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also is it possible to show minus values as in Red colour by using RGB?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 12:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512288#M1135733</guid>
      <dc:creator />
      <dc:date>2013-10-23T12:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Days in Queue as another column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512289#M1135734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ooopss.. Wassenaar are right...&lt;/P&gt;&lt;P&gt;Amelia, If you work with access, try to get format to new field with format function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 13:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512289#M1135734</guid>
      <dc:creator>javier_florian</dc:creator>
      <dc:date>2013-10-23T13:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Days in Queue as another column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512290#M1135735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to use format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 13:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512290#M1135735</guid>
      <dc:creator />
      <dc:date>2013-10-23T13:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Days in Queue as another column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512291#M1135736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with over your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num(&lt;STRONG&gt;interval(Today()-Date,'D')&lt;/STRONG&gt;,'#0')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 14:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512291#M1135736</guid>
      <dc:creator>javier_florian</dc:creator>
      <dc:date>2013-10-23T14:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Days in Queue as another column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512292#M1135737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and it's working and is there anyway to show number in RED colour if Days in Queue is less than Today number&amp;nbsp; for eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please see attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 14:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512292#M1135737</guid>
      <dc:creator />
      <dc:date>2013-10-23T14:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Days in Queue as another column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512293#M1135738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=If('Your_Date'&amp;lt;Today(),RGB(255,0,0),RGB(0,128,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 14:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512293#M1135738</guid>
      <dc:creator>javier_florian</dc:creator>
      <dc:date>2013-10-23T14:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Days in Queue as another column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512294#M1135739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check additional options in your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/48018_pastedImage_0.png" style="width: 620px; height: 222px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 14:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512294#M1135739</guid>
      <dc:creator>javier_florian</dc:creator>
      <dc:date>2013-10-23T14:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Days in Queue as another column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512295#M1135740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I gave in Text color as =If('Your_Date'&amp;lt;Today(),RED(255),RED(128)) because i need RED colour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And moreover I need to appear RED colour only the Days in Queue Number is less than TODAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible. please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 14:57:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Days-in-Queue-as-another-column/m-p/512295#M1135740</guid>
      <dc:creator />
      <dc:date>2013-10-23T14:57:07Z</dc:date>
    </item>
  </channel>
</rss>

