<?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 chart properties in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/chart-properties/m-p/727803#M1056261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to get the two results/values in a single column in &lt;SPAN style="color: red;"&gt;chart&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;Normally min values will come in one column and max values will come in one column, but&lt;/P&gt;&lt;P&gt;I would like to get the min and max values in one cell. Like &lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="padding-bottom: 0px; padding-left: 5.4pt; padding-right: 5.4pt; padding-top: 0px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding-left: 5.4pt; padding-right: 5.4pt; border: windowtext 1pt solid;" valign="top" width="71"&gt;&lt;P&gt;Min,Max &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I will get like this? please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2014 06:44:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-15T06:44:40Z</dc:date>
    <item>
      <title>chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/chart-properties/m-p/727803#M1056261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to get the two results/values in a single column in &lt;SPAN style="color: red;"&gt;chart&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;Normally min values will come in one column and max values will come in one column, but&lt;/P&gt;&lt;P&gt;I would like to get the min and max values in one cell. Like &lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="padding-bottom: 0px; padding-left: 5.4pt; padding-right: 5.4pt; padding-top: 0px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="padding-left: 5.4pt; padding-right: 5.4pt; border: windowtext 1pt solid;" valign="top" width="71"&gt;&lt;P&gt;Min,Max &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I will get like this? please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 06:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-properties/m-p/727803#M1056261</guid>
      <dc:creator />
      <dc:date>2014-10-15T06:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/chart-properties/m-p/727804#M1056262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to stack the bars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 06:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-properties/m-p/727804#M1056262</guid>
      <dc:creator>sivarajs</dc:creator>
      <dc:date>2014-10-15T06:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/chart-properties/m-p/727805#M1056263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;max(Value)&amp;amp;'-'&amp;amp;min(Value)&lt;/P&gt;&lt;P&gt;May be it will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 06:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-properties/m-p/727805#M1056263</guid>
      <dc:creator />
      <dc:date>2014-10-15T06:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/chart-properties/m-p/727806#M1056264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use concat()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or append result of two expression using &amp;amp;','&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for expamle&lt;/P&gt;&lt;P&gt;expr1&amp;amp;','&amp;amp;expr2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 06:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-properties/m-p/727806#M1056264</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-10-15T06:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/chart-properties/m-p/727807#M1056265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the expression in the following way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Max) &amp;amp;','&amp;amp; Sum(Min)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 06:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-properties/m-p/727807#M1056265</guid>
      <dc:creator>hannan_t</dc:creator>
      <dc:date>2014-10-15T06:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/chart-properties/m-p/727808#M1056266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you do not have Min and Max values calculated in your load you will have to use aggr. something like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vMinSales = aggr(min(sales), ordernumber) &lt;/P&gt;&lt;P&gt;vMaxSales = aggr(max(sales), ordernumber)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use the following in your expression: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(vMinSales ) &amp;amp; ',' &amp;amp; $(vMaxSales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that works for you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 12:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-properties/m-p/727808#M1056266</guid>
      <dc:creator />
      <dc:date>2014-10-15T12:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/chart-properties/m-p/727809#M1056267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 05:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-properties/m-p/727809#M1056267</guid>
      <dc:creator />
      <dc:date>2014-10-16T05:34:10Z</dc:date>
    </item>
  </channel>
</rss>

