<?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: Help with chart design with total amounts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367317#M136575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lets break one by one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a text box with the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(AirFareAmount)+sum(HotelBookedAmount)+Sum(CarCostAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear all selections and select 'NONBILLABLE' and 'nonbillable' in Triptype dimensions. We are trying to find it there is data at all for these triptype selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this works add expression with previous set analysis into all these three sum functions, clear selections into the chart. If still doesnt work, there is some data issue and you may have to share your qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2012 16:12:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-25T16:12:58Z</dc:date>
    <item>
      <title>Help with chart design with total amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367314#M136572</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 designing a bar chart with 2 dimenions - 'Month' and 'Year' and expression as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (if(match(TripType, 'NONBILLABLE' ,'nonbillable'),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({1}AirFareAmount)+sum({1}HotelBookedAmount)+sum({1}CarCostAmount))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I do this,I get chart with 'No Data to display'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I added the 'TripType' dimension to chart and now i get chart values but not the chart I was intended to -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="18857" class="jive-image-thumbnail jive-image" height="296" onclick="" alt="7-25-2012 10-01-23 AM.png" src="/legacyfs/online/18857_7-25-2012 10-01-23 AM.png" style="width: 359.0296495956873px; height: 296px;" width="359" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I want to do is create a grouped chart by Months and Year and also chart is static no matter what other values in other list box (month or year) i select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone guide me on how to acheive this or if there is something wrong with my chart design.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 14:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367314#M136572</guid>
      <dc:creator>nadkalyan</dc:creator>
      <dc:date>2012-07-25T14:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with chart design with total amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367315#M136573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If statement is column level function not aggr function (ie., evaluates but not aggregates) hence you are not getting result unless TripType is added to dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{1} in set analysis indicates ignore all selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression you are looking for might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13432288196579292" jivemacro_uid="_13432288196579292"&gt;&lt;P&gt;Sum({&amp;lt;TripType={'NONBILLABLE' ,'nonbillable'}&amp;gt;} AirFareAmount+HotelBookedAmount+CarCostAmount)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you have data only for Apr-2012 hence not able to see multiple bars (or selection is made).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 15:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367315#M136573</guid>
      <dc:creator />
      <dc:date>2012-07-25T15:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help with chart design with total amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367316#M136574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After using the expression you provided and still including TripType Dimension, It gives me "No data to display" in chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried removing TripType Dimension, but no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your suggestions. Any other?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 15:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367316#M136574</guid>
      <dc:creator>nadkalyan</dc:creator>
      <dc:date>2012-07-25T15:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help with chart design with total amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367317#M136575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lets break one by one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a text box with the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(AirFareAmount)+sum(HotelBookedAmount)+Sum(CarCostAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear all selections and select 'NONBILLABLE' and 'nonbillable' in Triptype dimensions. We are trying to find it there is data at all for these triptype selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this works add expression with previous set analysis into all these three sum functions, clear selections into the chart. If still doesnt work, there is some data issue and you may have to share your qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 16:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367317#M136575</guid>
      <dc:creator />
      <dc:date>2012-07-25T16:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help with chart design with total amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367318#M136576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed as per your instructions and did create a Text Box with Expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;=Sum(AirFareAmount)+sum(HotelBookedAmount)+Sum(CarCostAmount)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;and I get Data without any filters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i added Trip Type List Box and just selected &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;'NONBILLABLE' and 'nonbillable'&lt;/SPAN&gt; only and see data for those selections too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I added another TextBox with above Set analysis expression i get 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="18873" __jive_id="18873" class="jive-image-thumbnail jive-image" alt="7-25-2012 1-34-21 PM.png" src="/legacyfs/online/18873_7-25-2012 1-34-21 PM.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the QVW file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 17:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367318#M136576</guid>
      <dc:creator>nadkalyan</dc:creator>
      <dc:date>2012-07-25T17:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with chart design with total amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367319#M136577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Updated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 18:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367319#M136577</guid>
      <dc:creator />
      <dc:date>2012-07-25T18:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with chart design with total amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367320#M136578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kiran, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This now shows Amounts for 'NONBILLABLE' ,'nonbillable', but the Set Analysis seems to be not working, I want the chart to be static - to display all Years , months bars no matter what I select my Year and Month List boxes. Can this be acheived?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 18:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367320#M136578</guid>
      <dc:creator>nadkalyan</dc:creator>
      <dc:date>2012-07-25T18:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with chart design with total amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367321#M136579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 18:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367321#M136579</guid>
      <dc:creator />
      <dc:date>2012-07-25T18:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help with chart design with total amounts</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367322#M136580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kiran, That works perfect. Although if I add any new List Boxes as filters, I guess i have add them to Set Analysis expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kalyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 18:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-chart-design-with-total-amounts/m-p/367322#M136580</guid>
      <dc:creator>nadkalyan</dc:creator>
      <dc:date>2012-07-25T18:34:14Z</dc:date>
    </item>
  </channel>
</rss>

