<?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: need to create Bar chart but by manipulating data in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083176#M232103</link>
    <description>&lt;P&gt;valuelist is a chart only function.&lt;/P&gt;
&lt;P&gt;Use it in a calculated dimension (a dimension that has an expression, not only a field) and in the measure like in the example above.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jun 2023 10:00:13 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2023-06-13T10:00:13Z</dc:date>
    <item>
      <title>need to create Bar chart but by manipulating data</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2082071#M231891</link>
      <description>&lt;P&gt;hi i have this data&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where I have company name and Product count made by them&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ha142000_0-1686301319827.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/109654iFF8F8318A486CA9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ha142000_0-1686301319827.png" alt="ha142000_0-1686301319827.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I Need to get this data In this form&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ha142000_1-1686301396377.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/109655iFD244E2E2608538E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ha142000_1-1686301396377.png" alt="ha142000_1-1686301396377.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And Create bar chart for it ,Details in X axis and Countss in Y axis&amp;nbsp; in Bar chart&lt;/P&gt;
&lt;P&gt;.Can any one help me with it&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2082071#M231891</guid>
      <dc:creator>ha142000</dc:creator>
      <dc:date>2024-11-15T21:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: need to create Bar chart but by manipulating data</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2082418#M231952</link>
      <description>&lt;P&gt;Hi, you can use a calculated dimension like:&lt;/P&gt;
