<?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: Buttons! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/633341#M1095748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add a Action (Select in Field) to the Button select the depending Values (for example Open)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2014 14:40:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-14T14:40:54Z</dc:date>
    <item>
      <title>Buttons!</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/633340#M1095747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping someone can help me with buttons!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a QV dashboard to show how long people are waiting for their issues to be resolved. I want a button which will change the list to show:-&lt;/P&gt;&lt;P&gt;All unresolved issues (where date closed is null)&lt;/P&gt;&lt;P&gt;All resolved issues (where date closed is not null)&lt;/P&gt;&lt;P&gt;All issues which are unresolved and has been 30 days since logging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me?&amp;nbsp; I've tried different things with Select in Field but I'm not getting it right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks muchly&lt;/P&gt;&lt;P&gt;Natalie&lt;/P&gt;&lt;P&gt;xXx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 14:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons/m-p/633340#M1095747</guid>
      <dc:creator />
      <dc:date>2014-05-14T14:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons!</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/633341#M1095748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add a Action (Select in Field) to the Button select the depending Values (for example Open)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 14:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons/m-p/633341#M1095748</guid>
      <dc:creator />
      <dc:date>2014-05-14T14:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons!</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/633342#M1095749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest that you assign a status during a script run.&amp;nbsp; In this case every call has a status and in your dashboard just put a list box from which you can select a specific value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, what your want it is possible to do from within the dashboard, but i recommend to do in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more help... post some data in order to see what is happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 14:41:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons/m-p/633342#M1095749</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2014-05-14T14:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons!</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/633343#M1095750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open calls (no close date):&lt;BR /&gt;Select in Field Call ID with search string&lt;BR /&gt;='('&amp;amp; concat({-&amp;lt;[Date Closed]={*}&amp;gt;} DISTINCT [Call ID], '|')&amp;amp;')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resolved:&lt;BR /&gt;Select in Field Call ID with search string&lt;BR /&gt;='('&amp;amp; concat({&amp;lt;[Date Closed]={*}&amp;gt;} DISTINCT [Call ID], '|')&amp;amp;')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unresolved within 30 days:&lt;BR /&gt;Select in Field Call ID with search string&lt;BR /&gt;='('&amp;amp; concat({-&amp;lt;[Date Closed]={*}, [Date logged]={"$(='&amp;lt;=' &amp;amp; date(today()-30))"}&amp;gt;} DISTINCT [Call ID], '|')&amp;amp;')'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 14:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons/m-p/633343#M1095750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-14T14:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons!</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/633344#M1095751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply but those haven't wrked &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/35763"&gt;Juan Olivares&lt;/A&gt; I have used your suggestion and updated my script so that it is calculated in there:-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Date logged]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;+30 &amp;lt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),1,0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Days&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;isNull&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Date closed]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),1,0) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Resolved&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;So that records are flagged as a 1 if it is more than 30 days and 0 for others.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;And then used an Action&amp;gt; Select In Field Days and Search String 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which seems to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks everyone!&lt;/P&gt;&lt;P&gt;xXx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 15:45:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons/m-p/633344#M1095751</guid>
      <dc:creator />
      <dc:date>2014-05-14T15:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons!</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/633345#M1095752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;besides doing it with flags at script level, you can also set 3 different actions for the buttons:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Unresolved Issues --&amp;gt; select in field &amp;gt; search string --&amp;gt; ='=isnull(CLOSEDATE)'&lt;/LI&gt;&lt;LI&gt;Resolved Issues --&amp;gt; select in field &amp;gt; search string --&amp;gt; ='=isnull(CLOSEDATE)=0&lt;/LI&gt;&lt;LI&gt;&amp;gt;= 30 days since log and unresolved --&amp;gt; ='=TODAY() - [LOG DATE] &amp;gt;= 30 AND ISNULL(CLOSEDATE)'&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;check the attached example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 18:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons/m-p/633345#M1095752</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-05-14T18:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons!</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/633346#M1095753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Natalie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a document which shows the many and varied things you can do with buttons, or text areas with click Actions.&amp;nbsp; Making selections is just one aspect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That document can be downloaded here: &lt;A href="https://community.qlik.com/docs/DOC-4289"&gt;QlikView App: At The Qlik Of A Button&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also a blog post with information on how to achieve the things shown in the app, and a video showing it in action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that is useful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 18:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons/m-p/633346#M1095753</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2014-05-14T18:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons!</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/633347#M1095754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;A href="https://community.qlik.com/qlik-users/134792"&gt;Jaime Aguilar&lt;/A&gt;, I have tried that and it has worked &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the link &lt;A href="https://community.qlik.com/qlik-users/4484"&gt;Steve Dark&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Natalie&lt;/P&gt;&lt;P&gt;xXx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 08:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons/m-p/633347#M1095754</guid>
      <dc:creator />
      <dc:date>2014-05-15T08:28:30Z</dc:date>
    </item>
  </channel>
</rss>

