<?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: 100% Barchart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/100-Barchart/m-p/1511341#M36469</link>
    <description>Use &amp;lt;Arrows&amp;gt; for list of fields in Total qualifier and in Set modifier in Set analysis.&lt;BR /&gt;To disregard the dimensional grouping – Use the Total qualifier. Syntax for Totals: Total&amp;lt;Field1, Field2, Feild3&amp;gt;&lt;BR /&gt;To disregard the selection – Use Set Analysis&lt;BR /&gt;&amp;lt;Set modifier&amp;gt; is key part of {Set analysis} where you define list of fields and values that should be filtered.&lt;BR /&gt;Syntax examples for Set modifiers Field values :&lt;BR /&gt;&amp;lt;field1={'Value1','Value2'}, field2={"&amp;lt;=Value"}, field3={"&amp;lt;=$(=Expression)"}&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Pls ref to manuals below:&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/BasicAggregationFunctions/sum.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/BasicAggregationFunctions/sum.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-modifiers.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-modifiers.htm&lt;/A&gt;</description>
    <pubDate>Fri, 23 Nov 2018 04:51:05 GMT</pubDate>
    <dc:creator>Zhandos_Shotan</dc:creator>
    <dc:date>2018-11-23T04:51:05Z</dc:date>
    <item>
      <title>100% Barchart</title>
      <link>https://community.qlik.com/t5/App-Development/100-Barchart/m-p/1511140#M36462</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I know that in order to create a 100% Bar chart you use the expression Count(Field)/Count(total &amp;lt;Field&amp;gt; Field)&lt;/P&gt;&lt;P&gt;What I am wondering about now is if someone can explain to me how the second part of the expression works.&lt;/P&gt;&lt;P&gt;Why am I using &amp;lt;&amp;gt; to specify my main dimension, and what does it mean.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reason for asking is that I am trying to figure out how I can make my 100% bar chart ignore a specific filter by using&amp;nbsp;{&amp;lt;"Field"=&amp;gt;}. But don't seem to be able to use this expression in combination with the &amp;lt;&amp;gt; part.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone that would potentially be able to explain how to use my expression:&lt;/P&gt;&lt;P&gt;Count(distinct[Field])/count(distinct total&amp;nbsp; &amp;lt;Field&amp;gt;&amp;nbsp; "Field")&lt;/P&gt;&lt;P&gt;And then adding in&amp;nbsp;&lt;SPAN&gt;{&amp;lt;"&lt;/SPAN&gt;&lt;SPAN&gt;IgnoreFilter&lt;/SPAN&gt;&lt;SPAN&gt;"=&amp;gt;} to ignore a field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 12:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/100-Barchart/m-p/1511140#M36462</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2018-11-22T12:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: 100% Barchart</title>
      <link>https://community.qlik.com/t5/App-Development/100-Barchart/m-p/1511152#M36463</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;You can use combination of Set Analysis and Total in mosttype of expressions. I dont see any problem here ).&lt;/P&gt;&lt;P&gt;Just add it into expression like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count( {&amp;lt;"IgnoreFilter"=&amp;gt;} distinct[Field])&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;/ count( {&amp;lt;"IgnoreFilter"=&amp;gt;} distinct total&amp;nbsp; &amp;lt;Field&amp;gt;&amp;nbsp; "Field")&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 13:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/100-Barchart/m-p/1511152#M36463</guid>
      <dc:creator>Zhandos_Shotan</dc:creator>
      <dc:date>2018-11-22T13:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: 100% Barchart</title>
      <link>https://community.qlik.com/t5/App-Development/100-Barchart/m-p/1511192#M36465</link>
      <description>Thanks, I went wrong by placing the ignore expression part after "distinct"&lt;BR /&gt;&lt;BR /&gt;Could you still explain to me what the "&amp;lt;&amp;gt;" part entails? Why do we use the arrows exactly?</description>
      <pubDate>Thu, 22 Nov 2018 14:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/100-Barchart/m-p/1511192#M36465</guid>
      <dc:creator>robin_heijt</dc:creator>
      <dc:date>2018-11-22T14:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: 100% Barchart</title>
      <link>https://community.qlik.com/t5/App-Development/100-Barchart/m-p/1511341#M36469</link>
      <description>Use &amp;lt;Arrows&amp;gt; for list of fields in Total qualifier and in Set modifier in Set analysis.&lt;BR /&gt;To disregard the dimensional grouping – Use the Total qualifier. Syntax for Totals: Total&amp;lt;Field1, Field2, Feild3&amp;gt;&lt;BR /&gt;To disregard the selection – Use Set Analysis&lt;BR /&gt;&amp;lt;Set modifier&amp;gt; is key part of {Set analysis} where you define list of fields and values that should be filtered.&lt;BR /&gt;Syntax examples for Set modifiers Field values :&lt;BR /&gt;&amp;lt;field1={'Value1','Value2'}, field2={"&amp;lt;=Value"}, field3={"&amp;lt;=$(=Expression)"}&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Pls ref to manuals below:&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/BasicAggregationFunctions/sum.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/BasicAggregationFunctions/sum.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-modifiers.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2018/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-modifiers.htm&lt;/A&gt;</description>
      <pubDate>Fri, 23 Nov 2018 04:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/100-Barchart/m-p/1511341#M36469</guid>
      <dc:creator>Zhandos_Shotan</dc:creator>
      <dc:date>2018-11-23T04:51:05Z</dc:date>
    </item>
  </channel>
</rss>