&lt;P&gt;=ValueList('Dim1','Dim2','Dim3'...)&lt;/P&gt;
&lt;P&gt;And the expression can check the var as:&lt;/P&gt;
&lt;P&gt;Pick(Match(ValueList('Dim1','Dim2','Dim3','Dim4'),'Dim1','Dim2','Dim3','Dim4')&lt;BR /&gt;,Count({&amp;lt;Product={1}&amp;gt;}Company)&lt;BR /&gt;,Count({&amp;lt;Product={"&amp;gt;1&amp;lt;=3"}&amp;gt;}Company)&lt;BR /&gt;,Count({&amp;lt;Product={"&amp;gt;3&amp;lt;=9"}&amp;gt;}Company)&lt;/P&gt;
&lt;P&gt;,Count({&amp;lt;Product={"&amp;gt;9"}&amp;gt;}Company)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 07:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2082418#M231952</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-06-10T07:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: need to create Bar chart but by manipulating data</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083174#M232102</link>
      <description>&lt;P&gt;hi ,I need to use valuelist in barchart or in load editor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 09:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083174#M232102</guid>
      <dc:creator>ha142000</dc:creator>
      <dc:date>2023-06-13T09:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: need to create Bar chart but by manipulating data</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083176#M232103</link>
      <description>&lt;P&gt;valuelist is a chart only function.&lt;/P&gt;
&lt;P&gt;Use it in a calculated dimension (a dimension that has an expression, not only a field) and in the measure like in the example above.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 10:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083176#M232103</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-06-13T10:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: need to create Bar chart but by manipulating data</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083239#M232113</link>
      <description>&lt;P&gt;thanks alot it worked&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 11:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083239#M232113</guid>
      <dc:creator>ha142000</dc:creator>
      <dc:date>2023-06-13T11:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: need to create Bar chart but by manipulating data</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083835#M232203</link>
      <description>&lt;P&gt;Hello Rubenmarin,&lt;/P&gt;
&lt;P&gt;I tried the expression but m getting an error: Error in expression: ')' is expected.&lt;/P&gt;
&lt;P&gt;I did not made any change to the expression othen than chaning the name of fields.&lt;/P&gt;
&lt;P&gt;Help Plz.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 14:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083835#M232203</guid>
      <dc:creator>NiTo</dc:creator>
      <dc:date>2023-06-14T14:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: need to create Bar chart but by manipulating data</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083837#M232204</link>
      <description>&lt;P&gt;Here is the expression that I used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pick(Match(ValueList('UniqueCompany','CompanyProduct&amp;gt;3','CompanyProdcutsBetween 3 and 9','CompanyProduct&amp;gt;9'),&lt;BR /&gt;'UniqueCompany','CompanyProduct&amp;gt;3','CompanyProdcutsBetween 3 and 9','CompanyProduct&amp;gt;9')&lt;BR /&gt;,Count({&amp;lt;[Product Count]={1}&amp;gt;}(UniqueCompany))&lt;BR /&gt;,Count({&amp;lt;[Product Count]={"&amp;gt;1&amp;lt;=3"}&amp;gt;}(CompanyProduct&amp;gt;3))&lt;BR /&gt;,Count({&amp;lt;[Product Count]={"&amp;gt;3&amp;lt;=9"}&amp;gt;}(CompanyProdcutsBetween 3 and 9))&lt;BR /&gt;,Count({&amp;lt;[Product Count]={"&amp;gt;9"}&amp;gt;}(CompanyProduct&amp;gt;9))&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 14:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083837#M232204</guid>
      <dc:creator>NiTo</dc:creator>
      <dc:date>2023-06-14T14:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: need to create Bar chart but by manipulating data</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083841#M232206</link>
      <description>&lt;P&gt;Hi, the count should be on the company name field&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Pick(Match(ValueList('UniqueCompany','CompanyProduct&amp;gt;3','CompanyProdcutsBetween 3 and 9','CompanyProduct&amp;gt;9'),
'UniqueCompany','CompanyProduct&amp;gt;3','CompanyProdcutsBetween 3 and 9','CompanyProduct&amp;gt;9')
,Count({&amp;lt;[Product Count]={1}&amp;gt;}CompanyNameField)
,Count({&amp;lt;[Product Count]={"&amp;gt;1&amp;lt;=3"}&amp;gt;}CompanyNameField)
,Count({&amp;lt;[Product Count]={"&amp;gt;3&amp;lt;=9"}&amp;gt;}CompanyNameField)
,Count({&amp;lt;[Product Count]={"&amp;gt;9"}&amp;gt;}CompanyNameField)
)&lt;/LI-CODE&gt;
&lt;P&gt;And [Product Count] should be the field that stores the number of products of each company&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 14:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083841#M232206</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-06-14T14:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: need to create Bar chart but by manipulating data</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083870#M232212</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Rubenmarin.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for your reply. I made the changs and yes it works. I got the count of products depending upon the classification.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But, I am not getting the total of all the counts, on the top of the column, as u can see in the image attached.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any suggestion. I am new to qlik sense, so I have got a lots of questions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 15:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083870#M232212</guid>
      <dc:creator>NiTo</dc:creator>
      <dc:date>2023-06-14T15:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: need to create Bar chart but by manipulating data</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083876#M232213</link>
      <description>&lt;P&gt;Hi, in the measure three is an option to enable/disable the total row, when enabled there is another option to select the totals formula, instead of 'Automatic' select 'Sum'.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 15:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083876#M232213</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-06-14T15:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: need to create Bar chart but by manipulating data</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083879#M232214</link>
      <description>&lt;P&gt;Thank you so much. I got it.&lt;/P&gt;
&lt;P&gt;One more thing, I want to know, if it is not too much of trouble.&lt;/P&gt;
&lt;P&gt;I am trying to get a QSDA certification and I just started practicing. What is the best way to go about it? I am watching online videos. For more complex issues, I check the community, pick up a random issue, making a table in excel and then working on it, just like it did here.&lt;/P&gt;
&lt;P&gt;Any suggestion? I wil be really grateful.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 15:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2083879#M232214</guid>
      <dc:creator>NiTo</dc:creator>
      <dc:date>2023-06-14T15:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: need to create Bar chart but by manipulating data</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2084109#M232244</link>
      <description>&lt;P&gt;Hi Nito, the best way is to have enough experience with real problems solved, solving questions in the community is also a good way. For QSDA it's important to know how to solve data model issues, like using the concatenation of fact tables or the use of composite keys to avoid circular references.&lt;/P&gt;
&lt;P&gt;I don't have much to say, I think you're taking a good way to increase your knowledge.&lt;/P&gt;
&lt;P&gt;Good luck!... and keeping practice is a good way to increase your luck.&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 06:10:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2084109#M232244</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-06-15T06:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: need to create Bar chart but by manipulating data</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2084125#M232248</link>
      <description>&lt;P&gt;Hi RubenMarin and thanks for the encouraging words.&lt;/P&gt;
&lt;P&gt;Good day to you.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 06:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/need-to-create-Bar-chart-but-by-manipulating-data/m-p/2084125#M232248</guid>
      <dc:creator>NiTo</dc:creator>
      <dc:date>2023-06-15T06:44:18Z</dc:date>
    </item>
  </channel>
</rss>

