<?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 Based on Filter Selection Show condition in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Based-on-Filter-Selection-Show-condition/m-p/1570112#M41580</link>
    <description>&lt;P&gt;Hi All ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the filter ( field ) called "Week " and it contains data like&lt;BR /&gt;Year-Weekno-Month&lt;/P&gt;&lt;P&gt;2019-Week 1 -Jan&lt;/P&gt;&lt;P&gt;2019-Week 2-Jan&lt;/P&gt;&lt;P&gt;Requirement is based on the selection of the filter ( Week ) in&amp;nbsp; new&amp;nbsp; text box i need Dates of the Week to be shown&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex - If 2019-Week1-Jan is selected , then it needs to be shown 1 , 2 , 3, 4 , 5 , 6, 7 ( Dates of Jan 1st week )&lt;/P&gt;&lt;P&gt;I tried giving&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(Getfieldselection(Week),Date( createddate ))&lt;/P&gt;&lt;P&gt;I know its some where between getfieldselection , but not able to execute it ( Let me know if any other way )&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Advance thanks&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 06:03:19 GMT</pubDate>
    <dc:creator>kiranpatil123</dc:creator>
    <dc:date>2024-11-16T06:03:19Z</dc:date>
    <item>
      <title>Based on Filter Selection Show condition</title>
      <link>https://community.qlik.com/t5/App-Development/Based-on-Filter-Selection-Show-condition/m-p/1570112#M41580</link>
      <description>&lt;P&gt;Hi All ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the filter ( field ) called "Week " and it contains data like&lt;BR /&gt;Year-Weekno-Month&lt;/P&gt;&lt;P&gt;2019-Week 1 -Jan&lt;/P&gt;&lt;P&gt;2019-Week 2-Jan&lt;/P&gt;&lt;P&gt;Requirement is based on the selection of the filter ( Week ) in&amp;nbsp; new&amp;nbsp; text box i need Dates of the Week to be shown&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex - If 2019-Week1-Jan is selected , then it needs to be shown 1 , 2 , 3, 4 , 5 , 6, 7 ( Dates of Jan 1st week )&lt;/P&gt;&lt;P&gt;I tried giving&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(Getfieldselection(Week),Date( createddate ))&lt;/P&gt;&lt;P&gt;I know its some where between getfieldselection , but not able to execute it ( Let me know if any other way )&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Advance thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Based-on-Filter-Selection-Show-condition/m-p/1570112#M41580</guid>
      <dc:creator>kiranpatil123</dc:creator>
      <dc:date>2024-11-16T06:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Based on Filter Selection Show condition</title>
      <link>https://community.qlik.com/t5/App-Development/Based-on-Filter-Selection-Show-condition/m-p/1570114#M41582</link>
      <description>I would use getselectedcount() instead. &lt;A href="https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/FieldFunctions/getselectedcount.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/FieldFunctions/getselectedcount.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;if(getselectedcount(Week)&amp;gt;0, concat(day(createddate), ', ') )</description>
      <pubDate>Tue, 16 Apr 2019 18:14:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Based-on-Filter-Selection-Show-condition/m-p/1570114#M41582</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-04-16T18:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Based on Filter Selection Show condition</title>
      <link>https://community.qlik.com/t5/App-Development/Based-on-Filter-Selection-Show-condition/m-p/1571859#M41673</link>
      <description>&lt;P&gt;Thanks a lot worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Just added distinct to my solution&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 05:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Based-on-Filter-Selection-Show-condition/m-p/1571859#M41673</guid>
      <dc:creator>kiranpatil123</dc:creator>
      <dc:date>2019-04-23T05:42:20Z</dc:date>
    </item>
  </channel>
</rss>

