<?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 create bar chart with multiple values in 1 cell? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68326#M778999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more way of doing it in front end&amp;nbsp; is by using the dual function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim : Tyep,Value&lt;/P&gt;&lt;P&gt;Exp: dual( sum(Value) &amp;amp; '(' &amp;amp; Count(Value) &amp;amp; ')', Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200685_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2018 04:54:12 GMT</pubDate>
    <dc:creator>qliksus</dc:creator>
    <dc:date>2018-04-25T04:54:12Z</dc:date>
    <item>
      <title>How to create bar chart with multiple values in 1 cell?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68315#M778988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikview Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had came across a situation whereby I was unable to create the bar chart with multiple values under 1 cell in raw data and I had pasted my raw data below for your reference:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200269_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;What I hope to achieve is something similar in below, but if there are any other charts can bring the same visual effect would be welcome as well! Thank you for your time in advance! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/200283_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&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/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68315#M778988</guid>
      <dc:creator>s10157754</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create bar chart with multiple values in 1 cell?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68316#M778989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does Step1, Step2, Step3 and Step4 are field names that you want to show in X-Axis? Can you share sample in text instead image to improve your question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 23:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68316#M778989</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-04-19T23:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create bar chart with multiple values in 1 cell?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68317#M778990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your bar chart to work you should have two dimensions and then count the values of those steps. So without script intervention it cannot be done. I did a Crosstable load of your sample data you posted here and got this. Not sure how your data is going to be in your real world. This is a workaround based on the sample you provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step1: I have copied your data into an excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step2: Used below cross table and loaded this excel sheet with below script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sheet2:&lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;CrossTable&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Steps&lt;/SPAN&gt;, &lt;SPAN style="color: #800000;"&gt;Cnt&lt;/SPAN&gt;,1)&lt;BR /&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; 1 &lt;SPAN style="color: #0000ff;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Random&lt;/SPAN&gt;,&lt;BR /&gt; 0 &lt;SPAN style="color: #0000ff;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Step1&lt;/SPAN&gt;, &lt;BR /&gt; 0 &lt;SPAN style="color: #0000ff;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Step2&lt;/SPAN&gt;, &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;Step3&lt;/SPAN&gt;, &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Subfield&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Step4&lt;/SPAN&gt;, ',') &lt;SPAN style="color: #0000ff;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Step4&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt; [..\..\QvdEg.xlsx]&lt;BR /&gt; (&lt;SPAN style="color: #0000ff;"&gt;ooxml&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;labels&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;is&lt;/SPAN&gt; Sheet2);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Step3: Created a bar chart with below dimensions and expression used. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Add Dim: Steps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cnt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Expr: = &lt;SPAN style="color: #0000ff;"&gt;IF&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Cnt&lt;/SPAN&gt; = 0, &lt;SPAN style="color: #0000ff;"&gt;Null&lt;/SPAN&gt;(), &lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Cnt&lt;/SPAN&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN style="color: #800000;"&gt;Cnt&lt;/SPAN&gt;&amp;amp;'('&amp;amp;&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;( &lt;SPAN style="color: #800000;"&gt;Cnt&lt;/SPAN&gt;)&amp;amp;')' &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;so for these expressions just follow below screenshots modifying few properties highlighted&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200285_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/200286_pastedImage_3.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Here uncheck bar for second expressions and check Value on data points and Text as Popup (optional)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Your chart properties of your bar chart - presentation tab should match with the below highlighted. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/200287_pastedImage_4.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Result:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-4" src="https://community.qlik.com/legacyfs/online/200288_pastedImage_5.png" style="max-height: 900px; max-width: 1200px;" /&gt;You can change the colors in colors tab accordingly. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 01:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68317#M778990</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-04-20T01:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create bar chart with multiple values in 1 cell?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68318#M778991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes. Step 1 - 4 are my field names that I want to show in X-Axis. I had load a sample of my raw data into the Testing.Qvw and shared it to you for your reference. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;QianNing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 01:58:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68318#M778991</guid>
      <dc:creator>s10157754</dc:creator>
      <dc:date>2018-04-20T01:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create bar chart with multiple values in 1 cell?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68319#M778992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vishwarath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had only 1 dimension which is my machine number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1 - 4 are my field names that I want to show in X-Axis. But the numbers in the cell will appeared randomly and ranged from 1 - 99. I had load a sample of my raw data into the Testing.Qvw and shared it to you for your reference. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;SPAN class="emoticon-inline emoticon_happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;QianNing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 02:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68319#M778992</guid>
      <dc:creator>s10157754</dc:creator>
      <dc:date>2018-04-20T02:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create bar chart with multiple values in 1 cell?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68320#M778993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you might need the original txt file being loaded into Qlikview. I had also attached a sample of the raw data file for your reference. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Thank you so much for your time!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 02:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68320#M778993</guid>
      <dc:creator>s10157754</dc:creator>
      <dc:date>2018-04-20T02:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create bar chart with multiple values in 1 cell?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68321#M778994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vishwarath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you might need the original txt file being loaded into Qlikview. I had also attached a sample of the raw data file for your reference. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Thank you so much for your time!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 02:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68321#M778994</guid>
      <dc:creator>s10157754</dc:creator>
      <dc:date>2018-04-20T02:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create bar chart with multiple values in 1 cell?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68322#M778995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vishwarath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had tried to use your solution but I can't even load the raw txt file into Qlikview. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200294_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 05:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68322#M778995</guid>
      <dc:creator>s10157754</dc:creator>
      <dc:date>2018-04-20T05:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create bar chart with multiple values in 1 cell?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68323#M778996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it does not work, coz your field names in your text file are not step1 step2 ...etc. You have @1, @2 ....etc. So just check the attached file and see if this is what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modified the script with below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrossTable(Steps, Cnt,1)&lt;/P&gt;&lt;P&gt;CrossTab:&lt;/P&gt;&lt;P&gt;LOAD @1 AS MachineNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(Len(Trim(@12)) = 0, 0, Subfield(@12, ',')) AS Step1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(Len(Trim(@13)) = 0, 0, Subfield(@13, ',')) AS Step2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(Len(Trim(@14)) = 0, 0, Subfield(@14, ',')) AS Step3, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(Len(Trim(@15)) = 0, 0, Subfield(@15, ',')) AS Step4 &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;FROM &lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, no labels, delimiter is ';', msq);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 13:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68323#M778996</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-04-20T13:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create bar chart with multiple values in 1 cell?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68324#M778997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In future however your values are populated into these 4 step fields, the script i provided should take care of it. Let me know if you have any further issues. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 13:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68324#M778997</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-04-20T13:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create bar chart with multiple values in 1 cell?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68325#M778998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vishwarath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help! Have a nice day! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;QianNing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 02:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68325#M778998</guid>
      <dc:creator>s10157754</dc:creator>
      <dc:date>2018-04-25T02:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create bar chart with multiple values in 1 cell?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68326#M778999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more way of doing it in front end&amp;nbsp; is by using the dual function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim : Tyep,Value&lt;/P&gt;&lt;P&gt;Exp: dual( sum(Value) &amp;amp; '(' &amp;amp; Count(Value) &amp;amp; ')', Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200685_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 04:54:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-bar-chart-with-multiple-values-in-1-cell/m-p/68326#M778999</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2018-04-25T04:54:12Z</dc:date>
    </item>
  </channel>
</rss>

