<?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: Bar Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/875755#M305846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good &lt;BR /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 May 2015 06:33:35 GMT</pubDate>
    <dc:creator>amit_saini</dc:creator>
    <dc:date>2015-05-18T06:33:35Z</dc:date>
    <item>
      <title>Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/875750#M305841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Name and Date Field. For these two i want to write an expression and i need to take these two fields in a single dimension. I am using a Bar Chart and need to show it as below image..PFA image for your reference...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 05:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/875750#M305841</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2015-05-18T05:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/875751#M305842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bharat , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name&amp;amp;'-' &amp;amp; Date_Field as Name_Date_Field&amp;nbsp; and use this as dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 06:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/875751#M305842</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-05-18T06:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/875752#M305843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply...I have a name field, In that name field i have 10 sub fields and i need only 3 fields so for that i have hard coded and written as a Calculated Dimension as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(name='LV Information &amp;amp; Operation' or name='MOET HENNESSY ASIA PACIFIC/HK' or name='SINARMAS LAND/IA',name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in this dimension i&amp;nbsp; need to add the date field and get together(both name and date field) in the same calculated dimension. This one i need to do in the dimension itself not in the backend. Can you pls help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 06:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/875752#M305843</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2015-05-18T06:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/875753#M305844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bharat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do one this first filter your name filed inside script side like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Where&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'LV Information &amp;amp; Operation','MOET HENNESSY ASIA PACIFIC/HK' ,’INARMAS LAND/IA’) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next now you have name field with desired ones and later you can do what I have suggested in my first reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 06:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/875753#M305844</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-05-18T06:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/875754#M305845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Amit...It worked...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 06:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/875754#M305845</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2015-05-18T06:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/875755#M305846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good &lt;BR /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 06:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart/m-p/875755#M305846</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-05-18T06:33:35Z</dc:date>
    </item>
  </channel>
</rss>

