<?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: Qliksense Dynamic Data Filtering in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697111#M53322</link>
    <description>&lt;P&gt;can you provide some example values of your dimension?&lt;/P&gt;&lt;P&gt;as long as you can sort those values it should work in the same way.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Apr 2020 14:42:11 GMT</pubDate>
    <dc:creator>Oliver_F</dc:creator>
    <dc:date>2020-04-27T14:42:11Z</dc:date>
    <item>
      <title>Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1696913#M53302</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we have a Star schema model where the Fact table is SCD type 2 which holds balances by the dates.&lt;/P&gt;&lt;P&gt;Fact table has 2 columns Valid_From_Date and Valid_To_Date which should be used to select data for a specific date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When User opens an app, he has to select a date first and based on that selected date, data should be populated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please suggest how to implement this requirement&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 05:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1696913#M53302</guid>
      <dc:creator>tvsr111</dc:creator>
      <dc:date>2020-04-27T05:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697045#M53312</link>
      <description>&lt;P&gt;Create a master calendar, Try with calendar extension, to select the date ranges, add an set analysis expression to include the date selections in it.&lt;/P&gt;&lt;P&gt;There are other extensions too available to pass/select a Default value, on opening a sheet &amp;amp; filtering the data based on it.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 11:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697045#M53312</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2020-04-27T11:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697047#M53313</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;have you tried the following:&lt;/P&gt;&lt;P&gt;1) Create a flying table (a table that is not attached to the datamodel), that contains all the dates, so the user can select a date without filtering the data model.&lt;/P&gt;&lt;P&gt;2) store the selected date into a variable: vVar = only(selectionDate)&lt;/P&gt;&lt;P&gt;3) use vVar in a set analysis to calculate your balance&lt;/P&gt;&lt;P&gt;sum({&amp;lt;From_Date = {"&amp;lt;=$(vVar)"},To_Date = {"&amp;gt;=$(vVar)"}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;You might have to play a little bit with the syntax to get it right. But in Theory this should work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 11:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697047#M53313</guid>
      <dc:creator>Oliver_F</dc:creator>
      <dc:date>2020-04-27T11:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697104#M53321</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We implemented this for the Metrics and its working.&lt;/P&gt;&lt;P&gt;But we are struggling for non-numeric Character (dimension) attributes&amp;nbsp;&lt;/P&gt;&lt;P&gt;please suggest&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 14:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697104#M53321</guid>
      <dc:creator>tvsr111</dc:creator>
      <dc:date>2020-04-27T14:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697111#M53322</link>
      <description>&lt;P&gt;can you provide some example values of your dimension?&lt;/P&gt;&lt;P&gt;as long as you can sort those values it should work in the same way.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 14:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697111#M53322</guid>
      <dc:creator>Oliver_F</dc:creator>
      <dc:date>2020-04-27T14:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697174#M53325</link>
      <description>&lt;P&gt;&lt;BR /&gt;Main table have Revenue Balances as at position&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Fact_Key, Portfolio, ContactName, RevenueToDate, Valid_from_date, Valid_to_date&lt;BR /&gt;1, Pepsi, David, 500, 01/01/2017, 12/31/2017&lt;BR /&gt;2, Pepsi, Mike, 3000, 01/01/2018, 12/31/2018&lt;BR /&gt;3, Pepsi, James, 5000, 01/01/2019, 12/31/2019&lt;BR /&gt;4, Coke, Roman, 7500, 01/01/2020, 12/31/2020&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Craeted a Flying table with Date values&lt;/P&gt;&lt;P&gt;01/01/2017&lt;BR /&gt;01/01/2017&lt;BR /&gt;01/01/2017&lt;BR /&gt;01/01/2017&lt;BR /&gt;01/01/2017&lt;/P&gt;&lt;P&gt;Created a Variable for the date selected on Flying table with default value as Today()&lt;/P&gt;&lt;P&gt;varRepDate=date( Coalesce(GetFieldSelections(DateValue), Today()) , 'M/D/YYYY')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now on QLIK app I want to display Main table data only where varRepDate falls between Valid_from_date and Valid_to_date&lt;/P&gt;&lt;P&gt;varRepDate&amp;gt;=Valid_from_Date AND varRepDate&amp;lt;=Valid_to_Date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please advise how to limit the data being displayed based on Flying table selection or a variable value&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 18:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697174#M53325</guid>
      <dc:creator>tvsr111</dc:creator>
      <dc:date>2020-04-27T18:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697322#M53342</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I would recommend to convert the three date fields in your datamodel into a date within the load script. By this you will have numeric values where &amp;gt; and &amp;lt; operators will work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the example that you gave us, the from-to-period is always a full year. If this is the case for all your data, i would change the model to have one year-field instead of using from-to.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 09:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697322#M53342</guid>
      <dc:creator>Oliver_F</dc:creator>
      <dc:date>2020-04-28T09:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697337#M53345</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The dates used were only for sample and they not cover a full year always.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, not sure if you understand the problem we have. Let me explain below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we need to limit data in the table/visualization based on the date selected on Flying table&lt;/P&gt;&lt;P&gt;created a variable: varDateFilter=&amp;nbsp;GetFieldSelections(DateValue)&lt;/P&gt;&lt;P&gt;now we need to apply a filter to the&amp;nbsp;table/visualization&amp;nbsp; as :&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(varRepDate&amp;gt;=Valid_from_date and varRepDate&amp;lt;=Valid_to_date)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question: where would we have to apply this filter so the data on&amp;nbsp;table/visualization gets limited&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 10:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697337#M53345</guid>
      <dc:creator>tvsr111</dc:creator>
      <dc:date>2020-04-28T10:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697338#M53346</link>
      <description />
      <pubDate>Tue, 28 Apr 2020 10:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697338#M53346</guid>
      <dc:creator>tvsr111</dc:creator>
      <dc:date>2020-04-28T10:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697374#M53358</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;please have a closer look to my first reply on this topic. - Here is the long version of it.&lt;/P&gt;&lt;P&gt;SCRIPT&lt;/P&gt;&lt;P&gt;===========&lt;/P&gt;&lt;P&gt;Input_temp:&lt;BR /&gt;load * inline [&lt;BR /&gt;Fact_Key, Portfolio, ContactName, RevenueToDate, Valid_from_date, Valid_to_date&lt;BR /&gt;1, Pepsi, David, 500, 01/01/2017, 12/31/2017&lt;BR /&gt;2, Pepsi, Mike, 3000, 01/01/2018, 12/31/2018&lt;BR /&gt;3, Pepsi, James, 5000, 01/01/2019, 12/31/2019&lt;BR /&gt;4, Coke, Roman, 7500, 01/01/2020, 12/31/2020&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;BR /&gt;Facts:&lt;BR /&gt;load&lt;BR /&gt;Fact_Key,&lt;BR /&gt;Portfolio,&lt;BR /&gt;ContactName,&lt;BR /&gt;RevenueToDate,&lt;BR /&gt;date(date#(Valid_from_date,'MM/DD/YYYY')) as Valid_from_date,&lt;BR /&gt;date(date#(Valid_to_date,'MM/DD/YYY')) as Valid_to_date&lt;BR /&gt;Resident Input_temp;&lt;BR /&gt;&lt;BR /&gt;drop table Input_temp;&lt;/P&gt;&lt;P&gt;FlyingDate:&lt;BR /&gt;load&lt;BR /&gt;MakeDate(2017 + RowNo()) as Date_zzz&lt;BR /&gt;AutoGenerate 4;&lt;/P&gt;&lt;P&gt;======&lt;/P&gt;&lt;P&gt;VARIABLE:&amp;nbsp;&lt;/P&gt;&lt;P&gt;varRepDate =only(Date_zzz)&lt;/P&gt;&lt;P&gt;=====&lt;/P&gt;&lt;P&gt;TABLE&lt;/P&gt;&lt;P&gt;as shown in your Screenshot; Measure =&amp;nbsp;sum({&amp;lt;Valid_from_date = {"&amp;lt;=$(varRepDate)"},Valid_to_date = {"&amp;gt;=$(varRepDate)"}&amp;gt;} RevenueToDate)&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 11:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697374#M53358</guid>
      <dc:creator>Oliver_F</dc:creator>
      <dc:date>2020-04-28T11:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697384#M53361</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I understand what you are saying.... all that you are focusing is on the Measure attribute&amp;nbsp; only, but the problem I have or trying to ask is much bigger than that&lt;/P&gt;&lt;P&gt;I already achieved this for the Measure attributes&lt;/P&gt;&lt;P&gt;I was mainly asking for the Dimension attributes conditional filtering&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For better understanding, ignore the Financial values completely.&lt;/P&gt;&lt;P&gt;Assume I only have below data with out revenue&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Fact_Key, Portfolio, ContactName, Valid_from_date, Valid_to_date&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1, Pepsi, David,&amp;nbsp; 01/01/2017, 12/31/2017&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2, Pepsi, Mike,&amp;nbsp; 01/01/2018, 12/31/2018&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3, Pepsi, James,&amp;nbsp; 01/01/2019, 12/31/2019&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4, Coke, Roman,&amp;nbsp; 01/01/2020, 12/31/2020&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example1:&amp;nbsp; when I select&amp;nbsp; '&lt;SPAN&gt;01/01/2018&lt;/SPAN&gt;' on FlyingDate, I should see only the respective qualifies record in the output as below&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Fact_Key, Portfolio, ContactName, Valid_from_date, Valid_to_date&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2, Pepsi, Mike,&amp;nbsp; 01/01/2018, 12/31/2018&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example2:&amp;nbsp; when I select&amp;nbsp; '&lt;SPAN&gt;01/01/2020&lt;/SPAN&gt;' on FlyingDate, I should see only the respective qualifies record in the output as below&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Fact_Key, Portfolio, ContactName, Valid_from_date, Valid_to_date&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4, Coke, Roman,&amp;nbsp; 01/01/2020, 12/31/2020&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Example2:&amp;nbsp; when I select&amp;nbsp; '01/01/1800' on FlyingDate, then I should not see any data as there is no qualifying data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you now understand the requirement.&lt;/P&gt;&lt;P&gt;We have to apply dynamic filters on full data not just measures but entire data set&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 12:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697384#M53361</guid>
      <dc:creator>tvsr111</dc:creator>
      <dc:date>2020-04-28T12:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697386#M53362</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in that case I do have two more ideas&lt;/P&gt;&lt;P&gt;1) Would it be possible to create a bridge table that connects all Fact_keys to all matching Dates? You should be able to do this quite easily using the interval match function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Would it be possible to use a (paid) extension that sets a filter on the Valid_from and Valid_to field whenever a Date is selected?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 12:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697386#M53362</guid>
      <dc:creator>Oliver_F</dc:creator>
      <dc:date>2020-04-28T12:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697388#M53363</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The example I shown in just a simpler sample version to demonstrate our requirement.&lt;/P&gt;&lt;P&gt;In reality, our fact table have SCD2 history (with From &amp;amp; To Dates) links to multiple Dimension tables.&amp;nbsp; Fact table has about 30 million (30,000,000) rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;option-1) Bridge table is not a feasible solution with our volumes&lt;/P&gt;&lt;P&gt;Fact has 30,000,000 rows.&amp;nbsp; FlyingDate table will have all the dates since 1900 , so it has about 50,000+ record. By creating bridge table, all the data will be cartesian product and so the overall data on QVF model will be too huge , we will end up with performance issues&lt;/P&gt;&lt;P&gt;We already considered this option and ruled out&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;option-2) Didnt get what you mean by "&lt;SPAN&gt;a (paid) extension&lt;/SPAN&gt;"&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you explain bit more or give an example pls&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 12:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697388#M53363</guid>
      <dc:creator>tvsr111</dc:creator>
      <dc:date>2020-04-28T12:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697395#M53364</link>
      <description>&lt;P&gt;If you are open to use an extension there might be a very easy solution.&lt;/P&gt;&lt;P&gt;For example our extension "MENUBAR" could solve your issue quite easily.&lt;/P&gt;&lt;P&gt;1) You select a date in your flying table.&lt;/P&gt;&lt;P&gt;2) MENUBAR is triggered by that selection and applies a filter on the fields From_Date and To_Date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So basically you filter From_Date to &amp;lt; ReferenceDate and To_Date &amp;gt; ReferenceDate, but without doing this manually. Both filters are applied automatically whenever you select a (new) ReferenceDate.&lt;/P&gt;&lt;P&gt;If that is an option for you I am happy to provide more details about our extensions. Otherwise you might find others extensions in the qlik branch too, that might help you with this special request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another idea that might work, but I have never used it by myself: You can filter for variables just like you can filter for values. You can even create bookmarks with this. You can set those filters using a variable and store it as a bookmark that is automatically applied when you open the sheet. But i am not sure, if the filters update, when the variable updates.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 12:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697395#M53364</guid>
      <dc:creator>Oliver_F</dc:creator>
      <dc:date>2020-04-28T12:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697448#M53368</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I managed to acheive this functionality by using the variables&lt;/P&gt;&lt;P&gt;created variable: varRepDate=&lt;SPAN&gt;varRepDate=date( Coalesce(GetFieldSelections(DateValue), Today()) , 'M/D/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then on the visualization/tables, created Dimensions as below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Name= if(varRepDate&amp;gt;=Valid_from_Date AND varRepDate&amp;lt;=Valid_to_Date, Name, '')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Applied same rule for all the attributes in the table/visualisation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with this we were able to see only qualifying records based on FlyingTable selection..... additionaly we endup with an extra blank row for every time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way we can hide or ignore the blank row or a row with all attributes empty/blank&lt;/P&gt;&lt;P&gt;please attachment below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 15:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697448#M53368</guid>
      <dc:creator>tvsr111</dc:creator>
      <dc:date>2020-04-28T15:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697571#M53379</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have you tried:&amp;nbsp;&lt;SPAN&gt;using null() or 0 instead of '' in your if-statement?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;null(): you should be able to subpress null-values in the dimension setting&lt;/P&gt;&lt;P&gt;0: you *might* be able to subpress those in the addons setting (but this might only apply to measures)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding my first approach: Instead of adding the if-statement to each column, you could add 1 helper column. just use the statet set-analisys but instead of sum({...}Revenue) use count({...}ID).&lt;/P&gt;&lt;P&gt;If you do not want to see that helper column in your table, you can try hiding it using the show condition. but this might not just hide it but, although disable the effect. you will have to try this.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 06:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697571#M53379</guid>
      <dc:creator>Oliver_F</dc:creator>
      <dc:date>2020-04-29T06:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697643#M53389</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for the response. couple of clarification on both suggestions&lt;/P&gt;&lt;P&gt;1)&amp;nbsp;&lt;SPAN&gt;null(): you should be able to suppress null-values in the dimension setting&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;where can we find this option to suppress Null values so that respective unqualified rows will be filtered&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;If we use a helper column as&amp;nbsp;&lt;SPAN&gt;count({...}ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;then how do we limit records&amp;nbsp;&amp;nbsp;so that respective unqualified rows will be filtered&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 10:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697643#M53389</guid>
      <dc:creator>tvsr111</dc:creator>
      <dc:date>2020-04-29T10:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697646#M53391</link>
      <description>&lt;P&gt;1)&amp;nbsp;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Qlik-sense-line-chart-hide-dimension-null-values/td-p/18100?attachment-id=11147" target="_blank"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/Qlik-sense-line-chart-hide-dimension-null-values/td-p/18100?attachment-id=11147&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Set Analysis Magic should do that, because SA basically adds the filters to that measure. Als long as you have no other measures that should do what you want to. If not - the result should be 0 and you can subpress 0-Values in the addons section.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 10:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697646#M53391</guid>
      <dc:creator>Oliver_F</dc:creator>
      <dc:date>2020-04-29T10:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697720#M53394</link>
      <description>&lt;P&gt;2) Aahhh, I see what you suggested.&lt;/P&gt;&lt;P&gt;even before you mentioned, I tried this option and it does not work for my requirement.&lt;/P&gt;&lt;P&gt;Reason 1: we will have some measures as well along with the helper column...&lt;/P&gt;&lt;P&gt;secondly, by hiding the helper column, the effect also gets diabled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;only then I moved to apply conditional check on each attribute.... rather we thinking to create each Dimension/Measure as Master items so they can be reused.... and actual Feild items should never be used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you suggest any other approach to minimise all this over complication ?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 13:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697720#M53394</guid>
      <dc:creator>tvsr111</dc:creator>
      <dc:date>2020-04-29T13:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Dynamic Data Filtering</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697722#M53395</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1)&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Qlik-sense-line-chart-hide-dimension-null-values/td-p/18100?attachment-id=11147" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/Qlik-sense-line-chart-hide-dimension-null-values/td-...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;this tells about the option for charts&lt;/P&gt;&lt;P&gt;similar &lt;SPAN&gt;"Include null values"&amp;nbsp;&lt;/SPAN&gt;option do not exist for a Table visualization&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if I'm missing something&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for all your help&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 13:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Dynamic-Data-Filtering/m-p/1697722#M53395</guid>
      <dc:creator>tvsr111</dc:creator>
      <dc:date>2020-04-29T13:13:21Z</dc:date>
    </item>
  </channel>
</rss>

