<?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: Load inline values and link with Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-inline-values-and-link-with-Chart/m-p/99760#M755513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe use Keepchar in your Original data set?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keepchar( YearSales, '0123456789') as Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can now use Year in front end with out creating an Inline table since this new field is created from your fact table it will work for all your charts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2018 17:14:53 GMT</pubDate>
    <dc:creator>MK9885</dc:creator>
    <dc:date>2018-09-24T17:14:53Z</dc:date>
    <item>
      <title>Load inline values and link with Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-values-and-link-with-Chart/m-p/99758#M755511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User selects from '2016','2015','2014' Listbox (Created by inline load below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I am having some issues with linking the below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my dataset I have the below columns filled with numerical values,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;2016 Sales&lt;/LI&gt;&lt;LI&gt;2015 Sales&lt;/LI&gt;&lt;LI&gt;2014 Sales&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can the Pivot Table and Pie Chart update as per user 'Year' selection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want to create 3 Charts but would rather keep it 1 Dynamic Chart that changes with 'Year' selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be something with regards to conditions/expression in both Pivot Table and Pie Chart &lt;SPAN style="font-size: 10pt;"&gt;but I am not sure of how to do it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Would appreciate your help.&lt;/SPAN&gt;&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/Load-inline-values-and-link-with-Chart/m-p/99758#M755511</guid>
      <dc:creator>hatherst</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load inline values and link with Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-values-and-link-with-Chart/m-p/99759#M755512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can deal in two ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) either you call your inline fields as below:&lt;/P&gt;&lt;P&gt;2016 Sales&lt;/P&gt;&lt;P&gt;2015 Sales&lt;/P&gt;&lt;P&gt;2014 Sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your dataset as below:&lt;/P&gt;&lt;P&gt;2016&lt;/P&gt;&lt;P&gt;2015&lt;/P&gt;&lt;P&gt;2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 15:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-values-and-link-with-Chart/m-p/99759#M755512</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-09-24T15:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load inline values and link with Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-values-and-link-with-Chart/m-p/99760#M755513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe use Keepchar in your Original data set?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keepchar( YearSales, '0123456789') as Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can now use Year in front end with out creating an Inline table since this new field is created from your fact table it will work for all your charts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 17:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-values-and-link-with-Chart/m-p/99760#M755513</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2018-09-24T17:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Load inline values and link with Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-values-and-link-with-Chart/m-p/99761#M755514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(Sum({1&amp;lt;Year={'$(=getfieldselections(Year))'}&amp;gt;} Sales),'0.00')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Year={'$(=getfieldselections(Year))'}&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 17:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-values-and-link-with-Chart/m-p/99761#M755514</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-09-24T17:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Load inline values and link with Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-values-and-link-with-Chart/m-p/99762#M755515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum({$&amp;lt;Year=p(Year)&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 17:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-values-and-link-with-Chart/m-p/99762#M755515</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-09-24T17:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Load inline values and link with Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Load-inline-values-and-link-with-Chart/m-p/99763#M755516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In most cases it's better to resolve the multiple sales columns within a single column for sales and one for your period per &lt;A href="https://community.qlik.com/qlik-blogpost/3628"&gt;The Crosstable Load&lt;/A&gt;‌. With this no extra logics to select the values will be needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2018 12:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-inline-values-and-link-with-Chart/m-p/99763#M755516</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-09-25T12:28:29Z</dc:date>
    </item>
  </channel>
</rss>

