<?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: Table Pivot/ Graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-Pivot-Graph/m-p/619691#M1116733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;But I don't know how to create a histogram based on the total data calculated in my "Days" fields in the pivot Table.&lt;/P&gt;&lt;P&gt;I need to use this expression with these selections, but it doesnt work. Maybe I need to use/add another function in this expression to be able to create a histogram. Can you help me pls?&lt;/P&gt;&lt;P&gt;I really appreciate any help you can provide.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Feb 2014 19:31:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-07T19:31:21Z</dc:date>
    <item>
      <title>Table Pivot/ Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Pivot-Graph/m-p/619686#M1116728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! I create a pivot table where I count the number of days between two dates in a new field called “Days”, with a data selection.&lt;/P&gt;&lt;P&gt; I’d like to:&lt;/P&gt;&lt;P style="text-indent: -18pt;"&gt;&lt;SPAN class="pasted-list-info"&gt;1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1) &lt;/SPAN&gt;Visualize the total of values of these fields in my table. How can I do it? Is a format data issue?&lt;/P&gt;&lt;P style="text-indent: -18pt;"&gt;&lt;SPAN class="pasted-list-info"&gt;2)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) &lt;/SPAN&gt;Create a histogram with the total of each “Days” field in records of my pivot table, only where year is 2013. Maybe should I change the expression used in my pivot table to visualize the total of these fields?&lt;/P&gt;&lt;P&gt;Can you maybe help me with the example attached please?&lt;/P&gt;&lt;P&gt;Thank you for any help you can provide in this situation.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 11:04:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Pivot-Graph/m-p/619686#M1116728</guid>
      <dc:creator />
      <dc:date>2014-02-07T11:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table Pivot/ Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Pivot-Graph/m-p/619687#M1116729</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do you mean that you want to count the numbers of Days between the End Date and Start Date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If yes then kindly use below function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interval(EndDate - StartDate,'D')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 11:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Pivot-Graph/m-p/619687#M1116729</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2014-02-07T11:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table Pivot/ Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Pivot-Graph/m-p/619688#M1116730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;The Networkdays () returns the number of working days (Monday-Friday) between and including StartDate and EndDate&lt;/P&gt;&lt;P&gt;networkdays ('2007-02-19', '2007-03-01') returns 9 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 11:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Pivot-Graph/m-p/619688#M1116730</guid>
      <dc:creator />
      <dc:date>2014-02-07T11:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table Pivot/ Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Pivot-Graph/m-p/619689#M1116731</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;=daystart(Date#('2/11/2013', 'DD/MM/YYYY')) - daystart(Date#('1/11/2013' , 'DD/MM/YYYY'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 11:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Pivot-Graph/m-p/619689#M1116731</guid>
      <dc:creator />
      <dc:date>2014-02-07T11:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table Pivot/ Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Pivot-Graph/m-p/619690#M1116732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 11:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Pivot-Graph/m-p/619690#M1116732</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-02-07T11:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table Pivot/ Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Pivot-Graph/m-p/619691#M1116733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;But I don't know how to create a histogram based on the total data calculated in my "Days" fields in the pivot Table.&lt;/P&gt;&lt;P&gt;I need to use this expression with these selections, but it doesnt work. Maybe I need to use/add another function in this expression to be able to create a histogram. Can you help me pls?&lt;/P&gt;&lt;P&gt;I really appreciate any help you can provide.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 19:31:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Pivot-Graph/m-p/619691#M1116733</guid>
      <dc:creator />
      <dc:date>2014-02-07T19:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table Pivot/ Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Pivot-Graph/m-p/619692#M1116734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody help me to create a histogram with the total "Days" field of my pivot table pls?&lt;/P&gt;&lt;P&gt;I really appreciate any help you can provide.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Feb 2014 10:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Pivot-Graph/m-p/619692#M1116734</guid>
      <dc:creator />
      <dc:date>2014-02-09T10:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table Pivot/ Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Pivot-Graph/m-p/619693#M1116735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone help me pls?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 16:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Pivot-Graph/m-p/619693#M1116735</guid>
      <dc:creator />
      <dc:date>2014-02-10T16:37:44Z</dc:date>
    </item>
  </channel>
</rss>

