<?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: expression to write for a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression-to-write-for-a-chart/m-p/1385202#M820595</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is nice to solve with some sample data, expected result or a qvw file. share something if possible &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Aug 2017 04:36:45 GMT</pubDate>
    <dc:creator>techvarun</dc:creator>
    <dc:date>2017-08-11T04:36:45Z</dc:date>
    <item>
      <title>expression to write for a chart</title>
      <link>https://community.qlik.com/t5/QlikView/expression-to-write-for-a-chart/m-p/1385201#M820594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my data model is as follows :- &lt;/P&gt;&lt;P&gt;I have 3 tables :-&lt;/P&gt;&lt;P&gt;1. POS_Master_all&lt;/P&gt;&lt;P&gt;2. Material_Master &lt;/P&gt;&lt;P&gt;3. store_Mapping &lt;/P&gt;&lt;P&gt;Here in the above master table the business is based on seasons(winter,summer,autumn,spring) and year now i want an expression&amp;nbsp; to show sales in a bar chart based on seasons&amp;nbsp; &lt;/P&gt;&lt;P&gt;need an expression to depict sales and dimension in a bar chart would be (distribution channel, category, gender).&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/expression-to-write-for-a-chart/m-p/1385201#M820594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: expression to write for a chart</title>
      <link>https://community.qlik.com/t5/QlikView/expression-to-write-for-a-chart/m-p/1385202#M820595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is nice to solve with some sample data, expected result or a qvw file. share something if possible &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 04:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-to-write-for-a-chart/m-p/1385202#M820595</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-08-11T04:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: expression to write for a chart</title>
      <link>https://community.qlik.com/t5/QlikView/expression-to-write-for-a-chart/m-p/1385203#M820596</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;You can use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension : Seasons&lt;/P&gt;&lt;P&gt;Expression :Sum(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: May be create cyclic group with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;distribution channel, category, gender&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Expression :Sum(Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 04:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-to-write-for-a-chart/m-p/1385203#M820596</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2017-08-11T04:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: expression to write for a chart</title>
      <link>https://community.qlik.com/t5/QlikView/expression-to-write-for-a-chart/m-p/1385204#M820597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need a single expression to be created for any season which users enters in dashboard &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 05:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-to-write-for-a-chart/m-p/1385204#M820597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-11T05:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: expression to write for a chart</title>
      <link>https://community.qlik.com/t5/QlikView/expression-to-write-for-a-chart/m-p/1385205#M820598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;2014 year(expression written on bar chart )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=num( &lt;/P&gt;&lt;P&gt;sum(if(Sold_Date &amp;lt;= MakeDate(Prev_Year,month(To),day(To)) and Sold_Date &amp;gt;= MakeDate(Prev_Year,month(From),day(From)),&amp;nbsp; [inv value]))/Sales_INR_Unit,&lt;/P&gt;&lt;P&gt;'#,##0.0')&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2014 season &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=num( &lt;/P&gt;&lt;P&gt;sum(if(Sold_Date &amp;lt;= MakeDate(Prev_Year,month(To),day(To)) and Sold_Date &amp;gt;= MakeDate(Prev_Year,month(From),day(From)) and [Season Code] = $(vSales_Summary_Previous_Season),&amp;nbsp; [inv value]))/Sales_INR_Unit,&lt;/P&gt;&lt;P&gt;'#,##0.0')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a combined expressions for all seasons and particular year &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 05:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-to-write-for-a-chart/m-p/1385205#M820598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-11T05:20:06Z</dc:date>
    </item>
  </channel>
</rss>

