<?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 Literal Value from Filter Pane in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Literal-Value-from-Filter-Pane/m-p/1590580#M43358</link>
    <description>&lt;P&gt;I need to be able to choose "YTD" or " QTD" for an application, and then have the charts on the sheet reflect the appropriate date ranges for those values.&amp;nbsp; I was going to try and use ValueList and literals (e.g. ValueList('YTD','QTD')) in a filter pane, but when I do that, the selection doesn't seem to go anywhere, because it's not in the data model.&amp;nbsp; Any suggestions?&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2019 16:01:29 GMT</pubDate>
    <dc:creator>TBQlikNewbi</dc:creator>
    <dc:date>2019-06-11T16:01:29Z</dc:date>
    <item>
      <title>Literal Value from Filter Pane</title>
      <link>https://community.qlik.com/t5/App-Development/Literal-Value-from-Filter-Pane/m-p/1590580#M43358</link>
      <description>&lt;P&gt;I need to be able to choose "YTD" or " QTD" for an application, and then have the charts on the sheet reflect the appropriate date ranges for those values.&amp;nbsp; I was going to try and use ValueList and literals (e.g. ValueList('YTD','QTD')) in a filter pane, but when I do that, the selection doesn't seem to go anywhere, because it's not in the data model.&amp;nbsp; Any suggestions?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 16:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Literal-Value-from-Filter-Pane/m-p/1590580#M43358</guid>
      <dc:creator>TBQlikNewbi</dc:creator>
      <dc:date>2019-06-11T16:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Literal Value from Filter Pane</title>
      <link>https://community.qlik.com/t5/App-Development/Literal-Value-from-Filter-Pane/m-p/1590876#M43380</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First, do you have a calendar in your data model?&lt;/P&gt;&lt;P&gt;If you don't, create one. If you do, create two indicators YTD and QTD&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    if(date(Date,'MMDD')&amp;amp;'' &amp;lt;= date($(vToday),'MMDD') &amp;amp; '',1,0)				as _indYTD,  
    if(date(Date,'QQDD')&amp;amp;'' &amp;lt;= date($(vToday),'QQDD') &amp;amp; '',1,0)				as _indQTD,  &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Use these indicators as Set Analysis in your formulas in your charts.&lt;/P&gt;&lt;P&gt;Make then a variable that you can switch between YTD and QTD.&lt;/P&gt;&lt;P&gt;Jordy&lt;/P&gt;&lt;P&gt;Climber&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 09:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Literal-Value-from-Filter-Pane/m-p/1590876#M43380</guid>
      <dc:creator>JordyWegman</dc:creator>
      <dc:date>2019-06-12T09:57:51Z</dc:date>
    </item>
  </channel>
</rss>

