<?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: Bar chart with two Dimension and a Calculated Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-chart-with-two-Dimension-and-a-Calculated-Expression/m-p/948146#M957730</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gysbert! Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example is good when you know all the values that will be multiplied. In my case, user will input the value and qlikview should calculate it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Nov 2015 17:29:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-05T17:29:29Z</dc:date>
    <item>
      <title>Bar chart with two Dimension and a Calculated Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-with-two-Dimension-and-a-Calculated-Expression/m-p/948144#M957728</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 ma trying to add a calculation inside a field using expression but couldn't get to it yet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I am trying to do: On my last post (&lt;A href="https://community.qlik.com/thread/189588"&gt;How to create another Column in script&lt;/A&gt;) I had created a "Table 3", now I would like to create a chart with those datas, using "date of maintenance" and "type of maintenance" as a Dimension and "=sum(US$)" as a expression. For now this is ok, but I would like to multiply an specific "type of maintenance" per a variable, for instance, as we look on the post there is a "type of maintenance" called yyy. I would like to take it and then multiply by 100. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does someone have an idea on how do I get that? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 16:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-with-two-Dimension-and-a-Calculated-Expression/m-p/948144#M957728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-05T16:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart with two Dimension and a Calculated Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-with-two-Dimension-and-a-Calculated-Expression/m-p/948145#M957729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could add a mapping table to the script and then add a multiplier field to table3 that can be used to multiply the amount with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MapMP:&lt;/P&gt;&lt;P&gt;Mapping Load * Inline [&lt;/P&gt;&lt;P&gt;Maintenance, Multiplier&lt;/P&gt;&lt;P&gt;yyy, 100&lt;/P&gt;&lt;P&gt;XXX, 80&lt;/P&gt;&lt;P&gt;ZZZ, 50&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FinalTable:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Date(Delivery + [Timeframe (Days)]) as [Date of Maintenance],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; ApplyMap('MapMP',[Type of maintenance],1) as Multiplier&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Table;&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;DROP Table Table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 17:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-with-two-Dimension-and-a-Calculated-Expression/m-p/948145#M957729</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-11-05T17:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart with two Dimension and a Calculated Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-with-two-Dimension-and-a-Calculated-Expression/m-p/948146#M957730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gysbert! Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example is good when you know all the values that will be multiplied. In my case, user will input the value and qlikview should calculate it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 17:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-with-two-Dimension-and-a-Calculated-Expression/m-p/948146#M957730</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-05T17:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart with two Dimension and a Calculated Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-with-two-Dimension-and-a-Calculated-Expression/m-p/948147#M957731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case you can try adding a new table with an Input Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUT FIELD Multiplier;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Multipliers:&lt;/P&gt;&lt;P&gt;LOAD distinct [Type of Maintenance], 1 as Multiplier&lt;/P&gt;&lt;P&gt;Resident FinalTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Users can change the &lt;SPAN style="font-size: 13.3333px;"&gt;Multiplier &lt;/SPAN&gt;values in a Table box with the two fields of the Multipliers table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 17:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-with-two-Dimension-and-a-Calculated-Expression/m-p/948147#M957731</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-11-05T17:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart with two Dimension and a Calculated Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-with-two-Dimension-and-a-Calculated-Expression/m-p/948148#M957732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok! &lt;/P&gt;&lt;P&gt;but how can I pass the input variable in user interface to the "Multiplier"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 17:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-with-two-Dimension-and-a-Calculated-Expression/m-p/948148#M957732</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-05T17:57:31Z</dc:date>
    </item>
  </channel>
</rss>

