<?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: Filtering data without Load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304858#M406257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use straight table, you can use a dummy expression using set analysis( as I suggested above) and hide that expression column in the presentation tab; your data gets filtered accordingly in the dimensions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Apr 2017 05:40:21 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2017-04-12T05:40:21Z</dc:date>
    <item>
      <title>Filtering data without Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304850#M406249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table object with a column (e.g cost) having continuous Numeric values and this table contains a Primary Key to which the data in other objects are mapped. &lt;/P&gt;&lt;P&gt;So My question is :&lt;/P&gt;&lt;P&gt;What should i do to filter the data in dashboard where cost &amp;gt; 10000 without using load script and there should be corresponding changes in other objects?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 04:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304850#M406249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-12T04:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data without Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304851#M406250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't want the data to be shown anywhere in the dashboard, why keep it at the back end? Why can't you use script filter?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 05:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304851#M406250</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-04-12T05:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data without Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304852#M406251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually, We can do Front end like&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;If(cost&amp;gt;10000, cost)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;Note - If you want to effect all objects then there must be Same Object ID. So then it will work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else why can't with script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 05:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304852#M406251</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-12T05:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data without Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304853#M406252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anil and Tresesco for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well i do not want to filter in back end because the filtering values may change. I do not want to go to load script and change it every time. I want do that in the Front end only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Anil Are you saying about Linked Objects?. I tried doing that but it seems if we change the columns in the one linked objects then the other linked objects reflects the same columns. I do not want that either. My different Objects have different types of data for a primary key (I.e. Member Number). please correct me if i am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 05:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304853#M406252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-12T05:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data without Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304854#M406253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I am talking about Linked Objects. And Tresco already suggest to do in script also. Here, Where the values are changing. Would you show screenshots with script and changing the values. So then we can understand easily&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 05:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304854#M406253</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-04-12T05:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data without Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304855#M406254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively you may try maintaining a variable and using that as set analysis component in your expressions. For ex. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;vCostLimit=10000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ExprInChart1=Sum({&amp;lt;Cost={'&amp;gt;$(vCostLimit)'}&amp;gt;}Cost)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;EM style="font-size: 13.3333px;"&gt;ExprInChart2=Count({&amp;lt;Cost={'&amp;gt;$(vCostLimit)'}&amp;gt;}Cost)&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if you change the variable value it affects all expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 05:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304855#M406254</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-04-12T05:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data without Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304856#M406255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am planning to use a slider object where the values will be selected according to our convenience. and when the values changes in the object the rows in the other objects should also change. I cannot show the screenshot as it is confidential data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 05:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304856#M406255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-12T05:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data without Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304857#M406256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but it is not a expression i am trying to see. Consider I have all the dimensions only, I just want to see those rows which gets filter out by my condition in the dashboard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 05:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304857#M406256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-12T05:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data without Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304858#M406257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use straight table, you can use a dummy expression using set analysis( as I suggested above) and hide that expression column in the presentation tab; your data gets filtered accordingly in the dimensions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 05:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304858#M406257</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-04-12T05:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data without Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304859#M406258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need set the filter in the tables &lt;EM&gt;&lt;STRONG&gt;using if conditions or you need to make use of the triggers so that when the document gets open all the required filters are applied and you will get required data &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: When you make the selection the on open trigger will loss the functionality &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 05:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304859#M406258</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-04-12T05:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data without Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304860#M406259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am extremely Sorry guys. I had&amp;nbsp; the answers in my question itself. I just needed to map the field in My slider object and when it changes the rows changes in the other objects too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried and it worked. Thanks a ton for all your Time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 05:42:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304860#M406259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-12T05:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering data without Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304861#M406260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm ok , Mark the helpful and correct answers and close this thread &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 07:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-data-without-Load-script/m-p/1304861#M406260</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-04-12T07:18:59Z</dc:date>
    </item>
  </channel>
</rss>

