<?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 expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-expressions/m-p/1835485#M1214858</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to sort the date field in x-axis for my bar chart in chronological order (Jan, Feb, Mar....).&lt;/P&gt;&lt;P&gt;Should be represented as : 2021-Sep-13_A(Mon), 2021-Oct-21_B(Thu)&lt;/P&gt;&lt;P&gt;I tried doing like this in expression :&amp;nbsp;&lt;/P&gt;&lt;P&gt;year(date(date#(left(date,18),'YYYYMMDD')))&amp;nbsp; &amp;amp; '-' &amp;amp; month((date(date#(left(date,18),'YYYYMMDD'))) &amp;amp;&amp;nbsp; '-' &amp;amp; date((date(date#(left(date,18),'YYYYMMDD'))) &amp;amp; '_' &amp;amp; ('A' or 'B'&lt;STRONG&gt;)&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;&amp;amp; '(' &amp;amp; day((date(date#(left(date,18),'YYYYMMDD'))) &amp;amp; ')'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;how could I solve this?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Sep 2021 06:35:31 GMT</pubDate>
    <dc:creator>Pavithra_2198</dc:creator>
    <dc:date>2021-09-13T06:35:31Z</dc:date>
    <item>
      <title>Chart expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-expressions/m-p/1835485#M1214858</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to sort the date field in x-axis for my bar chart in chronological order (Jan, Feb, Mar....).&lt;/P&gt;&lt;P&gt;Should be represented as : 2021-Sep-13_A(Mon), 2021-Oct-21_B(Thu)&lt;/P&gt;&lt;P&gt;I tried doing like this in expression :&amp;nbsp;&lt;/P&gt;&lt;P&gt;year(date(date#(left(date,18),'YYYYMMDD')))&amp;nbsp; &amp;amp; '-' &amp;amp; month((date(date#(left(date,18),'YYYYMMDD'))) &amp;amp;&amp;nbsp; '-' &amp;amp; date((date(date#(left(date,18),'YYYYMMDD'))) &amp;amp; '_' &amp;amp; ('A' or 'B'&lt;STRONG&gt;)&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;&amp;amp; '(' &amp;amp; day((date(date#(left(date,18),'YYYYMMDD'))) &amp;amp; ')'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;how could I solve this?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 06:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-expressions/m-p/1835485#M1214858</guid>
      <dc:creator>Pavithra_2198</dc:creator>
      <dc:date>2021-09-13T06:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Chart expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-expressions/m-p/1835610#M1214867</link>
      <description>&lt;P&gt;Use &lt;A href="https://help.qlik.com/en-US/sense/September2019/Subsystems/Hub/Content/Sense_Hub/Scripting/FormattingFunctions/Dual.htm" target="_self"&gt;Dual&lt;/A&gt; function&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Dual(
//Text Part
Date(Date#(Left(date, 18),'YYYYMMDD'), 'YYYY-MMM-DD') &amp;amp; '_' &amp;amp; ('A' or 'B') &amp;amp; '(' &amp;amp; Day(Date#(Left(date, 18),'YYYYMMDD')) &amp;amp; ')',

//Number Part
Date#(Left(date, 18), 'YYYYMMDD')
)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 13 Sep 2021 13:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-expressions/m-p/1835610#M1214867</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2021-09-13T13:26:33Z</dc:date>
    </item>
  </channel>
</rss>

