<?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: Data operations in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262055#M859791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your sample app and also your expected output you want to see if one single saleop is selected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2017 14:46:46 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-01-23T14:46:46Z</dc:date>
    <item>
      <title>Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262047#M859783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my issue i have this kind of data set : &lt;IMG alt="qlik 1.PNG" class="jive-image image-1" src="/legacyfs/online/149727_qlik 1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I would like for each op calculate lthis expression q*price/sale and have this amount as a row of a table.&lt;/P&gt;&lt;P&gt;thanks for your help guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&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/Data-operations/m-p/1262047#M859783</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262048#M859784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample for us to look at?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 12:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262048#M859784</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-17T12:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262049#M859785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD op,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; q ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt; price, &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sales,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; q*price/sales as @_price, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;'Give the path';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 12:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262049#M859785</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2017-01-17T12:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262050#M859786</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;thanks for your answer this is what i wanted to do. &lt;/P&gt;&lt;P&gt;I have one more concerne i try this script but i can't figure out why it does not load the data.&lt;/P&gt;&lt;P&gt;LOAD op,&lt;/P&gt;&lt;P&gt;&amp;nbsp; q ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; q*price/sales as @_price,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; price, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(price ) as to price,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sales&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Table.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your support, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 13:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262050#M859786</guid>
      <dc:creator />
      <dc:date>2017-01-17T13:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262051#M859787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry i would like to say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD op,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; q ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; q*price/sales as @_price, &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; price,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(price ) as sumprice,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sales&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table.xlsx&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;i think the proble comme with the sum function on this part. &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;is there another way that i could use? &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thanks for your support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 15:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262051#M859787</guid>
      <dc:creator />
      <dc:date>2017-01-17T15:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262052#M859788</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;In the script when you are loading the values from the Excel file, you are applying a sum() function, you should use the Group by statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enrique.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 15:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262052#M859788</guid>
      <dc:creator>eespiritu</dc:creator>
      <dc:date>2017-01-17T15:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262053#M859789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;May be try this as Enrique suggested:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD op,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; q ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;(q*price)&lt;/STRONG&gt;/sales as @_price, &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; price,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(price) as [to price],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sales&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table.xlsx&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Group By op,q,price, sales;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 16:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262053#M859789</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-01-17T16:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262054#M859790</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;I really thanks you four your support. here is my concern. For each saleop number , i have a lot of sales associated operations. I need to have the sum of the amount of the operations as a&amp;nbsp; entry variable called mont_aff.&amp;nbsp; I want the amount in Montant affaire to be in the field mont_aff. I used the script below&amp;nbsp; as you advised me. it seems like it doesn't perform the addition just the multiplication. would you have any ideas for my concern? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your support? &lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Opération_N° as saleop, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mnt_Net_client as mnt, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qté,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(Mnt_Net_client*Qté) as [mont_aff]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [data pmc $]) Group By Opération_N°,Qté, Mnt_Net_client ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I &lt;IMG alt="Capturesaleop.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150433_Capturesaleop.PNG" style="height: auto;" /&gt;&lt;IMG alt="Capture_opperation.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/150443_Capture_opperation.PNG" style="height: 375px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 10:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262054#M859790</guid>
      <dc:creator />
      <dc:date>2017-01-23T10:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262055#M859791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your sample app and also your expected output you want to see if one single saleop is selected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 14:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262055#M859791</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-01-23T14:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262056#M859792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This screen is exactly what i would like to perform with my datas as in this question : &lt;A href="https://community.qlik.com/thread/208200"&gt;Dynamic variables: Use Concatenated strings as variable in script&lt;/A&gt;. i tried the script with my data i can't have the data populated my variable Product contains nothing &lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am a new user of qlikview. the scrip below does axactly what i would like to do.with my data. i tried it with my data but it is not working. i can't understant why:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Opération_N° as Product,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qté,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mnt_Net_client as Sale,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TF&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; //&amp;nbsp; Qté*Mnt_Net_client as [MntM] ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; //&amp;nbsp;&amp;nbsp; Qté*TF as [TFM] &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(biff, embedded labels, table is Feuil2$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Variable:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD 1 as Temp&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AutoGenerate(1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;for i=1 to FieldValueCount('Product')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;let vProduct = FieldValue('Product','$(i)');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate(Variable)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD '$(vProduct)' as PRODUCT,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum(Sale) as SelectedProduct,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; max(Sale) as MaxSale&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident Data&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where Product = '$(vProduct)'&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Group by Product;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NEXT i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP Field Temp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture tee.PNG" class="jive-image image-1" src="/legacyfs/online/150501_Capture tee.PNG" style="height: 224px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 15:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262056#M859792</guid>
      <dc:creator />
      <dc:date>2017-01-23T15:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262057#M859793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got that, i am not sure why your script is not working. Hence asked for your sample app you are working on. Can you share the above sample app where you have those saleop, tvf,tdv etc fields coming from excel sheet? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 15:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262057#M859793</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-01-23T15:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262058#M859794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here you have my working data.&lt;/P&gt;&lt;P&gt;As you can see in the excel sheet the operation in qlik is not working. &lt;/P&gt;&lt;P&gt;Maybe my script has some issue. do you have any ideas?&lt;/P&gt;&lt;P&gt;thanks for your support. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262058#M859794</guid>
      <dc:creator />
      <dc:date>2017-01-23T16:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262059#M859795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this your expected output you are looking for ? Any can i know why you are using that Forloop variable table script ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150520_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262059#M859795</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-01-23T16:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262060#M859796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what i was expected&amp;nbsp; exactly.&lt;/P&gt;&lt;P&gt;For me the for loop allows to have the same opperation as an entry field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 17:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262060#M859796</guid>
      <dc:creator />
      <dc:date>2017-01-23T17:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262061#M859797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't get you, what you mean by same operation as an entry field? when you use for loop your data model has two separate tables like iSLAND tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 22:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262061#M859797</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-01-23T22:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262062#M859798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean that i need&amp;nbsp; the&amp;nbsp; data in the table&amp;nbsp; column sum(mnt_affe) to be a filed like a column of my original excel file. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 09:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262062#M859798</guid>
      <dc:creator />
      <dc:date>2017-01-24T09:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262063#M859799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this and let me know if this is what you are looking?&lt;/P&gt;&lt;P&gt;Attached test_script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 15:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262063#M859799</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-01-24T15:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262064#M859800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your support.&lt;/P&gt;&lt;P&gt;With this format , i can't make graphs with mnt_affre as axis. that is why i want mnt_affre as a field. that is why i used the scrpt. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 15:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262064#M859800</guid>
      <dc:creator />
      <dc:date>2017-01-24T15:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262065#M859801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mnt_Affre is coming from the script right? As mentioned in your excel. So when you use a bargraph with Operation as Dim and Sum(Mnt_affre) as your expression it gives you the total sum of Mnt_affre? Is this not you are looking for, can you screen shot of your expected output with dimensions and what you need for expression? Sorry kind of hard to analyze what you are actually looking for? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 15:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262065#M859801</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-01-24T15:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Data operations</title>
      <link>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262066#M859802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ment&amp;nbsp; sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;mnt_affre) &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;as axis. when i put it in the script it makes an error. i want &lt;SPAN style="font-size: 13.3333px;"&gt;sum(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;mnt_affre) as a field, the amount in yellow in the screen shoot below&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;IMG alt="Capturesur.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/150711_Capturesur.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 15:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-operations/m-p/1262066#M859802</guid>
      <dc:creator />
      <dc:date>2017-01-24T15:54:45Z</dc:date>
    </item>
  </channel>
</rss>

