<?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: Inputbox/variable  for dynamic selection of a table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inputbox-variable-for-dynamic-selection-of-a-table/m-p/1767515#M455219</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;I know it is difficult to explain. I want to show you in a more complex example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example" style="width: 962px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/45494i958371A5F1BBB764/image-size/large?v=v2&amp;amp;px=999" role="button" title="Unbenannt.PNG" alt="example" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;example&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It should be sorted Expr4 and the Sum value (Total)) should be calculate for all values of DIm A&lt;/P&gt;&lt;P&gt;I know, i have to the expressions with sum(aggr, if...).&amp;nbsp; It works also. But is it possible to get the Sum of the Expressions aggregate to Dim A?&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Dec 2020 05:21:15 GMT</pubDate>
    <dc:creator>wuensche</dc:creator>
    <dc:date>2020-12-10T05:21:15Z</dc:date>
    <item>
      <title>Inputbox/variable  for dynamic selection of a table</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-variable-for-dynamic-selection-of-a-table/m-p/1766280#M455215</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need some help.&lt;/P&gt;&lt;P&gt;I want to do following:&lt;/P&gt;&lt;P&gt;I want to do a Inputbox, where I want write a value (example: -9,5) and then the chart (tablediagram )should show only the values which are greather then the inputvalue.&lt;/P&gt;&lt;P&gt;The chart have different functions and I have to use this inputvalue only in one function.&lt;/P&gt;&lt;P&gt;The value should set as Default.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have an idea how I can do this?&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 10:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-variable-for-dynamic-selection-of-a-table/m-p/1766280#M455215</guid>
      <dc:creator>wuensche</dc:creator>
      <dc:date>2020-12-04T10:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Inputbox/variable  for dynamic selection of a table</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-variable-for-dynamic-selection-of-a-table/m-p/1766498#M455216</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/119960"&gt;@wuensche&lt;/a&gt;, you can do it using an if, it depends it you can use it on the expression (on each expression) or in dimension.&lt;/P&gt;&lt;P&gt;In expression: If(Expression&amp;gt;$(variableName), Expression)&lt;/P&gt;&lt;P&gt;In dimension: Aggr(If(Expression&amp;gt;$(variableName), DimensionFieldName), DimensionFieldName)&lt;/P&gt;</description>
      <pubDate>Sat, 05 Dec 2020 17:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-variable-for-dynamic-selection-of-a-table/m-p/1766498#M455216</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-12-05T17:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Inputbox/variable  for dynamic selection of a table</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-variable-for-dynamic-selection-of-a-table/m-p/1767280#M455217</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt; , thansk for your&amp;nbsp; help.&lt;/P&gt;&lt;P&gt;Basically it works for the function. But how can i realize it now, that the sum expression also make a sum of all column-values&amp;nbsp; and group them as a total for one dimension. I have to use a tablebox because I have to sort the column values ascending, which doesn't work in a pivotable&lt;/P&gt;&lt;P&gt;I hope you understand it.&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;Market A - 5&lt;/P&gt;&lt;P&gt;Market A -6&lt;/P&gt;&lt;P&gt;TOTAL&amp;nbsp; 11&lt;/P&gt;&lt;P&gt;Market B -4&lt;/P&gt;&lt;P&gt;market B -6&lt;/P&gt;&lt;P&gt;TOTAL 10&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 14:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-variable-for-dynamic-selection-of-a-table/m-p/1767280#M455217</guid>
      <dc:creator>wuensche</dc:creator>
      <dc:date>2020-12-09T14:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Inputbox/variable  for dynamic selection of a table</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-variable-for-dynamic-selection-of-a-table/m-p/1767447#M455218</link>
      <description>&lt;P&gt;Hi, I don't really understand your needs. You want to add a row for the totals?&lt;/P&gt;&lt;P&gt;You can add totals for a straight table in the dimension limits tab. Also note that a pivot table can be sorted ascending, maybe you need to use the option to sort using an expression.&lt;/P&gt;&lt;P&gt;For the expression to work on total you have to make a change, to validate condition for each row, the expression can be:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum(Aggr(If(Expression&amp;gt;$(variableName), Expression), DimensionField))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 18:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-variable-for-dynamic-selection-of-a-table/m-p/1767447#M455218</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-12-09T18:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Inputbox/variable  for dynamic selection of a table</title>
      <link>https://community.qlik.com/t5/QlikView/Inputbox-variable-for-dynamic-selection-of-a-table/m-p/1767515#M455219</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;I know it is difficult to explain. I want to show you in a more complex example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example" style="width: 962px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/45494i958371A5F1BBB764/image-size/large?v=v2&amp;amp;px=999" role="button" title="Unbenannt.PNG" alt="example" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;example&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It should be sorted Expr4 and the Sum value (Total)) should be calculate for all values of DIm A&lt;/P&gt;&lt;P&gt;I know, i have to the expressions with sum(aggr, if...).&amp;nbsp; It works also. But is it possible to get the Sum of the Expressions aggregate to Dim A?&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 05:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputbox-variable-for-dynamic-selection-of-a-table/m-p/1767515#M455219</guid>
      <dc:creator>wuensche</dc:creator>
      <dc:date>2020-12-10T05:21:15Z</dc:date>
    </item>
  </channel>
</rss>

