<?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: Text button with count which opens a new sheet with filtered results in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123813#M370109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this within my existing Text Box in addition to Activate New Sheet or within the sheet I am going to as a sheet event trigger?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I add within my Text Object it doesnt seem to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Aug 2016 17:24:40 GMT</pubDate>
    <dc:creator>martin_hamilton</dc:creator>
    <dc:date>2016-08-31T17:24:40Z</dc:date>
    <item>
      <title>Text button with count which opens a new sheet with filtered results</title>
      <link>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123809#M370105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@I have a Text Object which is performing a COUNT of records which when selected opens another sheet. I want to filter the next sheet of results based on the COUNT records. I thought about using a sheet action such as Select In Field but have no idea how to apply the search filter using the records i have counted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Text Object looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;Sub_Contract_End_Date={"$(='&amp;gt;=' &amp;amp; Date(Today(), 'DD/MM/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Today()+30, 'DD/MM/YYYY'))"}&amp;gt;} Distinct Sub_Number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 15:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123809#M370105</guid>
      <dc:creator>martin_hamilton</dc:creator>
      <dc:date>2016-08-31T15:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Text button with count which opens a new sheet with filtered results</title>
      <link>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123810#M370106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you plan to filter on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 16:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123810#M370106</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-31T16:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Text button with count which opens a new sheet with filtered results</title>
      <link>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123811#M370107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I plan to filter on the field Sub_Number (which would be the Sub_Number' contained in the COUNT value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 16:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123811#M370107</guid>
      <dc:creator>martin_hamilton</dc:creator>
      <dc:date>2016-08-31T16:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Text button with count which opens a new sheet with filtered results</title>
      <link>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123812#M370108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use select in field with the following search string for selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sub_Number&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search String&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;='(' &amp;amp; Concat({&amp;lt;Sub_Contract_End_Date={"$(='&amp;gt;=' &amp;amp; Date(Today(), 'DD/MM/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Today()+30, 'DD/MM/YYYY'))"}&amp;gt;} Distinct Chr(34) &amp;amp; Sub_Number &amp;amp; Chr(34), ', ') &amp;amp; ')'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 16:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123812#M370108</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-31T16:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Text button with count which opens a new sheet with filtered results</title>
      <link>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123813#M370109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this within my existing Text Box in addition to Activate New Sheet or within the sheet I am going to as a sheet event trigger?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I add within my Text Object it doesnt seem to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 17:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123813#M370109</guid>
      <dc:creator>martin_hamilton</dc:creator>
      <dc:date>2016-08-31T17:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Text button with count which opens a new sheet with filtered results</title>
      <link>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123814#M370110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you add the field name with = or without the = sign? You need to have it without. Also, make sure that the casing and spelling of Sub_Number is correct. Not sure what else could be the problem? May be share a sample if it still doesn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 17:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123814#M370110</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-31T17:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Text button with count which opens a new sheet with filtered results</title>
      <link>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123815#M370111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny - i have a sample but dont know how to upload onto the community?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 19:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123815#M370111</guid>
      <dc:creator>martin_hamilton</dc:creator>
      <dc:date>2016-08-31T19:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Text button with count which opens a new sheet with filtered results</title>
      <link>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123816#M370112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here, check this link out &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 21:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123816#M370112</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-31T21:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Text button with count which opens a new sheet with filtered results</title>
      <link>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123817#M370113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have uploaded an attachment to my original post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your patience!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 07:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123817#M370113</guid>
      <dc:creator>martin_hamilton</dc:creator>
      <dc:date>2016-09-01T07:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Text button with count which opens a new sheet with filtered results</title>
      <link>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123818#M370114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check now and see if this work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 10:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123818#M370114</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-01T10:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Text button with count which opens a new sheet with filtered results</title>
      <link>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123819#M370115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly what I was looking for! Thank You!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 16:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123819#M370115</guid>
      <dc:creator>martin_hamilton</dc:creator>
      <dc:date>2016-09-01T16:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Text button with count which opens a new sheet with filtered results</title>
      <link>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123820#M370116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, I am glad we were able to get what you wanted. I suggest marking the correct response so that other people can get to the correct information quickly.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 16:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-button-with-count-which-opens-a-new-sheet-with-filtered/m-p/1123820#M370116</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-01T16:44:00Z</dc:date>
    </item>
  </channel>
</rss>

