<?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: Why are the buttons not working? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Why-are-the-buttons-not-working/m-p/1967667#M79759</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When when you select the option &lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;"Select values matching search criteria"&lt;/STRONG&gt;&lt;/SPAN&gt; then you only have the options to select the dimension as it is. The search criteria is looking for values that match the string that you supply. For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. If your dates look like: &lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;'M/D/YYYY'&lt;/STRONG&gt;&lt;/SPAN&gt; then you can use in search &lt;STRONG&gt;=&lt;/STRONG&gt;&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;'10/1/2026'&lt;/STRONG&gt;&lt;/SPAN&gt; and it will select all the rows where the date field is exactly &lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;'10/1/2016'&lt;/STRONG&gt;&lt;/SPAN&gt;, if you type &lt;STRONG&gt;=&lt;/STRONG&gt;&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;'*2016'&lt;/STRONG&gt;&lt;/SPAN&gt;, then it will select all the rows where the date field has &lt;STRONG&gt;2016 &lt;/STRONG&gt;at the end etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Now the &lt;SPAN style="background-color:rgb(255,255,255);color:hsl(30, 75%, 60%);font-size:16px;"&gt;&lt;STRONG&gt;Posting Date.autoCalendar.YearQuarter&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(84,86,90);font-size:16px;"&gt; &lt;/SPAN&gt;value looks like&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt; 'YYYY-Q#' &lt;/STRONG&gt;&lt;/SPAN&gt;which means that you will not be able to match it with the search criteria as you need it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. My recommendation would be:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Go to &lt;STRONG&gt;Data manager&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Select your table and click on the edit button at the bottom&lt;/LI&gt;&lt;LI&gt;Click on &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;"Add field &amp;gt; Calculated field"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;For Name use: &lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;YearQuarter&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;For Expression use: &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;ShipmentDate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;) &amp;amp; &lt;/STRONG&gt;&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;'-Q'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &amp;amp; &lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Ceil&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;ShipmentDate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;)/3) &lt;/STRONG&gt;&lt;SPAN style="color:hsl(0, 0%, 60%);"&gt;&lt;STRONG&gt;// This will create the values YYYY-Q#&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Go to the button and select in the Field: &lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;YearQuarter&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Now if you use as value e.g.&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt; '2016-Q1'&lt;/STRONG&gt;&lt;/SPAN&gt; then you will get the selections applied as needed&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/ba6841b4-d6ef-44f4-ad8d-7e8f329789c5.default.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps there are other ways as well to resolve this issue or use other workarounds, but this is what worked for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:hsl(0, 0%, 60%);"&gt;&lt;I&gt;&lt;STRONG&gt;I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, addressed your concerns or at least pointed you in the right direction, please mark it as Accepted Solution to give further visibility to other community members.&amp;nbsp;&lt;/STRONG&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2022 10:41:17 GMT</pubDate>
    <dc:creator>Andrei_Cusnir</dc:creator>
    <dc:date>2022-08-11T10:41:17Z</dc:date>
    <item>
      <title>Why are the buttons not working?</title>
      <link>https://community.qlik.com/t5/App-Development/Why-are-the-buttons-not-working/m-p/1967631#M79755</link>
      <description>&lt;P&gt;Hello everyone&lt;/P&gt;
&lt;P&gt;So I want to set a button to select quarters of different years.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am doing the following:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As action I select : "Select values matching search criteria" , then I have to select the field. I need to select&amp;nbsp;[Posting Date.autoCalendar.YearQuarter] (((is the category I used to build the graphs))&lt;/P&gt;
&lt;P&gt;but when I go through the list of categories that I can pick, it does not apper. Why? how can I solve this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 09:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-are-the-buttons-not-working/m-p/1967631#M79755</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-08-11T09:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the buttons not working?</title>
      <link>https://community.qlik.com/t5/App-Development/Why-are-the-buttons-not-working/m-p/1967667#M79759</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When when you select the option &lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;"Select values matching search criteria"&lt;/STRONG&gt;&lt;/SPAN&gt; then you only have the options to select the dimension as it is. The search criteria is looking for values that match the string that you supply. For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. If your dates look like: &lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;'M/D/YYYY'&lt;/STRONG&gt;&lt;/SPAN&gt; then you can use in search &lt;STRONG&gt;=&lt;/STRONG&gt;&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;'10/1/2026'&lt;/STRONG&gt;&lt;/SPAN&gt; and it will select all the rows where the date field is exactly &lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;'10/1/2016'&lt;/STRONG&gt;&lt;/SPAN&gt;, if you type &lt;STRONG&gt;=&lt;/STRONG&gt;&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;'*2016'&lt;/STRONG&gt;&lt;/SPAN&gt;, then it will select all the rows where the date field has &lt;STRONG&gt;2016 &lt;/STRONG&gt;at the end etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Now the &lt;SPAN style="background-color:rgb(255,255,255);color:hsl(30, 75%, 60%);font-size:16px;"&gt;&lt;STRONG&gt;Posting Date.autoCalendar.YearQuarter&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(84,86,90);font-size:16px;"&gt; &lt;/SPAN&gt;value looks like&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt; 'YYYY-Q#' &lt;/STRONG&gt;&lt;/SPAN&gt;which means that you will not be able to match it with the search criteria as you need it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. My recommendation would be:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Go to &lt;STRONG&gt;Data manager&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Select your table and click on the edit button at the bottom&lt;/LI&gt;&lt;LI&gt;Click on &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;"Add field &amp;gt; Calculated field"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;For Name use: &lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;YearQuarter&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;For Expression use: &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;ShipmentDate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;) &amp;amp; &lt;/STRONG&gt;&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;'-Q'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &amp;amp; &lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Ceil&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;ShipmentDate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;)/3) &lt;/STRONG&gt;&lt;SPAN style="color:hsl(0, 0%, 60%);"&gt;&lt;STRONG&gt;// This will create the values YYYY-Q#&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Go to the button and select in the Field: &lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;YearQuarter&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Now if you use as value e.g.&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt; '2016-Q1'&lt;/STRONG&gt;&lt;/SPAN&gt; then you will get the selections applied as needed&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/ba6841b4-d6ef-44f4-ad8d-7e8f329789c5.default.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps there are other ways as well to resolve this issue or use other workarounds, but this is what worked for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:hsl(0, 0%, 60%);"&gt;&lt;I&gt;&lt;STRONG&gt;I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, addressed your concerns or at least pointed you in the right direction, please mark it as Accepted Solution to give further visibility to other community members.&amp;nbsp;&lt;/STRONG&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 10:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-are-the-buttons-not-working/m-p/1967667#M79759</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2022-08-11T10:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why are the buttons not working?</title>
      <link>https://community.qlik.com/t5/App-Development/Why-are-the-buttons-not-working/m-p/1967697#M79764</link>
      <description>&lt;P&gt;Dude, thank you so much!!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It did help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 11:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Why-are-the-buttons-not-working/m-p/1967697#M79764</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-08-11T11:35:57Z</dc:date>
    </item>
  </channel>
</rss>

