<?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: Qlik Sense: How to create a variable that can be used at front end? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-How-to-create-a-variable-that-can-be-used-at-front/m-p/773765#M1037891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can use LET too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Dec 2014 11:40:01 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-12-22T11:40:01Z</dc:date>
    <item>
      <title>Qlik Sense: How to create a variable that can be used at front end?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-How-to-create-a-variable-that-can-be-used-at-front/m-p/773762#M1037888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please suggest a way to create variables without calling generic objects API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 11:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-How-to-create-a-variable-that-can-be-used-at-front/m-p/773762#M1037888</guid>
      <dc:creator>dineshsingh</dc:creator>
      <dc:date>2014-12-22T11:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: How to create a variable that can be used at front end?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-How-to-create-a-variable-that-can-be-used-at-front/m-p/773763#M1037889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create them in the Data load editor:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vMyVariable = 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then reload the document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 11:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-How-to-create-a-variable-that-can-be-used-at-front/m-p/773763#M1037889</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-12-22T11:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: How to create a variable that can be used at front end?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-How-to-create-a-variable-that-can-be-used-at-front/m-p/773764#M1037890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A _jive_internal="true" data-avatarid="6257" data-externalid="" data-online="false" data-presence="null" data-userid="96544" data-username="gwassenaar" href="https://community.qlik.com/people/gwassenaar"&gt;Gysbert&lt;/A&gt;,&lt;/P&gt;&lt;P&gt; Can we use LET instead of SET in case when we have to first evaluate expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 11:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-How-to-create-a-variable-that-can-be-used-at-front/m-p/773764#M1037890</guid>
      <dc:creator>dineshsingh</dc:creator>
      <dc:date>2014-12-22T11:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: How to create a variable that can be used at front end?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-How-to-create-a-variable-that-can-be-used-at-front/m-p/773765#M1037891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can use LET too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 11:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-How-to-create-a-variable-that-can-be-used-at-front/m-p/773765#M1037891</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-12-22T11:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: How to create a variable that can be used at front end?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-How-to-create-a-variable-that-can-be-used-at-front/m-p/773766#M1037892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Dinesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET =&amp;gt; Just assign value to the variable as a literal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET =&amp;gt; First Evaluate the expression and then assign to variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 11:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-How-to-create-a-variable-that-can-be-used-at-front/m-p/773766#M1037892</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2014-12-22T11:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: How to create a variable that can be used at front end?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-How-to-create-a-variable-that-can-be-used-at-front/m-p/773767#M1037893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Main.jpg" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74005_Main.jpg" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got problem in using LET. I have described my problem in the image above, please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 12:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-How-to-create-a-variable-that-can-be-used-at-front/m-p/773767#M1037893</guid>
      <dc:creator>dineshsingh</dc:creator>
      <dc:date>2014-12-22T12:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: How to create a variable that can be used at front end?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-How-to-create-a-variable-that-can-be-used-at-front/m-p/773768#M1037894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression &lt;EM&gt;only(Date) &lt;/EM&gt;is meaningless in the script. It will evaluate to Null and that means the variable won't exist after the script is finished. Perhaps you want to create a variable in the script containing the expression Only(Date) and you want to use that in the front end. If so you need to use SET instead of LET: SET vSelectedDate = Only(Date);. You can then create a measure to use the variable: =$(vSelectedDate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 12:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-How-to-create-a-variable-that-can-be-used-at-front/m-p/773768#M1037894</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-12-22T12:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: How to create a variable that can be used at front end?</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-How-to-create-a-variable-that-can-be-used-at-front/m-p/773769#M1037895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. Can you please suggest an solution for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 12:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-How-to-create-a-variable-that-can-be-used-at-front/m-p/773769#M1037895</guid>
      <dc:creator>dineshsingh</dc:creator>
      <dc:date>2014-12-22T12:42:48Z</dc:date>
    </item>
  </channel>
</rss>

