<?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: Create a chart to represent text field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531640#M747828</link>
    <description>&lt;P&gt;can you help me how to modify this script to pull the data from any given table instead of using inline to manually load the data?&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jan 2019 15:04:04 GMT</pubDate>
    <dc:creator>rocknroll9</dc:creator>
    <dc:date>2019-01-17T15:04:04Z</dc:date>
    <item>
      <title>Create a chart to represent text field</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531183#M747822</link>
      <description>&lt;P&gt;I have a table like this&lt;/P&gt;&lt;P&gt;Subject&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Date&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Incharge&lt;/P&gt;&lt;P&gt;Physics&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2018-01-01&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Person 1&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Physics&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2018-04-01&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Person&amp;nbsp;2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Physics&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2018-08-01&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Person&amp;nbsp;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to create a visual which can show me the Incharge in the chart for every Period&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture123.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3870iB02B51892E1B2134/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture123.PNG" alt="Capture123.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can someone help me how do i visually represent a table with this kind of information?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531183#M747822</guid>
      <dc:creator>rocknroll9</dc:creator>
      <dc:date>2024-11-16T04:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create a chart to represent text field</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531497#M747823</link>
      <description>&lt;P&gt;I think you could use a bar-chart with an offset and a dual-expression to get a quite similar visualization. For this you could extend your data to a numeric value for each record and an appropriate offset-value, for example with something like this:&lt;/P&gt;&lt;P&gt;load *, &lt;STRONG&gt;1 as Counter, autonumber(Incharge) - 1 as Offset&lt;/STRONG&gt; inline [&lt;BR /&gt;Subject, Date, Incharge&lt;BR /&gt;Physics, 2018-01-01, Person 1&lt;BR /&gt;Physics, 2018-04-01, Person 2&lt;BR /&gt;Physics, 2018-08-01, Person 1&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SpecialBarchart.JPG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3940i583E0E38ECBF5F74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SpecialBarchart.JPG" alt="SpecialBarchart.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;whereby the offset (within the attribute-expressions) is just: = Offset and then a few layout-adjustements to reduce the distance between the bars, hide the axis and whatever you want to layout.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 11:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531497#M747823</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-01-17T11:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create a chart to represent text field</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531591#M747824</link>
      <description>&lt;P&gt;Thankyou. Can you please send me the&amp;nbsp;qvw file you worked on? I'm very new to&amp;nbsp;qlikview and i would want to see your work.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 13:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531591#M747824</guid>
      <dc:creator>rocknroll9</dc:creator>
      <dc:date>2019-01-17T13:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create a chart to represent text field</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531600#M747825</link>
      <description>&lt;P&gt;See here ...&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 13:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531600#M747825</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-01-17T13:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create a chart to represent text field</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531608#M747826</link>
      <description>&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 14:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531608#M747826</guid>
      <dc:creator>rocknroll9</dc:creator>
      <dc:date>2019-01-17T14:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create a chart to represent text field</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531640#M747828</link>
      <description>&lt;P&gt;can you help me how to modify this script to pull the data from any given table instead of using inline to manually load the data?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 15:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531640#M747828</guid>
      <dc:creator>rocknroll9</dc:creator>
      <dc:date>2019-01-17T15:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create a chart to represent text field</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531643#M747830</link>
      <description>&lt;P&gt;An inline-table is quite the same like a normal csv or other textfiles with a comma as the default delimiter - but you could add any fileformat like you want, like: ... (txt, delimiter is \t); and therefore it's not different from a normal loading.&lt;/P&gt;&lt;P&gt;If your real data contain a different granularity it might be necessary or more practically to create an extra table from them for this special chart. How does your data look like?&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 15:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531643#M747830</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-01-17T15:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create a chart to represent text field</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531651#M747831</link>
      <description>&lt;P&gt;My data is in a text file.&amp;nbsp;since you&amp;nbsp;manually&amp;nbsp;put in the table values&amp;nbsp;using&amp;nbsp; inline, i wanted to know how to modify it to load&amp;nbsp;data from a table rather than keying the values of the table.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Physics, 2018-01-01, Person 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Physics, 2018-04-01, Person 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Physics, 2018-08-01, Person 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 15:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531651#M747831</guid>
      <dc:creator>rocknroll9</dc:creator>
      <dc:date>2019-01-17T15:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create a chart to represent text field</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531657#M747833</link>
      <description>&lt;P&gt;It's just:&lt;/P&gt;&lt;P&gt;load *, &lt;STRONG&gt;1 as Counter, autonumber(Incharge) - 1 as Offset&lt;/STRONG&gt; from YourTextFile.txt (txt, delimiter is ',');&lt;/P&gt;&lt;P&gt;Your file-extension and file-format might be different - just use the file-wizard to detect all these parameters automatically.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 15:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-chart-to-represent-text-field/m-p/1531657#M747833</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-01-17T15:44:39Z</dc:date>
    </item>
  </channel>
</rss>

