<?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: Apply value to every row in table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292796#M621680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here you go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop all of the junk table to get rid of the synthetic keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Feb 2017 16:17:46 GMT</pubDate>
    <dc:creator>jackhertel</dc:creator>
    <dc:date>2017-02-17T16:17:46Z</dc:date>
    <item>
      <title>Apply value to every row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292781#M621665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have master list of customers. I then have a table that is linked to this table by a key field with a Fiscal Quarter and a Sales field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, that the second table doesn't have a value for the Sales for each Quarter, for each customer. I need Sales to have a value and not be null in this table for each Quarter, but I'm not sure how to accomplish this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So say I have 100 customers. Then I have 4 Quarters for the year.&lt;/P&gt;&lt;P&gt;I should have 400 records. Each customer should have a value, to show for each Quarter, for the Sales, even if that value is 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Customer&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Quarter&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Customer1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;1 (instead of null)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;0&amp;nbsp;&amp;nbsp;&amp;nbsp; (instead of null)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Customer1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;67&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Customer1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;52&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Customer1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried just creating a table with the master list and having a 0 for the Sales field and then Concatenating that to the second table but I don't think that is giving me the results I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 21:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292781#M621665</guid>
      <dc:creator>crystles</dc:creator>
      <dc:date>2017-02-16T21:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Apply value to every row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292782#M621666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cristle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A possible solution would be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;1st load the fact table as usual&lt;/LI&gt;&lt;LI&gt;2nd concatenate a set of data formed by all the combinations of Client+Quarter+Sales(0)&lt;/LI&gt;&lt;LI&gt;3nd group by &lt;SPAN style="font-size: 13.3333px;"&gt;Client+Quarter&lt;/SPAN&gt; and sum Sales&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way you will always have a record per Client and Quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it serves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 21:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292782#M621666</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-02-16T21:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Apply value to every row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292783#M621667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample if possible? May be use like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Len(Trim(Yourfieldname)) = 0, 0) AS yourfieldname&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 21:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292783#M621667</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-16T21:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Apply value to every row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292784#M621668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is, I don't have a table with all Customers+Quarters+Sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to just add the Quarter if it's missing with a value of 0 for Sales.... if that's possible...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 21:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292784#M621668</guid>
      <dc:creator>crystles</dc:creator>
      <dc:date>2017-02-16T21:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Apply value to every row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292785#M621669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this?&lt;/P&gt;&lt;P&gt;IF(Len(Trim(Quarter)) = 0 , 0) AS Sales&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 21:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292785#M621669</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-16T21:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Apply value to every row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292786#M621670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are no calculations for the fields. Just two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One table has all the Customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other table has a sales number that's pulled from an Excel document with the Quarter that Sale was in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is, there aren't values for every Quarter for every Customer in the excel document... that's why I need to add a value for each Customer, per Quarter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 21:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292786#M621670</guid>
      <dc:creator>crystles</dc:creator>
      <dc:date>2017-02-16T21:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Apply value to every row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292787#M621671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But if the Quarter doesn't exist, it's not going to give me a value for the sales?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 21:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292787#M621671</guid>
      <dc:creator>crystles</dc:creator>
      <dc:date>2017-02-16T21:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Apply value to every row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292788#M621672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to add the value for your sales field or in Quarter field ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 21:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292788#M621672</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-16T21:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Apply value to every row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292789#M621673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess, technically both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Quarter isn't in the Excel document, I still need to have a value for that Quarter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 21:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292789#M621673</guid>
      <dc:creator>crystles</dc:creator>
      <dc:date>2017-02-16T21:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Apply value to every row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292790#M621674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Crystle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TMP_TABLE:&lt;BR /&gt;LOAD DISTINCT _KEY&lt;/P&gt;&lt;P&gt;RESIDENT FACT_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (&lt;SPAN style="font-size: 13.3333px;"&gt;TMP_TABLE&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;LOAD DISTINCT QUARTER, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS SALES&lt;/P&gt;&lt;P&gt;RESIDENT FACT_TABLE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;, you will have all the key+quarter combinations and a 0 as sales. Later you concatenate to the fact table and do the group by and sum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 21:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292790#M621674</guid>
      <dc:creator>hector_munoz</dc:creator>
      <dc:date>2017-02-16T21:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Apply value to every row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292791#M621675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you identify which quarter you want if missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 21:51:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292791#M621675</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-16T21:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Apply value to every row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292792#M621676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's the problem....&amp;nbsp; I don't know either?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 21:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292792#M621676</guid>
      <dc:creator>crystles</dc:creator>
      <dc:date>2017-02-16T21:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Apply value to every row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292793#M621677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any date field coming in that excel sheet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 22:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292793#M621677</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-16T22:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Apply value to every row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292794#M621678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one is easier to do with a Cartesian join. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//100 Names with a few having sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Aaliyah Barr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Aaron Roac, 70&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Abagail Serran, 300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Abbey Stei, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Abbigail Gallego, 1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Abby Villega&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Barrett Edward&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quarters:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quarter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Get the unique list of names&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;Load Distinct Name&amp;nbsp; &lt;/P&gt;&lt;P&gt;Resident t1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Use a cartesian product to create 400 rows (100 * 4) bu left joining the Quarters table with no linking field This makes your 400 rows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (Sales)&lt;/P&gt;&lt;P&gt;Load Quarter&lt;/P&gt;&lt;P&gt;Resident Quarters;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Add in the sales I spread it out 1/4 to each quarter.&amp;nbsp; The ones with no sales get a zero&lt;/P&gt;&lt;P&gt;Left Join (Sales)&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales/4&lt;/P&gt;&lt;P&gt;Resident t1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 16:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292794#M621678</guid>
      <dc:creator>jackhertel</dc:creator>
      <dc:date>2017-02-17T16:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Apply value to every row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292795#M621679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, you wanted zeros not nulls.&amp;nbsp; Just add a column to the quarter in line load for nosales with a 0 in it. left join that and add it to sales to get sales with a zero.&amp;nbsp; I will update app &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 16:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292795#M621679</guid>
      <dc:creator>jackhertel</dc:creator>
      <dc:date>2017-02-17T16:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Apply value to every row in table</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292796#M621680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here you go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop all of the junk table to get rid of the synthetic keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 16:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-value-to-every-row-in-table/m-p/1292796#M621680</guid>
      <dc:creator>jackhertel</dc:creator>
      <dc:date>2017-02-17T16:17:46Z</dc:date>
    </item>
  </channel>
</rss>

