<?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. :Re: Integer variable in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166583#M38474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please Martin, write your script in the message. My Qlikview version can't open your file.&lt;/P&gt;&lt;P&gt;I use Qlikview Personal Edition&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Aug 2010 16:43:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-18T16:43:14Z</dc:date>
    <item>
      <title>Integer variable in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166576#M38467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How can I declare an integer variable in my script Qlikview and use this variable in a text object.&lt;/P&gt;&lt;P&gt;Thanks.&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 15:00:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166576#M38467</guid>
      <dc:creator />
      <dc:date>2010-08-18T15:00:54Z</dc:date>
    </item>
    <item>
      <title>Integer variable in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166577#M38468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET X= 45;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET X= 5*2; (this one will evaluate &amp;gt; 5*2=10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 15:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166577#M38468</guid>
      <dc:creator>villafuerte</dc:creator>
      <dc:date>2010-08-18T15:18:04Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Integer variable in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166578#M38469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now, how to use this variable in a TEXT OBJECT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 16:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166578#M38469</guid>
      <dc:creator />
      <dc:date>2010-08-18T16:29:02Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Integer variable in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166579#M38470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=myvariable&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=$(myvariable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 16:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166579#M38470</guid>
      <dc:creator />
      <dc:date>2010-08-18T16:35:33Z</dc:date>
    </item>
    <item>
      <title>Integer variable in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166580#M38471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;look at the example file.&lt;/P&gt;&lt;P&gt;I created a integer variable and a string variable.&lt;/P&gt;&lt;P&gt;The string ist then presented in a text box!&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 16:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166580#M38471</guid>
      <dc:creator />
      <dc:date>2010-08-18T16:36:21Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Integer variable in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166581#M38472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your script create your variable, something like this:&lt;/P&gt;&lt;P&gt;Let vText = 'Hello World';&lt;/P&gt;&lt;P&gt;In your Text Object create an expression to evaluate your variable:&lt;/P&gt;&lt;P&gt;=vText&lt;/P&gt;&lt;P&gt;Your Text Object should show "Hello World"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 16:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166581#M38472</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2010-08-18T16:38:30Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Integer variable in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166582#M38473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have done like this in my script:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LET nbMois = round((Date(DateFinExercice, $(DateFormat) )-Date(DateDebutExercice, $(DateFormat) ))/30);&lt;/P&gt;&lt;P&gt;and in the TEXT object, i have done&lt;/P&gt;&lt;P&gt;&lt;B&gt;= nbMois&lt;/B&gt; and &lt;B&gt;= $(nbMois)&lt;/B&gt; it did not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 16:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166582#M38473</guid>
      <dc:creator />
      <dc:date>2010-08-18T16:41:50Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Integer variable in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166583#M38474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please Martin, write your script in the message. My Qlikview version can't open your file.&lt;/P&gt;&lt;P&gt;I use Qlikview Personal Edition&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 16:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166583#M38474</guid>
      <dc:creator />
      <dc:date>2010-08-18T16:43:14Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Integer variable in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166584#M38475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oscar escuse me, i told of INTEGER Variable not Text Variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 16:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166584#M38475</guid>
      <dc:creator />
      <dc:date>2010-08-18T16:44:16Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Integer variable in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166585#M38476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works the same way with integer:&lt;/P&gt;&lt;P&gt;Let vInteger = 45;&lt;/P&gt;&lt;DIV class="ForumPostBody"&gt;&lt;P&gt;In your Text Object create an expression to evaluate your variable:&lt;/P&gt;&lt;P&gt;=vInteger&lt;/P&gt;&lt;P&gt;Your Text Object should show "45"&lt;/P&gt;&lt;DIV style="clear:both;"&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 16:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166585#M38476</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2010-08-18T16:53:44Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Re. :Re: Integer variable in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166586#M38477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now, i have done like this,&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LET nbMois = 45;&lt;BR /&gt;LET nbMois = round((Date(DateFinExercice, $(DateFormat) )-Date(DateDebutExercice, $(DateFormat) ))/30);&lt;/P&gt;&lt;P&gt;in text objet, i done:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;= nbMois&lt;/P&gt;&lt;P&gt;but i have not a result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 16:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166586#M38477</guid>
      <dc:creator />
      <dc:date>2010-08-18T16:59:21Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Re. :Re: Integer variable in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166587#M38478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your problem may lay in your formula:&lt;/P&gt;&lt;P&gt;Comment out your formula just to verify that placing a 45 in your variable will actually work for you.&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LET nbMois = 45;&lt;BR /&gt;//LET nbMois = round((Date(DateFinExercice, $(DateFormat) )-Date(DateDebutExercice, $(DateFormat) ))/30);&lt;/P&gt;&lt;P&gt;If the 45 displays fine for you, you'll have to check your formula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 17:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166587#M38478</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2010-08-18T17:04:02Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Re. :Re: Re. :Re: Integer variable in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166588#M38479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i done as you, 45 displays fine.&lt;/P&gt;&lt;P&gt;Also, when i put this expression&lt;/P&gt;&lt;P style="font-weight: bold"&gt;= round((Date(DateFinExercice, $(DateFormat) )-Date(DateDebutExercice, $(DateFormat) ))/30);&lt;/P&gt;&lt;P&gt;in my text object, the good result displays &lt;B&gt;12&lt;/B&gt;&lt;/P&gt;&lt;P&gt;As i use this formula in many sheet, i would like to create a global variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 17:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166588#M38479</guid>
      <dc:creator />
      <dc:date>2010-08-18T17:08:42Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Re. :Re: Re. :Re: Integer variable in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166589#M38480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;create a variable with your formula:&lt;/P&gt;&lt;P&gt;SET vFormula=&lt;B&gt;round((Date(DateFinExercice, $(DateFormat) )-Date(DateDebutExercice, $(DateFormat) ))/30);&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;and use it later on like:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;=$(vFormula)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Cheers&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Martin&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 17:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166589#M38480</guid>
      <dc:creator />
      <dc:date>2010-08-18T17:22:16Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Re. :Re: Re. :Re: Re. :Re: Integer variable in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166590#M38481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Martin&lt;/P&gt;&lt;P&gt;It works perfectly.&lt;/P&gt;&lt;P&gt;Can i have ur email adress.&lt;/P&gt;&lt;P&gt;This is mine : &lt;B&gt;yimengael@yahoo.com&lt;/B&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 17:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166590#M38481</guid>
      <dc:creator />
      <dc:date>2010-08-18T17:26:20Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Re: Re. :Re: Re. :Re: Re. :Re: Integer variable in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166591#M38482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;can you please verify the answer?&lt;/P&gt;&lt;P&gt;THX.&lt;/P&gt;&lt;P&gt;Why do you need my E-Mail?&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 17:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Integer-variable-in-Qlikview/m-p/166591#M38482</guid>
      <dc:creator />
      <dc:date>2010-08-18T17:46:24Z</dc:date>
    </item>
  </channel>
</rss>

