<?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: &amp; in chart expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/in-chart-expression/m-p/3721#M792329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.5em 0; color: #222222; font-family: sans-serif; font-size: 14px;"&gt;&lt;STRONG class="Latn headword" lang="en"&gt;booyakasha&lt;/STRONG&gt;&lt;/P&gt;&lt;OL style="margin: 0.3em 0 0 3.2em; list-style-image: none; color: #222222; font-family: sans-serif; font-size: 14px;"&gt;&lt;LI&gt;&lt;SPAN class="ib-brac"&gt;(&lt;/SPAN&gt;&lt;SPAN class="ib-content" style="font-style: italic;"&gt;&lt;A href="https://en.wiktionary.org/wiki/Appendix:Glossary#slang" style="color: #0b0080; background: none;" title="Appendix:Glossary"&gt;slang&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN class="ib-brac"&gt;)&lt;/SPAN&gt; used to express &lt;A href="https://en.wiktionary.org/wiki/triumph" style="color: #0b0080; background: none;" title="triumph"&gt;triumph&lt;/A&gt;, normally if trying to appear a "&lt;A href="https://en.wiktionary.org/wiki/gangsta" style="color: #0b0080; background: none;" title="gangsta"&gt;gangsta&lt;/A&gt;".&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies if I offended you lol &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jan 2018 13:39:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-19T13:39:15Z</dc:date>
    <item>
      <title>&amp; in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/in-chart-expression/m-p/3718#M792326</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;I am trying to add a custom duration expression to my line chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=FLOOR((AVG(IF(TEU=1,UnpackTime)/3600)))&amp;amp;'h'&amp;amp;ROUND(MOD(ROUND(AVG(IF(TEU=1,UnpackTime))),3600)/60)&amp;amp;'min'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...seems to work great in a Text Object however when using this same logic within Line Chart&amp;gt;Properties&amp;gt;Expression&amp;gt;Definition the chart returns blank as per below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="190673" alt="2018-01-19 15_10_19-QlikView x64 Personal Edition - [C__Users_cgentles_Desktop_ImportUnpack.qvw_].png" class="jive-image image-1" src="/legacyfs/online/190673_2018-01-19 15_10_19-QlikView x64 Personal Edition - [C__Users_cgentles_Desktop_ImportUnpack.qvw_].png" style="height: 282px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I remove the &amp;amp;'h' and &amp;amp;'min' the values are displayed on the chart (as per below) but not in the format that I require. Obviously the addition of custom suffixes ('h' and 'mins') is causing the chart to display blank values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="190674" alt="2018-01-19 15_14_36-QlikView x64 Personal Edition - [C__Users_cgentles_Desktop_ImportUnpack.qvw_].png" class="jive-image image-2" src="/legacyfs/online/190674_2018-01-19 15_14_36-QlikView x64 Personal Edition - [C__Users_cgentles_Desktop_ImportUnpack.qvw_].png" style="height: 282px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Can someone please tell me how I can get 'h' and 'mins' added to the chart data points so that it is displayed as 3h29mins for example?&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/in-chart-expression/m-p/3718#M792326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: &amp; in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/in-chart-expression/m-p/3719#M792327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Dual(FLOOR((AVG(IF(TEU=1,UnpackTime)/3600)))&amp;amp;'h'&amp;amp;ROUND(MOD(ROUND(AVG(IF(TEU=1,UnpackTime))),3600)/60)&amp;amp;'min',&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;FLOOR((AVG(IF(TEU=1,UnpackTime)/3600)))&amp;amp;ROUND(MOD(ROUND(AVG(IF(TEU=1,UnpackTime))),3600)/60))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 13:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/in-chart-expression/m-p/3719#M792327</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-19T13:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: &amp; in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/in-chart-expression/m-p/3720#M792328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Booyakasha!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a stack it worked a treat!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 13:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/in-chart-expression/m-p/3720#M792328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-19T13:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: &amp; in chart expression</title>
      <link>https://community.qlik.com/t5/QlikView/in-chart-expression/m-p/3721#M792329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.5em 0; color: #222222; font-family: sans-serif; font-size: 14px;"&gt;&lt;STRONG class="Latn headword" lang="en"&gt;booyakasha&lt;/STRONG&gt;&lt;/P&gt;&lt;OL style="margin: 0.3em 0 0 3.2em; list-style-image: none; color: #222222; font-family: sans-serif; font-size: 14px;"&gt;&lt;LI&gt;&lt;SPAN class="ib-brac"&gt;(&lt;/SPAN&gt;&lt;SPAN class="ib-content" style="font-style: italic;"&gt;&lt;A href="https://en.wiktionary.org/wiki/Appendix:Glossary#slang" style="color: #0b0080; background: none;" title="Appendix:Glossary"&gt;slang&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN class="ib-brac"&gt;)&lt;/SPAN&gt; used to express &lt;A href="https://en.wiktionary.org/wiki/triumph" style="color: #0b0080; background: none;" title="triumph"&gt;triumph&lt;/A&gt;, normally if trying to appear a "&lt;A href="https://en.wiktionary.org/wiki/gangsta" style="color: #0b0080; background: none;" title="gangsta"&gt;gangsta&lt;/A&gt;".&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies if I offended you lol &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 13:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/in-chart-expression/m-p/3721#M792329</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-19T13:39:15Z</dc:date>
    </item>
  </channel>
</rss>

