<?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: variable button extension use - help me out? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691272#M727400</link>
    <description>&lt;P&gt;A variable only stores 1 value at a time, if you click today the expression will show today date, if you clik yesterday it will show yesterday date, it only helps to test the expected format of set analysis, and check than the expanded value is working as expected.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Apr 2020 14:35:36 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2020-04-06T14:35:36Z</dc:date>
    <item>
      <title>variable button extension use - help me out?</title>
      <link>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691228#M727393</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I have a date field as such : date(floor("[Date of registration]"),"DD/MM/YYYY') as [Date of registration]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a variable vDate with the definition of [Date of assignment] and in the values I put&amp;nbsp; as dynamic values the Max(vDate) as the TODAY button, and Max(vDate-1) as YESTERDAY button.&lt;/P&gt;&lt;P&gt;In the pivot table I want to use , I did&amp;nbsp; in the measure :&amp;nbsp;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Date of registration]={$(#vDate)}&amp;gt;,&amp;lt;[Availabity]={'available'}&amp;gt;} [counted] )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but all I get is "-" in my table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691228#M727393</guid>
      <dc:creator>ioannagr</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: variable button extension use - help me out?</title>
      <link>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691249#M727394</link>
      <description>&lt;P&gt;Hi, the syntax for set analysis is not correct, it may be:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum({&amp;lt;[Date of registration={$(#vDate)}, [Availabity]={'available'}&amp;gt;} [counted] )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Also the format can be an issue, in that case you can try with:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum({&amp;lt;[Date of registration={$(=Date($(#vDate), 'DD/MM/YYYY'))}, [Availabity]={'available'}&amp;gt;} [counted] )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And confirm that 'available' is written exactly the same (all lowercase)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 13:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691249#M727394</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-04-06T13:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: variable button extension use - help me out?</title>
      <link>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691253#M727395</link>
      <description>&lt;P&gt;No, not working &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;also tried to change the variable values'&amp;nbsp;format to&amp;nbsp;date(max([Date of registration]), 'DD/MM/YYYY') for Today&lt;/P&gt;&lt;P&gt;and&amp;nbsp;&amp;nbsp;date(max([Date of registration]-1), 'DD/MM/YYYY') and Yesterday&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but still nothing &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 13:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691253#M727395</guid>
      <dc:creator>ioannagr</dc:creator>
      <dc:date>2020-04-06T13:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: variable button extension use - help me out?</title>
      <link>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691260#M727396</link>
      <description>&lt;P&gt;One way to chek is setting the expression in a simple table without label, so the label will be the expanded expression, copy and paste from that label in a new expression to chek how it should be, once it's working adpart the $-expansion to return the expected value.&lt;/P&gt;&lt;P&gt;If you can upload a sample I can take a look.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 14:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691260#M727396</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-04-06T14:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: variable button extension use - help me out?</title>
      <link>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691263#M727397</link>
      <description>&lt;P&gt;Thank you for your help. I am not allowed to upload a sample.&lt;/P&gt;&lt;P&gt;I'm sorry, I didn't quite grasp what I need to do.&amp;nbsp; Which one expression ? Can you explain to me in more detail?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 14:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691263#M727397</guid>
      <dc:creator>ioannagr</dc:creator>
      <dc:date>2020-04-06T14:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: variable button extension use - help me out?</title>
      <link>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691268#M727398</link>
      <description>&lt;P&gt;Hi, note that a sample doesn't needs to have real data o nothing from your real app, it just need data similar to the original that shows the issue.&lt;/P&gt;&lt;P&gt;A made a sample, in this case this expression works:&amp;nbsp;Sum({&amp;lt;Date={&lt;FONT color="#FF0000"&gt;'$(vDate)'&lt;/FONT&gt;}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;Note that the label of the expression in the simple table shows the expanded value:&amp;nbsp;Sum({&amp;lt;Date={&lt;FONT color="#FF0000"&gt;'5/4/2020'&lt;/FONT&gt;}&amp;gt;} Value)&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 14:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691268#M727398</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-04-06T14:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: variable button extension use - help me out?</title>
      <link>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691271#M727399</link>
      <description>&lt;P&gt;ok i will try it and update you with the last news &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Ok, but for vDate i have two possible values, this one of Today and Yesterday with max(date)-1 and the rest of the format, these won't show?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 14:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691271#M727399</guid>
      <dc:creator>ioannagr</dc:creator>
      <dc:date>2020-04-06T14:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: variable button extension use - help me out?</title>
      <link>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691272#M727400</link>
      <description>&lt;P&gt;A variable only stores 1 value at a time, if you click today the expression will show today date, if you clik yesterday it will show yesterday date, it only helps to test the expected format of set analysis, and check than the expanded value is working as expected.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 14:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691272#M727400</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-04-06T14:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: variable button extension use - help me out?</title>
      <link>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691273#M727401</link>
      <description>&lt;P&gt;Thanks so much!!!!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Only thing i don't understand now, is how max($(#vDate)) shows 5/4/2020 and not 6/4/2020&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 14:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691273#M727401</guid>
      <dc:creator>ioannagr</dc:creator>
      <dc:date>2020-04-06T14:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: variable button extension use - help me out?</title>
      <link>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691277#M727402</link>
      <description>&lt;P&gt;I'm not sure of that, if I click the Today button it shows 6/4/2020:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.JPG" style="width: 502px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31336i493AD37BF7178961/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura.JPG" alt="Captura.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 14:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-button-extension-use-help-me-out/m-p/1691277#M727402</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-04-06T14:44:41Z</dc:date>
    </item>
  </channel>
</rss>

