<?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 Add 2 expressions in Straight chart on same row? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15833#M772119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 15.6px; font-family: inherit;"&gt;Taher Talib,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 15.6px; font-family: inherit;"&gt;Please check now.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H3&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;='USD : '&amp;amp;num(sum(Cost),'#,##0.##')&amp;amp;' -&amp;nbsp; CAD : '&amp;amp;(num(sum(Cost)*1.2932,'#,##0.##'))&lt;/EM&gt;&lt;/SPAN&gt;&lt;/H3&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 15.6px; font-family: inherit;"&gt;&lt;IMG __jive_id="203819" alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203819_Capture.JPG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="203820" alt="1.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/203820_1.JPG" style="height: 208px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="203821" alt="2.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/203821_2.JPG" style="height: 547px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2018 14:50:38 GMT</pubDate>
    <dc:creator>qlikviewwizard</dc:creator>
    <dc:date>2018-05-29T14:50:38Z</dc:date>
    <item>
      <title>How to Add 2 expressions in Straight chart on same row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15829#M772115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;BR /&gt;i have a straight table with a column called "Cost".&lt;/P&gt;&lt;P&gt;i have added an expression which gives me Sum(cost) in USD. In the same Column i want to add another expression which will display the Sum(cost) in CAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achieve this? If i add a new expression like 'sum(cost)*1.2' , it will display details in a new column which i dont need.&lt;/P&gt;&lt;P&gt;I just need the Aggregated Sums in same row for both USD and CAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15829#M772115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add 2 expressions in Straight chart on same row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15830#M772116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, and if you try with :&lt;/P&gt;&lt;P&gt;='USD : '&amp;amp;sum(cost)&amp;amp;', CAD : '&amp;amp;(sum(cost)*1.2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 May 2018 20:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15830#M772116</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2018-05-27T20:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add 2 expressions in Straight chart on same row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15831#M772117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this.&lt;/P&gt;&lt;P&gt;='USD : '&amp;amp;num(sum(Cost),'#,##0')&amp;amp;' -&amp;nbsp; CAD : '&amp;amp;(num(sum(Cost)*1.2,'#,##0'))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203616_Capture.JPG" style="height: 171px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 01:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15831#M772117</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-05-28T01:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add 2 expressions in Straight chart on same row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15832#M772118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arjun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank. This worked. But, i was looking for an output like below(From Excel):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 180px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl73" height="20" width="105"&gt;Rate&lt;/TD&gt;&lt;TD class="xl74" style="border-left: none;" width="75"&gt;Cost&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="20" style="border-top: none;"&gt;$0.5330&lt;/TD&gt;&lt;TD class="xl76" style="border-top: none; border-left: none;"&gt;$3.96&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="20" style="border-top: none;"&gt;$0.5330&lt;/TD&gt;&lt;TD class="xl76" style="border-top: none; border-left: none;"&gt;$1.34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="20" style="border-top: none;"&gt;$0.5330&lt;/TD&gt;&lt;TD class="xl76" style="border-top: none; border-left: none;"&gt;$0.63&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="20" style="border-top: none;"&gt;$0.5330&lt;/TD&gt;&lt;TD class="xl76" style="border-top: none; border-left: none;"&gt;$15.31&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="20" style="border-top: none;"&gt;$0.5330&lt;/TD&gt;&lt;TD class="xl76" style="border-top: none; border-left: none;"&gt;$18.66&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="20" style="border-top: none;"&gt;$0.5330&lt;/TD&gt;&lt;TD class="xl76" style="border-top: none; border-left: none;"&gt;$7.46&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="20" style="border-top: none;"&gt;$0.5330&lt;/TD&gt;&lt;TD class="xl76" style="border-top: none; border-left: none;"&gt;$0.13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="20" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl74" style="border-top: none; border-left: none;"&gt;Total Cost&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="20" style="border-top: none;"&gt;&lt;STRONG&gt;CAD&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl77" style="border-top: none; border-left: none;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;$47.49&lt;/STRONG&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl78" height="20" style="border-top: none;"&gt;&lt;STRONG&gt;USD X&amp;nbsp; 1.2932&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl79" style="border-top: none; border-left: none;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;$61.41 &lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, under the cost field, i just want the USD calculation per row, but at the end, i want 2 rows to be displayed. One giving the value in CAD and one in USD.&lt;/P&gt;&lt;P&gt;Also, is there any way we can enter the USD rate dynamically while generating the Qlikview report? &lt;BR /&gt;When i pull report today, the rate maybe 1.293 and enxt month it could be 1.273, so can we enter this value manually?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 21:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15832#M772118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-28T21:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add 2 expressions in Straight chart on same row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15833#M772119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 15.6px; font-family: inherit;"&gt;Taher Talib,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 15.6px; font-family: inherit;"&gt;Please check now.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H3&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;='USD : '&amp;amp;num(sum(Cost),'#,##0.##')&amp;amp;' -&amp;nbsp; CAD : '&amp;amp;(num(sum(Cost)*1.2932,'#,##0.##'))&lt;/EM&gt;&lt;/SPAN&gt;&lt;/H3&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-size: 15.6px; font-family: inherit;"&gt;&lt;IMG __jive_id="203819" alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203819_Capture.JPG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="203820" alt="1.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/203820_1.JPG" style="height: 208px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="203821" alt="2.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/203821_2.JPG" style="height: 547px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 14:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15833#M772119</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-05-29T14:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add 2 expressions in Straight chart on same row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15834#M772120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 14:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15834#M772120</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-05-29T14:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add 2 expressions in Straight chart on same row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15835#M772121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help Arjun.&lt;/P&gt;&lt;P&gt;Also, could you please let me know how to edit a label for Straight table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the below in Dimensions tab in Straight table to get the number to 4 decimal points and this expression is displayed as a label in the straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Num(MINUTES,'##.0000')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to change the lable name to "XX Minutes" instead of above expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 15:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15835#M772121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-29T15:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add 2 expressions in Straight chart on same row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15836#M772122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;in your expression, use&lt;/P&gt;&lt;P&gt;if(dimensionality()=0, Code here what you want to see on total row,&lt;/P&gt;&lt;P&gt;sum(cost)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 15:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15836#M772122</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-05-29T15:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add 2 expressions in Straight chart on same row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15837#M772123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add two dummy values to your dimension like USD Cost &amp;amp; CAD Cost and then handle it with 'if else' or 'Pick Match' in your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share an sample app if you want me to try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shan S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 15:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15837#M772123</guid>
      <dc:creator>shansundar</dc:creator>
      <dc:date>2018-05-29T15:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add 2 expressions in Straight chart on same row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15838#M772124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check this.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;=num(sum(Cost),'#,##0.##') &amp;amp; ' Minutes'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203864_Capture.JPG" style="height: 342px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 06:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15838#M772124</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-05-30T06:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add 2 expressions in Straight chart on same row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15839#M772125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203862_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 06:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15839#M772125</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2018-05-30T06:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add 2 expressions in Straight chart on same row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15840#M772126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want change USD manually, you can try this attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 06:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15840#M772126</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2018-05-30T06:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add 2 expressions in Straight chart on same row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15841#M772128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you get this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 16:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15841#M772128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-30T16:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add 2 expressions in Straight chart on same row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15842#M772129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Taher,&lt;/P&gt;&lt;P&gt;If you got what you looking for can you please close your threads marking Correct/Helpful responses. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 19:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15842#M772129</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-05-30T19:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add 2 expressions in Straight chart on same row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15843#M772131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/tata1488"&gt;tata1488&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Did you able to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 00:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15843#M772131</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-05-31T00:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add 2 expressions in Straight chart on same row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15844#M772133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arjun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2018 19:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15844#M772133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-01T19:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Add 2 expressions in Straight chart on same row?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15845#M772136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/tata1488"&gt;tata1488&lt;/A&gt;‌&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Happy to hear.&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please mark Correct Answer and close the thread. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2018 11:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Add-2-expressions-in-Straight-chart-on-same-row/m-p/15845#M772136</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-06-02T11:36:26Z</dc:date>
    </item>
  </channel>
</rss>

