<?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 Selectable Expressions for Charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selectable-Expressions-for-Charts/m-p/1393294#M423346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on a dashboard where I want the user to be able to select which expression to display on the charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was working for me but abruptly stopped working and I can't determine why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have is an inline LOAD with the metric name, dimensions and expressions to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box where the user can select the metric they wish to display. I have three charts (2 bar charts and one pivot table) that have the Expression definition set to $(=Expression).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said this was working but has stopped. Any help troubleshooting is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the LOAD statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE &lt;/P&gt;&lt;P&gt;["Metric", Dimension1, Dimension2, Expression&lt;/P&gt;&lt;P&gt;"Utility Pct By Wgt", Wgt, Hrs "=Avg(utilPctGrWgt)"&lt;/P&gt;&lt;P&gt;"Utility Pct By Hrs", Wgt, Hrs "=sum({&amp;lt;dispInd = {1}&amp;gt;} DispHours)/Sum(TotalHours)"];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Nate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Oct 2017 12:59:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-04T12:59:30Z</dc:date>
    <item>
      <title>Selectable Expressions for Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Selectable-Expressions-for-Charts/m-p/1393294#M423346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on a dashboard where I want the user to be able to select which expression to display on the charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was working for me but abruptly stopped working and I can't determine why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have is an inline LOAD with the metric name, dimensions and expressions to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box where the user can select the metric they wish to display. I have three charts (2 bar charts and one pivot table) that have the Expression definition set to $(=Expression).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said this was working but has stopped. Any help troubleshooting is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the LOAD statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE &lt;/P&gt;&lt;P&gt;["Metric", Dimension1, Dimension2, Expression&lt;/P&gt;&lt;P&gt;"Utility Pct By Wgt", Wgt, Hrs "=Avg(utilPctGrWgt)"&lt;/P&gt;&lt;P&gt;"Utility Pct By Hrs", Wgt, Hrs "=sum({&amp;lt;dispInd = {1}&amp;gt;} DispHours)/Sum(TotalHours)"];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Nate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 12:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selectable-Expressions-for-Charts/m-p/1393294#M423346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T12:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Selectable Expressions for Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Selectable-Expressions-for-Charts/m-p/1393295#M423347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;["Metric", Dimension1, Dimension2, Expression&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"Utility Pct By Wgt", Wgt, Hrs&lt;STRONG&gt;,&lt;/STRONG&gt; "=Avg(utilPctGrWgt)"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;"Utility Pct By Hrs", Wgt, Hrs&lt;STRONG&gt;,&lt;/STRONG&gt; "=sum({&amp;lt;dispInd = {1}&amp;gt;} DispHours)/Sum(TotalHours)"];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You missed out on "," after Hrs.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pratyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 15:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selectable-Expressions-for-Charts/m-p/1393295#M423347</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2017-10-04T15:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Selectable Expressions for Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Selectable-Expressions-for-Charts/m-p/1393296#M423348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Pratyush!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was what I was missing. I looked and it so many times I never noticed the missing comma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Nate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 18:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selectable-Expressions-for-Charts/m-p/1393296#M423348</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T18:32:21Z</dc:date>
    </item>
  </channel>
</rss>

