<?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: Variables Creation &amp; Equation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variables-Creation-Equation/m-p/104501#M751778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help Me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2018 05:43:24 GMT</pubDate>
    <dc:creator>chandra63</dc:creator>
    <dc:date>2018-11-07T05:43:24Z</dc:date>
    <item>
      <title>Variables Creation &amp; Equation</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-Creation-Equation/m-p/104500#M751777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope All Doing Good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We&amp;nbsp; have to create the Customer Behavior Report which is in&amp;nbsp; excel file in the sheet &lt;STRONG style="font-size: 12pt;"&gt;score_of_sample&lt;/STRONG&gt; by the reference of attached word file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we struck at &lt;STRONG&gt;point 7&lt;/STRONG&gt; in the Word File.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me on this.Its help us a lot .&lt;/P&gt;&lt;P&gt;I have tried a lot, but possibly not everything. Maybe some of you guys might be able to come up with a suitable solution.&lt;/P&gt;&lt;P&gt;please refer the QVW file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;Chandra&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/Variables-Creation-Equation/m-p/104500#M751777</guid>
      <dc:creator>chandra63</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Variables Creation &amp; Equation</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-Creation-Equation/m-p/104501#M751778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help Me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 05:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-Creation-Equation/m-p/104501#M751778</guid>
      <dc:creator>chandra63</dc:creator>
      <dc:date>2018-11-07T05:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Variables Creation &amp; Equation</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-Creation-Equation/m-p/104502#M751779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make an excel document with the next columns Variable | Formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The column Variable will contain the name for you variable&lt;/P&gt;&lt;P&gt;The column Formula will contain the formula you want to store ( for example Sum(X)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;formulas:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Variable &lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Formula&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;from EXCEL FILE;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=0 to NoOfRows('&lt;SPAN style="font-size: 13.3333px;"&gt;formulas&lt;/SPAN&gt;')-1&lt;/P&gt;&lt;P&gt;let var=peek('&lt;SPAN style="font-size: 13.3333px;"&gt;Variable&lt;/SPAN&gt;',$(i),'&lt;SPAN style="font-size: 13.3333px;"&gt;formulas&lt;/SPAN&gt;');&lt;/P&gt;&lt;P&gt;let $(var)=peek('&lt;SPAN style="font-size: 13.3333px;"&gt;Formula&lt;/SPAN&gt;',$(i),'&lt;SPAN style="font-size: 13.3333px;"&gt;formulas&lt;/SPAN&gt;');&lt;/P&gt;&lt;P&gt;next;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the variables will be generated in qlik with the formulas you defined in excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps,&lt;/P&gt;&lt;P&gt;Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 14:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-Creation-Equation/m-p/104502#M751779</guid>
      <dc:creator>andrei_delta</dc:creator>
      <dc:date>2018-11-07T14:33:42Z</dc:date>
    </item>
  </channel>
</rss>

