<?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: Filter Chart with variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92825#M510775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have a look at qlik documentation, in chapter set analysis&lt;/P&gt;&lt;P&gt;i wrote the set rapidly and it maybe syntacticaly incorrect&lt;/P&gt;&lt;P&gt;this part should be better&lt;/P&gt;&lt;P&gt;COD_PUNTO=P({&amp;lt;DATA_IN={'$(=Max(DATA_IN))'}&amp;gt;}COD_PUNTO)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2018 14:27:23 GMT</pubDate>
    <dc:creator>olivierrobin</dc:creator>
    <dc:date>2018-06-29T14:27:23Z</dc:date>
    <item>
      <title>Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92794#M510744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have those two variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set vAnnoTempo = GetFieldSelections(ANNOTEMPO);&lt;/P&gt;&lt;P&gt;Set vMeseTempo = GetFieldSelections(MESETEMPO);&lt;/P&gt;&lt;P&gt;ANNOTEMPO and MESETEMPO are fields of my TIME_TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want those variables takes from my fields selection:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="206504" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206504_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;When i choose for example Anno: 2017&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mese: 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want my chart will be filter from my vAnnoTempo and vMeseTempo, but its not start&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="206505" alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/206505_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The set analisys expression i have in my chart is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;ANNO_IN={"=$(vAnnoTempo)"},MESE_IN={"=$(vMeseTempo)"}&amp;gt;} CONSUMO_TOT_ANNUO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANNO_IN and MESE_IN are my fields in my CONTR table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p.s.: CONTR table and TIME_TABLE are not connected, and this is correct, i not want are connected, i want do my filter with set analisys in this way, becouse for every dimension i have in my chart i need to do a different set analisys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 12:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92794#M510744</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2018-06-28T12:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92795#M510745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;where do you set your variables ? why do you need to use them ?&lt;/P&gt;&lt;P&gt;why don't you crate 2 listboxes, 1 for ANNO, 1 for MESE so you graph will take those values directly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 14:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92795#M510745</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-06-28T14:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92796#M510746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i set the variable in the SCRIPT (where i write LOAD and others)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have create 2 listboxes with those sure, but the problem is my graph is not CONNECTED to that table, i use those only for do my set analisys, my graph must be populate with some columns with some different set analisys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like i wrote my set analisys for my first expression must be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; =Sum({&amp;lt;ANNOIN={"=$(vAnnoTempo)"},MESEIN={"=$(vMeseTempo)"}&amp;gt;} CONSUMO_TOT_ANNUO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for other expressions i need to do others set analisys...&lt;/P&gt;&lt;P&gt;and my CONTR table (the table where i do the graph) is NOT connected with my TIME_TABLE (where i set my variables) so i need to do this set analisys....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;btw i not understand why this set analisys not works, becouse is if i display in a text area my $(vAnnoTempo) and my $(vMeseTempo) it show correctly, and if i change from my list box the ANNOTEMPO and MESETEMPO the variables changes correctly... but my set analisys not works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 14:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92796#M510746</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2018-06-28T14:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92797#M510747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you say your set analysis doesn't work, does it mean no result or does the graph display all asif there was no selection ?&lt;/P&gt;&lt;P&gt;if it is the 2nd, that means the values are empty, so the set analysis selects all&lt;/P&gt;&lt;P&gt;try to write it this way :&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;ANNOIN={'$(vAnnoTempo)'},MESEIN={'$(vMeseTempo)'}&amp;gt;} CONSUMO_TOT_ANNUO)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 14:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92797#M510747</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-06-28T14:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92798#M510748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the 2nd, it display the all, but the values of my variables are not empty becouse if i display in a text box it show me the values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your set analisys not works, it show me nothing, 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 15:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92798#M510748</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2018-06-28T15:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92799#M510749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so that means it filters something (even if is nothing)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you say : i set the variable in the SCRIPT (where i write LOAD and others)&lt;/P&gt;&lt;P&gt;it means the values are never refreshed&lt;/P&gt;&lt;P&gt;how do you refresh them with the selections made ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 15:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92799#M510749</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-06-28T15:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92800#M510750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i set it in the script yes in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set vAnnoTempo = GetFieldSelections(ANNOTEMPO);&lt;/P&gt;&lt;P&gt;Set vMeseTempo = GetFieldSelections(MESETEMPO);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my visualization i have two select list, like you see in this image:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image" src="https://community.qlik.com/legacyfs/online/206527_pastedImage_0.png" /&gt;&lt;/P&gt;&lt;P&gt;when i choose the 2017 for example in my text box showing the $(vAnnoTempo) i see: 2017&lt;/P&gt;&lt;P&gt;if i choose the 2018 in my text box showint the $(vAnnoTempo) i see: 2018&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in my set analisys in the expression in my graph is like it nothing do...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 15:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92800#M510750</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2018-06-28T15:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92801#M510751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post the part of your&amp;nbsp; application containing the&amp;nbsp; grah, the boxes, the script and a piece of data ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 15:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92801#M510751</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-06-28T15:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92802#M510752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post the application is impossible but i will try to do an example... sincerly is strange i thought the set analisys is correct....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 15:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92802#M510752</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2018-06-28T15:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92803#M510753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is... you can look vAnnoTempo text box display the right value i choose 2018, but the set analisys show me a big big value... it not filter : =Sum({&amp;lt;ANNOIN={"=$(vAnnoTempo)"},MESEIN={"=$(vMeseTempo)"}&amp;gt;} CONSUMO_TOT_ANNUO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206536_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 15:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92803#M510753</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2018-06-28T15:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92804#M510754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, i created a sample appli on my side&lt;/P&gt;&lt;P&gt;and it seems to work&lt;/P&gt;&lt;P&gt;but I see a problem in the definition of the variables you made in the post.&lt;/P&gt;&lt;P&gt;Verify the code below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIME_TABLE:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;ANNOTEMPO,MESETEMPO&lt;/P&gt;&lt;P&gt;2017,12&lt;/P&gt;&lt;P&gt;2018,1&lt;/P&gt;&lt;P&gt;2018,2&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTR:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;ANNO_IN,MESE_IN,CONSUMO_TOT_ANNUO&lt;/P&gt;&lt;P&gt;2017,12,201712&lt;/P&gt;&lt;P&gt;2018,1,201801&lt;/P&gt;&lt;P&gt;2018,2,201802&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Set vAnnoTempo = GetFieldSelections(ANNO_IN);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set vMeseTempo = GetFieldSelections(MESE_IN);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 15:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92804#M510754</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-06-28T15:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92805#M510755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oups !!!!!!&lt;/P&gt;&lt;P&gt;sorry for the mistake&lt;/P&gt;&lt;P&gt;it's really&lt;/P&gt;&lt;P&gt;Set vAnnoTempo = GetFieldSelections(ANNOTEMPO);&lt;/P&gt;&lt;P&gt;Set vMeseTempo = GetFieldSelections(MESETEMPO);&lt;/P&gt;&lt;P&gt;and the result is :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206521_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 15:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92805#M510755</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-06-28T15:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92806#M510756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;very strange, it is as if the selection was inactive and it always shows the last month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 16:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92806#M510756</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-06-28T16:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92807#M510757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;well, i don't know why it doesn't work with variables but the syntax below works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;ANNO_IN={'$(=GetFieldSelections(ANNOTEMPO))'},MESE_IN={'$(=GetFieldSelections(MESETEMPO))'}&amp;gt;} CONSUMO_TOT_ANNUO)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 07:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92807#M510757</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-06-29T07:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92808#M510758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, yes is really strange with variable not works..... i used your expression, but if a choose more months (1,2,3) it show me 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 09:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92808#M510758</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2018-06-29T09:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92809#M510759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to select more then 1 value in a set analysis, you should code it this way&lt;/P&gt;&lt;P&gt;var={'v1','v2', ..... ,'vn'}&lt;/P&gt;&lt;P&gt;sto try something like&lt;/P&gt;&lt;P&gt;concat(getfield......,',') and maybe a quote somewhere&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 09:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92809#M510759</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-06-29T09:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92810#M510760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;ANNOIN={'$(=GetFieldSelections(ANNOTEMPO))'},MESEIN={'$(=CONCAT(GetFieldSelections(MESETEMPO)","))'},STATO_IN={'INGRESSO'}&amp;gt;} CONSUMO_TOT_ANNUO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 09:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92810#M510760</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2018-06-29T09:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92811#M510761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with this concat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concat(GetFieldSelections(Field name, chr(39) &amp;amp; ',' &amp;amp; chr(39)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace field name with the one desired&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 09:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92811#M510761</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-06-29T09:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92812#M510762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are Super Oliver, it work..... but now i have another question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to make an Aggregation for take only 1 row on the table for my field: COD_PUNTO, takinga the Max of my DATA_IN, but if i use in my set analisys this, it not work correctly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA_IN={"=Aggr(Max(DATA_IN), COD_PUNTO)"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so my all set analisys become like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;&lt;EM&gt;DATA_IN={"=Aggr(Max(DATA_IN), COD_PUNTO)"}&lt;/EM&gt;,ANNOIN={'$(=GetFieldSelections(ANNOTEMPO))'},MESEIN={'$(=Concat(GetFieldSelections(MESETEMPO, chr(39) &amp;amp; ',' &amp;amp; chr(39))))'},STATO_IN={'INGRESSO'}&amp;gt;} CONSUMO_TOT_ANNUO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where is the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p.s.: i ask if you can post your .qvw you did for your example post before&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 09:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92812#M510762</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2018-06-29T09:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Chart with variable</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92813#M510763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;enclose you aggr in $(=)&amp;nbsp; as for the other functions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 10:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Chart-with-variable/m-p/92813#M510763</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-06-29T10:01:13Z</dc:date>
    </item>
  </channel>
</rss>

