<?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 table with Manual Text Rows and Calculated Field Rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-Manual-Text-Rows-and-Calculated-Field-Rows/m-p/550474#M688326</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a calculated dimension (or a new field in your data model with the same logic):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;update_time_JD_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'hh,mm,ss') &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('30:00:00','hh,mm,ss') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;update_time_JD_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'hh,mm,ss') &amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('49:59:59','hh,mm,ss'), &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;'&lt;/SPAN&gt;Last Updated more than 3 days ago',&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;update_time_JD_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'hh,mm,ss') &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('50:00:00','hh,mm,ss') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;update_time_JD_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'hh,mm,ss') &amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('99:59:59','hh,mm,ss'), &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;'&lt;/SPAN&gt;Last Updated more than 5 days ago','Last Updated more than 10 days ago'))&lt;/P&gt;&lt;P&gt;update_time_JD_1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(double check the opening and closing brackets, and I think you should use interval() instead of time() here)&lt;/P&gt;&lt;P&gt;and as expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(distinct update_time_JD_1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Oct 2013 15:54:14 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-10-30T15:54:14Z</dc:date>
    <item>
      <title>Creating a table with Manual Text Rows and Calculated Field Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-Manual-Text-Rows-and-Calculated-Field-Rows/m-p/550473#M688324</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;I am trying to create a Table which on the the left has Manual Text and on the right a Calculated Field:&amp;nbsp; See Below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 100%; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Manaul Text&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Calculated Field&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Last Updated more than 3 days ago&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;=&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;update_time_JD_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'hh,mm,ss') &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('30:00:00','hh,mm,ss') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;update_time_JD_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'hh,mm,ss') &amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('49:59:59','hh,mm,ss'), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;update_time_JD_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Last Updated more than 5 days ago&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;=&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;update_time_JD_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'hh,mm,ss') &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('50:00:00','hh,mm,ss') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;update_time_JD_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'hh,mm,ss') &amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('99:59:59','hh,mm,ss'), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;update_time_JD_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Last Updated more than 10 days ago&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;=&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;update_time_JD_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'hh,mm,ss') &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('100:00:00','hh,mm,ss') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;update_time_JD_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'hh,mm,ss') &amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('139:59:59','hh,mm,ss'), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;update_time_JD_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am hoping to achieve is the table below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 100%; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Manual Text&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Calculated Field&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Last Updated more than 3 Days ago&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Last Updated mor ethan 5 Days ago&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Last Updated more than 10 Days ago&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I also want to go is for the user to click on the calculated field number and it pulls up in different table the reference numbers where the update_time_JD_1 field is for exmpale Less than 3 Days (in hours).&amp;nbsp; Can this be done?&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;Jon Ditchfield&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 15:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-Manual-Text-Rows-and-Calculated-Field-Rows/m-p/550473#M688324</guid>
      <dc:creator />
      <dc:date>2013-10-30T15:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with Manual Text Rows and Calculated Field Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-Manual-Text-Rows-and-Calculated-Field-Rows/m-p/550474#M688326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a calculated dimension (or a new field in your data model with the same logic):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;update_time_JD_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'hh,mm,ss') &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('30:00:00','hh,mm,ss') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;update_time_JD_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'hh,mm,ss') &amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('49:59:59','hh,mm,ss'), &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;'&lt;/SPAN&gt;Last Updated more than 3 days ago',&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;update_time_JD_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'hh,mm,ss') &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('50:00:00','hh,mm,ss') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;update_time_JD_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'hh,mm,ss') &amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('99:59:59','hh,mm,ss'), &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;'&lt;/SPAN&gt;Last Updated more than 5 days ago','Last Updated more than 10 days ago'))&lt;/P&gt;&lt;P&gt;update_time_JD_1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(double check the opening and closing brackets, and I think you should use interval() instead of time() here)&lt;/P&gt;&lt;P&gt;and as expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(distinct update_time_JD_1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 15:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-Manual-Text-Rows-and-Calculated-Field-Rows/m-p/550474#M688326</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-30T15:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with Manual Text Rows and Calculated Field Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-Manual-Text-Rows-and-Calculated-Field-Rows/m-p/550475#M688328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd create the field in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load &lt;EM&gt;x,y,z,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;if(update_time_JD_1&amp;gt;=30/24 and update_time_JD_1 &amp;lt; 50/24,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Last Updated more than 3 days ago&lt;/SPAN&gt;',&lt;/P&gt;&lt;P&gt;if(update_time_JD_1&amp;gt;=50/24 and update_time_JD_1 &amp;lt; 100/24,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Last Updated more than 5 days ago&lt;/SPAN&gt;',&lt;/P&gt;&lt;P&gt;if(update_time_JD_1&amp;gt;=100/24 and update_time_JD_1 &amp;lt; 140/24,'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Last Updated more than 10 days ago&lt;/SPAN&gt;'))) as LastUpdated&lt;/P&gt;&lt;P&gt;from &lt;EM&gt;...mysource...&lt;/EM&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you click on a value of an expression then the dimension values of that row are selected. So that's not going to work. However if you create the field LastUpdated in the script users can select a value in that field and you can show the related details in a separate table. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 16:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-Manual-Text-Rows-and-Calculated-Field-Rows/m-p/550475#M688328</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-30T16:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with Manual Text Rows and Calculated Field Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-Manual-Text-Rows-and-Calculated-Field-Rows/m-p/550476#M688329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I also suggested that one can add the field to the script if the classification is static (as it seems in this example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But why shouldn't above work in principle?&lt;/P&gt;&lt;P&gt;If you select a dimension value in the table, I believe the selection will basically be done on the aggr() dimensions values involved, i.e. selection will be done on update_time_JD_1, which seems just what is needed here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 16:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-Manual-Text-Rows-and-Calculated-Field-Rows/m-p/550476#M688329</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-30T16:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with Manual Text Rows and Calculated Field Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-Manual-Text-Rows-and-Calculated-Field-Rows/m-p/550477#M688330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, I hadn't seen your response yet. No arguments from me regarding your first response. I wouldn't dare :-). My post was a reply to Jonathan, not to your post. Selecting a value in the calculated dimension works fine afaik. It's just that selecting a value in the expression won't work. I understood 'calculated field number' to mean a result value of the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 16:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-Manual-Text-Rows-and-Calculated-Field-Rows/m-p/550477#M688330</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-30T16:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with Manual Text Rows and Calculated Field Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-Manual-Text-Rows-and-Calculated-Field-Rows/m-p/550478#M688331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answer seems to match two posts at once, kudos (or krediet?)!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 16:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-Manual-Text-Rows-and-Calculated-Field-Rows/m-p/550478#M688331</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-30T16:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with Manual Text Rows and Calculated Field Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-Manual-Text-Rows-and-Calculated-Field-Rows/m-p/550479#M688332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pHi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your replies but Im still having issues.&amp;nbsp; I think the issue I have is the way I have built my load script.&amp;nbsp; Would you mind having a look at the load script and seeing where I can put your answers as when I enter it in the load script I keep getting a message saying: update_time_JD_1 does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a copy of my load script.&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;Jon Ditchfield&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 14:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-Manual-Text-Rows-and-Calculated-Field-Rows/m-p/550479#M688332</guid>
      <dc:creator />
      <dc:date>2013-11-01T14:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a table with Manual Text Rows and Calculated Field Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-table-with-Manual-Text-Rows-and-Calculated-Field-Rows/m-p/550480#M688333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe just add a preceding load to the LOGINFO table load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOGINFO:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;if(update_time_JD_1&amp;gt;=30/24 and update_time_JD_1 &amp;lt; 50/24,'Last Updated more than 3 days ago',&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;EM&gt;if(update_time_JD_1&amp;gt;=50/24 and update_time_JD_1 &amp;lt; 100/24,'Last Updated more than 5 days ago',&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;STRONG&gt;if(update_time_JD_1&amp;gt;=100/24 and update_time_JD_1 &amp;lt; 140/24,'Last Updated more than 10 days ago'))) as LastUpdated;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *, Month([logdate]) as Logdate_Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year([logdate]) as Logdate_Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; day([logdate]) as Logdate_day,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Month([closedate]) as closedate_Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year([closedate]) as closedate_Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; day([closedate]) as closedate_day,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; date([logdate]) as Logdate_JD&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,num(today()) - 1460 as test123&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,num([logdate]) as logdatetest&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,ConvertToLocalTime (logdate) as logdate_true&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,ConvertToLocalTime (closedate) as closedate_true&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,ConvertToLocalTime (respondby) as respondby_true&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,interval(time(fix_time/86400, 'hh:mm:ss')) as fix_time_true&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,interval(time(resp_time/86400, 'hh:mm:ss')) as resp_time_true&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,if(isnull(withinresp),'N/A', &lt;/P&gt;&lt;P&gt;&amp;nbsp; if(withinresp = 1, 'Yes', 'No')) as within_resp_true&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,if(isnull(withinfix),'N/A', &lt;/P&gt;&lt;P&gt;&amp;nbsp; if(withinfix = 1, 'Yes', 'No')) as within_fix_true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,if(call_status_full = 'Pending' or call_status_full = 'Unaccepted' or call_status_full = 'Off Hold' or call_status_full = 'Unassigned',&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interval((RangeMin(frac(now()), MakeTime(18))- RangeMax(frac(lastactdate), MakeTime(8)))+ (NetWorkDays(lastactdate, now()-1) * MakeTime(10)) // Only 10 hours per whole day&lt;/P&gt;&lt;P&gt;&amp;nbsp; )) as update_time_JD_1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; where num(today()) - 1460 &amp;lt; [logdate];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that you labelled some preceding load sections (Opencall, Probcode_1, Callstatus_1) I don't think this works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 15:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-table-with-Manual-Text-Rows-and-Calculated-Field-Rows/m-p/550480#M688333</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-11-01T15:04:45Z</dc:date>
    </item>
  </channel>
</rss>

