<?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: Creating Criteria for Variables without set analysis (no function) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-Criteria-for-Variables-without-set-analysis-no-function/m-p/1204052#M874461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for this may be?&lt;/P&gt;&lt;P&gt;&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;='Furnishings for ' &amp;amp; Month(NOW() - 1 ) &amp;amp; ' ' &amp;amp; Year &amp;amp; ' ' &amp;amp; ':' &amp;amp; &lt;SPAN style="color: #ff0000;"&gt;Only&lt;/SPAN&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;{&amp;lt;Month = {&lt;SPAN style="color: #ff0000;"&gt;"$(=&lt;/SPAN&gt;Month(Today() - 1)&lt;SPAN style="color: #ff0000;"&gt;)"&lt;/SPAN&gt;}&amp;gt;} Furnishings)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2016 02:07:53 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-11-02T02:07:53Z</dc:date>
    <item>
      <title>Creating Criteria for Variables without set analysis (no function)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Criteria-for-Variables-without-set-analysis-no-function/m-p/1204050#M874459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I retrieve values based on something similar to set analysis for variables I have in my data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have text objects I use in my dashboard to show the user the most current data or data based on their selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's one of my text boxes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Furnishings for ' &amp;amp; Month(NOW() - 1 ) &amp;amp; ' ' &amp;amp; Year &amp;amp; ' ' &amp;amp; ':'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns: Furnishings for Oct 2016:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below this I have another text object that is simply my variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Furnishings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want "Furnishings" to resemble something similar to the first text box, and return the value for that month, if I could do =({&amp;lt;Month = {'Month(NOW() - 1)'}&amp;gt;}Furnishings)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the above would be something &lt;EM&gt;similar &lt;/EM&gt;to how it could be done in Set Analysis, except I don't have an actual FUNCTION in order to use set analysis, just a variable.....&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/Creating-Criteria-for-Variables-without-set-analysis-no-function/m-p/1204050#M874459</guid>
      <dc:creator>lucasdavis500</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Criteria for Variables without set analysis (no function)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Criteria-for-Variables-without-set-analysis-no-function/m-p/1204051#M874460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='Furnishings for ' &amp;amp; Only&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;({$&amp;lt;Month = {'$(=Month(NOW() - 1))'}&amp;gt;}Furnishings)&lt;/SPAN&gt; &amp;amp; ' ' &amp;amp; Max(Year) &amp;amp; ' ' &amp;amp; ':'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 22:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Criteria-for-Variables-without-set-analysis-no-function/m-p/1204051#M874460</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-11-01T22:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Criteria for Variables without set analysis (no function)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Criteria-for-Variables-without-set-analysis-no-function/m-p/1204052#M874461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for this may be?&lt;/P&gt;&lt;P&gt;&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;='Furnishings for ' &amp;amp; Month(NOW() - 1 ) &amp;amp; ' ' &amp;amp; Year &amp;amp; ' ' &amp;amp; ':' &amp;amp; &lt;SPAN style="color: #ff0000;"&gt;Only&lt;/SPAN&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;{&amp;lt;Month = {&lt;SPAN style="color: #ff0000;"&gt;"$(=&lt;/SPAN&gt;Month(Today() - 1)&lt;SPAN style="color: #ff0000;"&gt;)"&lt;/SPAN&gt;}&amp;gt;} Furnishings)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 02:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Criteria-for-Variables-without-set-analysis-no-function/m-p/1204052#M874461</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-02T02:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Criteria for Variables without set analysis (no function)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Criteria-for-Variables-without-set-analysis-no-function/m-p/1204053#M874462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm interested in this piece, =Only({&amp;lt;Month = {"$(=Month(Today() - 1))"}&amp;gt;} Furnishings), but, for some reason, qlikview doesn't like when I use double quotes ("). I've seen set analysis used with double quotes on this page before, and when i try to do the same for my set analysis, it treats the entire string within the quotes as a variable (it turns red)... is this normal?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 13:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Criteria-for-Variables-without-set-analysis-no-function/m-p/1204053#M874462</guid>
      <dc:creator>lucasdavis500</dc:creator>
      <dc:date>2016-11-02T13:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Criteria for Variables without set analysis (no function)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Criteria-for-Variables-without-set-analysis-no-function/m-p/1204054#M874463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;+1 for both of you, I believe Sunny's is more resource efficient because of the Today function vs NOW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 13:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Criteria-for-Variables-without-set-analysis-no-function/m-p/1204054#M874463</guid>
      <dc:creator>lucasdavis500</dc:creator>
      <dc:date>2016-11-02T13:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Criteria for Variables without set analysis (no function)</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Criteria-for-Variables-without-set-analysis-no-function/m-p/1204055#M874464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correction, it worked, I just had a small syntax error &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; but my set analysis still turns red like i'm trying to reference a variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 13:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Criteria-for-Variables-without-set-analysis-no-function/m-p/1204055#M874464</guid>
      <dc:creator>lucasdavis500</dc:creator>
      <dc:date>2016-11-02T13:14:43Z</dc:date>
    </item>
  </channel>
</rss>

