<?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: Please kindly assist with the below query ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Assistance-with-Designing-Qlik-Sense-Application-to-Filter/m-p/1611615#M46000</link>
    <description>&lt;P&gt;I don't have an immediate answer for your question, however, I would highly recommend you change the title of your thread so others will find it easier.&amp;nbsp; I would recommend changing it to something like "Assistance with Designing Qlik Sense Application to Filter Properly", or something to that effect.&lt;/P&gt;
&lt;P&gt;Based on a quick review, it looks like you don't have the Month field showing the data the way you're expecting it to.&amp;nbsp; YYYY/DD/MM HH:MM:SS, but you're entering the month as YY/DD/MM without the time.&amp;nbsp; I deal more with the infrastructure side of things however, this would be one thing I've noticed about what you're doing here.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you say "&lt;SPAN&gt;But , it is not working when I am doing selection&amp;nbsp; as '27'.", can you please elaborate on this?&amp;nbsp; What does "not working" mean here?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;BR /&gt;Josh&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Qlik Support&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Aug 2019 14:01:31 GMT</pubDate>
    <dc:creator>Josh_Berg_Support</dc:creator>
    <dc:date>2019-08-12T14:01:31Z</dc:date>
    <item>
      <title>Assistance with Designing Qlik Sense Application to Filter Properly</title>
      <link>https://community.qlik.com/t5/App-Development/Assistance-with-Designing-Qlik-Sense-Application-to-Filter/m-p/1611464#M45999</link>
      <description>&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;How to select the 'Month' and 'Record Souce Name' as '2019-01-01' and '27' resp. to show the chart '1'. ?&lt;/P&gt;&lt;P&gt;In Chart '2' you can see some of the 'Import Month' are null and some of the 'RB_CALENDAR_PERIOD' is null so I put the logic to show '2019-01-01' when null&amp;nbsp;&lt;/P&gt;&lt;P&gt;=if(ISNULL([Import Month]),RB_CALENDAR_PERIOD,if(ISNULL(RB_CALENDAR_PERIOD),[Import Month],RB_CALENDAR_PERIOD))&lt;/P&gt;&lt;P&gt;same as 'RecordSource' and 'RECORD_SOURCE_GM_ID' when null show 27.&lt;/P&gt;&lt;P&gt;=if(ISNULL(RecordSource),RECORD_SOURCE_GM_ID,if(ISNULL(RECORD_SOURCE_GM_ID),RecordSource,RECORD_SOURCE_GM_ID))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But , it is not working when I am doing selection&amp;nbsp; as '27'.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/16852iFB0FECC3A0277098/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My requirement is when I select 'Record Source' as 27 and Import Month as '2019-01-01' then the chart should show like below results -&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline"&gt;&lt;SPAN class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 998px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/16853i87E1DA576A3CA781/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.PNG" alt="Capture1.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sample model attached.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 05:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assistance-with-Designing-Qlik-Sense-Application-to-Filter/m-p/1611464#M45999</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2019-08-13T05:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Please kindly assist with the below query ?</title>
      <link>https://community.qlik.com/t5/App-Development/Assistance-with-Designing-Qlik-Sense-Application-to-Filter/m-p/1611615#M46000</link>
      <description>&lt;P&gt;I don't have an immediate answer for your question, however, I would highly recommend you change the title of your thread so others will find it easier.&amp;nbsp; I would recommend changing it to something like "Assistance with Designing Qlik Sense Application to Filter Properly", or something to that effect.&lt;/P&gt;
&lt;P&gt;Based on a quick review, it looks like you don't have the Month field showing the data the way you're expecting it to.&amp;nbsp; YYYY/DD/MM HH:MM:SS, but you're entering the month as YY/DD/MM without the time.&amp;nbsp; I deal more with the infrastructure side of things however, this would be one thing I've noticed about what you're doing here.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you say "&lt;SPAN&gt;But , it is not working when I am doing selection&amp;nbsp; as '27'.", can you please elaborate on this?&amp;nbsp; What does "not working" mean here?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;BR /&gt;Josh&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Qlik Support&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 14:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assistance-with-Designing-Qlik-Sense-Application-to-Filter/m-p/1611615#M46000</guid>
      <dc:creator>Josh_Berg_Support</dc:creator>
      <dc:date>2019-08-12T14:01:31Z</dc:date>
    </item>
  </channel>
</rss>

