<?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 Date Filter and Specific  Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Filter-and-Specific-Selection/m-p/1167893#M890294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Qlikview ,and i have two longstanding over due issues which are not resolved Kindly help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q1-&amp;gt;i have one requirement where in i am getting data pulled from query for past 7 days and displaying on graph. Instead i would like to pull data fro one month from query and publish only one week data on graph and provide a filter so that user can choose week by week as required using a Filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am here by attaching my QVW with the query in script , Kindly suggest me the changes to be done on any of the Tabs like SKU MASTER / UNBUNDLE ,so that i can replicate on rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q2-&amp;gt; The other question is , LEts consider the sheet SKU MASTER in skumaster I have two feeds representing in bar chart one in blue and one in REd color .&lt;/P&gt;&lt;P&gt;My requireemnt I want to see data of only one feed of the week once i click on it ,and rest of the feed should get hidden.for the week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEt say PHWEB is red in the bar chart ,so when i click on any of the PHWEB feed of any day the GPSY plots which is in the bar should go off and only PHWEB data need to be show on click for the week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me here with these two questons. I am attaching my QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Date Filter and Specific  Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Filter-and-Specific-Selection/m-p/1167893#M890294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Qlikview ,and i have two longstanding over due issues which are not resolved Kindly help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q1-&amp;gt;i have one requirement where in i am getting data pulled from query for past 7 days and displaying on graph. Instead i would like to pull data fro one month from query and publish only one week data on graph and provide a filter so that user can choose week by week as required using a Filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am here by attaching my QVW with the query in script , Kindly suggest me the changes to be done on any of the Tabs like SKU MASTER / UNBUNDLE ,so that i can replicate on rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q2-&amp;gt; The other question is , LEts consider the sheet SKU MASTER in skumaster I have two feeds representing in bar chart one in blue and one in REd color .&lt;/P&gt;&lt;P&gt;My requireemnt I want to see data of only one feed of the week once i click on it ,and rest of the feed should get hidden.for the week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEt say PHWEB is red in the bar chart ,so when i click on any of the PHWEB feed of any day the GPSY plots which is in the bar should go off and only PHWEB data need to be show on click for the week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me here with these two questons. I am attaching my QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Filter-and-Specific-Selection/m-p/1167893#M890294</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date Filter and Specific  Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Filter-and-Specific-Selection/m-p/1167894#M890295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to extract data for at least one month, you must change the query,&lt;/P&gt;&lt;P&gt;and that is SQL, not qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MDAS:&lt;/P&gt;&lt;P&gt;select&amp;nbsp; intf.ext_interface_nm SOURCE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SLA_THRESHOLD MDAS_THRESHOLD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUTOFF_SLA_THRESHOLD MDAS_CUTOFF,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to_char(ft.reception_dt,'mm/dd/yyyy') RECEPTION_DATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to_char(ft.reception_dt,'hh24:mi:ss') MDAS_INTIME&lt;/P&gt;&lt;P&gt;from zyadm.zy_interface_t intf, zyadm.zy_file_t ft&lt;/P&gt;&lt;P&gt;where intf.interface_id = ft.interface_id&lt;/P&gt;&lt;P&gt;and&amp;nbsp; ft.interface_id in (1110)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;STRONG&gt;and&amp;nbsp; to_char(ft.reception_dt,'mm/dd/yyyy') &amp;gt; to_char(sysdate-7,'mm/dd/yyyy')&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remove what I've crossed your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the script, synthetic tables are generated and these must be eliminated, should improve the analysis Entity-relationship_model, that is knowledge of Data_Base.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just for starters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 21:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Filter-and-Specific-Selection/m-p/1167894#M890295</guid>
      <dc:creator>othniel2014</dc:creator>
      <dc:date>2016-08-24T21:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Date Filter and Specific  Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Filter-and-Specific-Selection/m-p/1167895#M890296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply ,but that is going to bring the whole data , but that answer my requirement . can you please look at my requirement .of Q1 which i request &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 02:51:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Filter-and-Specific-Selection/m-p/1167895#M890296</guid>
      <dc:creator />
      <dc:date>2016-08-25T02:51:58Z</dc:date>
    </item>
  </channel>
</rss>

