<?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: Trouble synchronizing the figures displayed in different objects ... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097546#M525484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't quite understand - that &amp;gt;&amp;gt; -= &amp;lt;&amp;lt; excludes something from the set of data, okay. But the *? How does that exclude NULL values?&lt;/P&gt;&lt;P&gt;Anyhow, I'd rather not use the &amp;gt;&amp;gt; -= &amp;lt;&amp;lt; because the expression_editor (in QV 11 SR 2) does not recognize this and underlines it - and if there are any other formulas following this one, they are not checked anymore so one cannot be sure about the exact location of potential errors ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 08:45:32 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2016-01-29T08:45:32Z</dc:date>
    <item>
      <title>Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097538#M525476</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 have, in an app I am currently building, two objects:&lt;/P&gt;&lt;P&gt;- A straight_table chart and&lt;/P&gt;&lt;P&gt;- a gauge_chart&lt;/P&gt;&lt;P&gt;and I am trying to synchronize them in that they should display as exactly as possible the same figures.&lt;/P&gt;&lt;P&gt;Logical, isn't it?`Sounds easy, too - well, so one should think ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not. The figures were even quite far apart. I have by now removed one calculated dimension from the chart that the gauge did not have and removed the tick "suppress NULL values" for another dimension and realized that the figures came closer.&lt;/P&gt;&lt;P&gt;To do that, I calculated a flag_field in one of my tables to tell whether or not a specific record in the table is linked to any in the other table. I used an EXISTS() function for that to check whether the keyfield used to link the two tables exists in a copy of the keyfield in the other table. That seems to work quite well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the figures are quite close - the chart shows a final ratio of 71.33 % and the gauge shows 70.2 % which isn't bad - but still not ideal if there is any way to fix it. That can't be rounding errors - well, several rounding errors could stack up to that difference ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me what that could be due to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097538#M525476</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2016-01-29T08:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097539#M525477</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;In Straight table try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Properties -&amp;gt; Expression -&amp;gt; Select Expression Total then it should match with the Gauge chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097539#M525477</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-29T08:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097540#M525478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DataNibbler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the differences look a bit to high for rounding-differences - I would rather assume that your divisor slightly differ maybe because some empty or NULL value will be counted without a dimension-relation and ignored by using the dimension by enabling the hide-option on NULL values or something quite similar. I think if you separate those divisor in both expressions you will see a difference between them and with a few selections on various fields you could then localize the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097540#M525478</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-29T08:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097541#M525479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes and no - I have spotted the difference: One figure - I have the total sum on top of that expression_column now - differs by 11 items - I have put a textbox next to my gauge_chart to display the figures that the gauge works with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difficulty now is to find out exactly what "set_expressions" (of sorts, in the form of dimensions, "suppress NULL" ticks and such) are encompassed in the sum that my table_chart displays so I can copy them in the expressions used by the gauge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's why I have made it a standard for myself and all my possible successors to avoid having IF() constructs and such in the dimensions of a chart - one can tweak a chart pretty much, no problem, but then when you put a simple textbox or a second chart beside it, it shows different figures because of all those special settings and you have a credibility_problem ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097541#M525479</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2016-01-29T08:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097542#M525480</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;If you want to implement supress Null in text object expression then try like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;DimensionName-={'*'}&amp;gt;} MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-={'*'} will exclude Null values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097542#M525480</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-29T08:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097543#M525481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quite right - to fix the causes is always better than to handle their impacts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097543#M525481</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-29T08:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097544#M525482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yep. I've spotted what is a likely enough reason - that'as another point where I have actually not kept the standard I have mentioned in my above post ...&lt;/P&gt;&lt;P&gt;There is an IF() construct in all of my dimensions (always the same), in addition to the "suppress NULL" ticks in two of them - it goes like&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; IF(Art_Lager &amp;lt;&amp;gt; 'nonexistent', [dimension] &amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; Now I have to put this into a SET_expression that I can implement in the expressions that my gauge works on.&lt;/P&gt;&lt;P&gt;Before, it was&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; COUNT(DISTINCT Track) &amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;So I guess now it has to be&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; COUNT({$&amp;lt;Art_Lager = {"$(= '&amp;lt;&amp;gt;' &amp;amp; 'nonexistent')"}&amp;gt;} DISTINCT Track) &amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right? I know that could be written more elegantly, but then the expression_editor doesn't recognize it anymore and underlines it ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097544#M525482</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2016-01-29T08:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097545#M525483</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;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;COUNT({$&amp;lt;Art_Lager -= {'nonexistent'}&amp;gt;} DISTINCT Track) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It will show error new -= but it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097545#M525483</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-29T08:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097546#M525484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't quite understand - that &amp;gt;&amp;gt; -= &amp;lt;&amp;lt; excludes something from the set of data, okay. But the *? How does that exclude NULL values?&lt;/P&gt;&lt;P&gt;Anyhow, I'd rather not use the &amp;gt;&amp;gt; -= &amp;lt;&amp;lt; because the expression_editor (in QV 11 SR 2) does not recognize this and underlines it - and if there are any other formulas following this one, they are not checked anymore so one cannot be sure about the exact location of potential errors ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097546#M525484</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2016-01-29T08:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097547#M525485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see my above answer to your post - I am quite confident this could work, but then I have a problem with the expression_editor and as I always try to keep things as legible and understandable as possible for myself and mainly for others, be it temporary backups or successsors, I'd rather not use this option ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097547#M525485</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2016-01-29T08:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097548#M525486</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;It is a bug in Qlikview from QV9, it shows are error but it works as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-={'*'}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* means everything except null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-={'*'} - From the current selections exclude null in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097548#M525486</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-29T08:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097549#M525487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The syntax-highlighter isn't always correct - if your expression worked you could ignore the error-message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097549#M525487</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-29T08:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097550#M525488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, of course I could ignore it ...&lt;/P&gt;&lt;P&gt;Then I'll just have to put a comment directly in the expression about this. Still I'd rather not, but I'll try out lateron.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay. This works - now it's down to 1 item difference which makes for a difference in ratio which will probably not show with just 2 decimal places ... I wonder where that is - I don't have any dimensions or stuff where 1 item is different from all the rest ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 08:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097550#M525488</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2016-01-29T08:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097551#M525489</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;now I have a different problem - well, it's the same, kind of ...&lt;/P&gt;&lt;P&gt;The numbers of items (the two numbers that make up my ratio) are now the same between the table_chart and the gauge - one differs by 1, but I guess that can be ignored ... And the ratio is 70.15% (I have recalculated it) and the gauge correctly shows 70.2% - the table_chart, however, shows a ratio of 71.33%.&lt;/P&gt;&lt;P&gt;Can that be due to rounding? I guess it can - the expression in the chart is of course calculated for every single line and that figure on top is the average.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 09:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097551#M525489</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2016-01-29T09:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097552#M525490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DataNibbler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the reason could be that you counts a keyfield or that there is any empty field-value - often you find this only with a tablebox of your fields and reducing the dataset by various selections to exclude those data-areas which are fitting until you comes to those where the unexpected must be and there are less enough data to check them manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 09:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097552#M525490</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-29T09:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097553#M525491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, a tablebox is usually the best way to find those little bugs. However, right now I have other more pressing things to do - to be honest, it is mainly me striving to get this 100% correct, nobody else will really care about 1% more or less - not in this matter and also because there are many more factors to do with the underlying data because of which the data shown in this app can never be absolutely correct anyway.&lt;/P&gt;&lt;P&gt;I'll close this thread now, but I guess I will have another look at this when there is time - some time in Q3 maybe ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 09:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097553#M525491</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2016-01-29T09:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097554#M525492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry to bring this up again when it's already kind of solved - I think somebody here once told me a way (I think it was you) to build a set_expression identical in effect to that &amp;gt; -= &amp;lt; construct which the editor does recognize - that has the advantage that the editor does not stop checking any syntax at that point, but it also checks the subsequent statements.&lt;/P&gt;&lt;P&gt;I tried, it was something like (an expression in the set_expression) &amp;gt;&amp;gt; $(= '&amp;lt;&amp;gt;' &amp;amp; [not_wanted_value]) &amp;lt;&amp;lt; - well, almost, but that does not work. Say I want to replace the working set_expression &amp;gt;&amp;gt; &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Art_Lager&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; -= {'nonexistent'} &lt;/SPAN&gt; &amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Datanibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 12:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097554#M525492</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2016-02-02T12:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097555#M525493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DataNibbler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no, I wasn't it then I would use simply the not recognized syntax of -=. I could imagine that there are possibilities with '&amp;lt;&amp;gt;' syntax, maybe something with two sets like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt; Art_Lager = {'*'} &amp;gt; - &amp;lt; Art_Lager = {'nonexistent'} &amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I would rather use a function&amp;nbsp; like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt; Art_Lager = {"$(=if(match(Art_Lager, 'nonexistent'), false(), true()))"} &amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 13:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097555#M525493</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-02T13:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097556#M525494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, that doesn't seem to work. I will keep on trying, however. The editor stopping at that statement and not checking the potentially long remainder of an expression is just too annoying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 13:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097556#M525494</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2016-02-02T13:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble synchronizing the figures displayed in different objects ...</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097557#M525495</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'm still puzzled by the two objects in this app - a gauge and a table_chart - displaying different figures (the usage_rate of capacities in %).&lt;/P&gt;&lt;P&gt;The table_chart has a number of dimensions, but no "suppress NULL" ticked, no general limitations,&lt;/P&gt;&lt;P&gt;so I really wonder what can cause the table_chart to behave differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, it seems that individual items - when I select just one row from that table_chart - it seems to be correct, the two objects then show the same - so it must be something about how QlikView&amp;nbsp; calculates that average - the formula in the table_chart calculating the usage_rate of every single line_item calculates using two of the previous expressions, something that can be done in table_charts to simplify the formulas.&lt;/P&gt;&lt;P&gt;There are of course capacities which are not used and thus have a rate of 0 - that enters into the average of course, but it also does so in the gauge, no?&lt;/P&gt;&lt;P&gt;There are other items which do not figure in our new Capacities_database and thus have no usage_rate at all - those do not enter into the average, do they?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 09:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-synchronizing-the-figures-displayed-in-different-objects/m-p/1097557#M525495</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2016-02-03T09:55:00Z</dc:date>
    </item>
  </channel>
</rss>

