<?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 can we use Strings in Bar Chart Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-we-use-Strings-in-Bar-Chart-Expression/m-p/1382187#M806411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Dual(&lt;/P&gt;&lt;P&gt;Floor(sum(Duration)/60/8) &amp;amp;' Days '&amp;amp; Interval(Frac(sum(Duration)/60/8)/3, 'h') &amp;amp; ' Hours ' &amp;amp; &lt;/P&gt;&lt;P&gt;Num(SubField(Interval(Frac(sum(Duration)/60/8)/3, 'h:mm'), ':', -1)) &amp;amp; ' Mins ',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Floor(sum(Duration)/60/8) &amp;amp;':'&amp;amp; Interval(Frac(sum(Duration)/60/8)/3, 'h') &amp;amp; ':' &amp;amp; &lt;/P&gt;&lt;P&gt;Num(SubField(Interval(Frac(sum(Duration)/60/8)/3, 'h:mm'), ':', -1)) &lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Oct 2017 05:55:44 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2017-10-31T05:55:44Z</dc:date>
    <item>
      <title>How can we use Strings in Bar Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-use-Strings-in-Bar-Chart-Expression/m-p/1382184#M806408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Hi Folks,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;I have one requirement. How can we show Strings in Bar Chart Expression. I am having data which shows Duration. I want to Include strings with numbers like 'Days','Hours','Minutes'&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;IMG alt="Barchart.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181573_Barchart.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;if you see the Image at Acer I am getting 13478:7:18 I want to see this ca13478 Days 7 Hours 18 Mins&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Below is the expression I am using&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;=Floor(sum(Duration)/60/8) &amp;amp;':'&amp;amp; Interval(Frac(sum(Duration)/60/8)/3, 'h') &amp;amp; ':' &amp;amp;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Num(SubField(Interval(Frac(sum(Duration)/60/8)/3, 'h:mm'), ':', -1))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;For reference you can find attached data &amp;amp; attached qvw. Can any one please help me on this&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Thanks and Regards,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Satya&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-can-we-use-Strings-in-Bar-Chart-Expression/m-p/1382184#M806408</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can we use Strings in Bar Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-use-Strings-in-Bar-Chart-Expression/m-p/1382185#M806409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;STRONG&gt;dual().&lt;/STRONG&gt; PFA&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181574_Capture.JPG" style="height: 281px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 05:50:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-use-Strings-in-Bar-Chart-Expression/m-p/1382185#M806409</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-31T05:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can we use Strings in Bar Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-use-Strings-in-Bar-Chart-Expression/m-p/1382186#M806410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for responce. I have tried writing dual but missing some where. Could you please reply with expression you are writing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 05:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-use-Strings-in-Bar-Chart-Expression/m-p/1382186#M806410</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2017-10-31T05:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can we use Strings in Bar Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-use-Strings-in-Bar-Chart-Expression/m-p/1382187#M806411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Dual(&lt;/P&gt;&lt;P&gt;Floor(sum(Duration)/60/8) &amp;amp;' Days '&amp;amp; Interval(Frac(sum(Duration)/60/8)/3, 'h') &amp;amp; ' Hours ' &amp;amp; &lt;/P&gt;&lt;P&gt;Num(SubField(Interval(Frac(sum(Duration)/60/8)/3, 'h:mm'), ':', -1)) &amp;amp; ' Mins ',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Floor(sum(Duration)/60/8) &amp;amp;':'&amp;amp; Interval(Frac(sum(Duration)/60/8)/3, 'h') &amp;amp; ':' &amp;amp; &lt;/P&gt;&lt;P&gt;Num(SubField(Interval(Frac(sum(Duration)/60/8)/3, 'h:mm'), ':', -1)) &lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 05:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-use-Strings-in-Bar-Chart-Expression/m-p/1382187#M806411</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-31T05:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can we use Strings in Bar Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-use-Strings-in-Bar-Chart-Expression/m-p/1382188#M806412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Tresco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 06:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-use-Strings-in-Bar-Chart-Expression/m-p/1382188#M806412</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2017-10-31T06:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can we use Strings in Bar Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-we-use-Strings-in-Bar-Chart-Expression/m-p/1382189#M806413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would probably want to close the thread by marking 'correct' answer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2017 06:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-we-use-Strings-in-Bar-Chart-Expression/m-p/1382189#M806413</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-31T06:13:50Z</dc:date>
    </item>
  </channel>
</rss>

