<?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: how to isolate / unlink data in qlik sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-isolate-unlink-data-in-qlik-sense/m-p/117291#M8159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;hello, gabor thanks for your prompt response&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG alt="img.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/214727_img.png" style="height: 316px; width: 620px;" /&gt;these fields need to be in the same model sheet but if I filter by date (EXAMPLE: January 1) I should not show the value of the TYPETOTAL field unless I filter it through the TYPE field, that's why my question is the data so that the filters made in the graphics do not interfere with each other&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Sep 2018 15:50:24 GMT</pubDate>
    <dc:creator>crlesmes</dc:creator>
    <dc:date>2018-09-28T15:50:24Z</dc:date>
    <item>
      <title>how to isolate / unlink data in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-isolate-unlink-data-in-qlik-sense/m-p/117289#M8157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Good day:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens is that in my model I have several fields that are related to each other and that come in the base, however I would like there to be several fields to do something like not to be modified. filter between them,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is because in the base (EXCEL) there are certain cells with fields that only need to be related to each other (EXAMPLE: date and progress and type and type total) but in which sense the associations all as if only one (EXAMPLE: 1 January - 100% - book - 5), this really affects as it should not only show the data only in the following way (January 1 - 100%) &amp;amp; (book - 5) in such a way that it only shows me what it has to show as in the example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thank you in advance for the prompt help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;excuse my English so poor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 19:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-isolate-unlink-data-in-qlik-sense/m-p/117289#M8157</guid>
      <dc:creator>crlesmes</dc:creator>
      <dc:date>2018-09-27T19:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to isolate / unlink data in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-isolate-unlink-data-in-qlik-sense/m-p/117290#M8158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cristian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your tables have common field (based on name) the tables will be linked.&lt;/P&gt;&lt;P&gt;You can aliasing every column or use qualify, where every/particular field get the table name as prefix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Qualify.htm" title="https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Qualify.htm"&gt;https://help.qlik.com/en-US/sense/September2018/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Quali…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b&lt;/P&gt;&lt;P&gt;From table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field names will be table1.a and table1.b&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 08:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-isolate-unlink-data-in-qlik-sense/m-p/117290#M8158</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2018-09-28T08:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to isolate / unlink data in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-isolate-unlink-data-in-qlik-sense/m-p/117291#M8159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;hello, gabor thanks for your prompt response&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG alt="img.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/214727_img.png" style="height: 316px; width: 620px;" /&gt;these fields need to be in the same model sheet but if I filter by date (EXAMPLE: January 1) I should not show the value of the TYPETOTAL field unless I filter it through the TYPE field, that's why my question is the data so that the filters made in the graphics do not interfere with each other&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 15:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-isolate-unlink-data-in-qlik-sense/m-p/117291#M8159</guid>
      <dc:creator>crlesmes</dc:creator>
      <dc:date>2018-09-28T15:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to isolate / unlink data in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-isolate-unlink-data-in-qlik-sense/m-p/117292#M8160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, If the two tables data shouldn't be interfere, then use qualify to unlink the tables.&lt;/P&gt;&lt;P&gt;When these tables have logical link, and wawnt to show the TYPETOTAL data, but after filter the date and the TYPE field, I suggest you to use the &lt;EM&gt;Calculation condition&amp;nbsp; &lt;/EM&gt;that is present at many object. &lt;/P&gt;&lt;P&gt;You can catch the selections of field by Getselectedcount() function. &lt;/P&gt;&lt;P&gt;for example the calculation condition at the object with TYPETOTAL: =getSelectedCount(TYPE)&amp;gt;0, then the object appears only when the TYPE field is filtered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 06:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-isolate-unlink-data-in-qlik-sense/m-p/117292#M8160</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2018-10-01T06:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to isolate / unlink data in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-isolate-unlink-data-in-qlik-sense/m-p/117293#M8161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;good morning, garbot &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Thank you very much for your answer, it was quite successful and if I worked to make the condition, in fact the fields were filtered only by the relationship that these should have.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt; I'm sorry for the inconvenience and I appreciate your punctual collaboration&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 15:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-isolate-unlink-data-in-qlik-sense/m-p/117293#M8161</guid>
      <dc:creator>crlesmes</dc:creator>
      <dc:date>2018-10-01T15:05:45Z</dc:date>
    </item>
  </channel>
</rss>

