<?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: How to Create Dummy records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324269#M830015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167566_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/167576_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jun 2017 05:17:42 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-06-21T05:17:42Z</dc:date>
    <item>
      <title>How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324262#M830008</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 have a Field called Material code which contains some data.&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material Code:&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to add 0 as a dummy value for each Records.How can I do this in the script.Could Anyone help me in 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, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324262#M830008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324263#M830009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be Concatenate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Material Code],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OtherFields....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD 0 as [Material Code]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AutoGenerate 1;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 13:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324263#M830009</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-20T13:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324264#M830010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sindhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the script -&amp;gt; Insert Menu -&amp;gt; Load Statement -&amp;gt; Load Inline&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Material, Plant&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, AA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, BB&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, CC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D, DD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Carlos M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 13:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324264#M830010</guid>
      <dc:creator>CarlosAMonroy</dc:creator>
      <dc:date>2017-06-20T13:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324265#M830011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your rly.&lt;/P&gt;&lt;P&gt;But this concept is not generate '0' value for each record. But I need '0' for each material code.Can u help me to find solution.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167573_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 04:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324265#M830011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T04:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324266#M830012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;But I have more no of material code..How can I do by use Inline Load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 04:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324266#M830012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T04:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324267#M830013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate more about your expected result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 05:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324267#M830013</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-21T05:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324268#M830014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I select one material code,it'll show some value. if there is no value means it should display 'Zero'.&lt;/P&gt;&lt;P&gt;I used pivot table and not getting proper result in 'Show all values and Suppress Zero values'.&lt;/P&gt;&lt;P&gt;So I planned to create some dummy data for each material code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 05:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324268#M830014</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T05:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324269#M830015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167566_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/167576_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 05:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324269#M830015</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-21T05:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324270#M830016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Material Code ABC12 will have both Stock value as well as Zero value.&amp;nbsp; When there is no Stock value it should display Zero.This is what I want..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 05:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324270#M830016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T05:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324271#M830017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry, If i misunderstand the Rek. Better if you provide sample data and expected result&lt;/P&gt;&lt;P&gt;From below, What are you expecting?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167577_Capture.PNG" style="height: 206px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 05:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324271#M830017</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-21T05:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324272#M830018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sindhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;[Material code]&lt;/P&gt;&lt;P&gt;from ABC.xlsx;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;[Material code],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;'0' as Dummyfield&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;resident table1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;KC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 05:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324272#M830018</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2017-06-21T05:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324273#M830019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Understanding is correct only..But I need for all Material Code&lt;/P&gt;&lt;P&gt;I need like this below screenshot..&lt;IMG alt="asge.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167574_asge.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 05:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324273#M830019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T05:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324274#M830020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothish,&lt;/P&gt;&lt;P&gt;Thanks for your rly.But this concept is not suite for my expectation.if u don'tundrstand pls let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 06:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324274#M830020</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T06:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324275#M830021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;Is this possible to create? Can u help me.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 06:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324275#M830021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T06:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324276#M830022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will get 0 for all material code. Can you explain your requirement in detail ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 06:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324276#M830022</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2017-06-21T06:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324277#M830023</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;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try like this:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Material code],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Stock Value]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from ABC.xlsx;&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;left join&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;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;load&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[Material code],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;'0' as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Stock Value]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;resident table1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;KC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 06:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324277#M830023</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2017-06-21T06:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324278#M830024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothish,&lt;/P&gt;&lt;P&gt;Thanks for ur response.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="asge.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167579_asge.PNG" style="height: auto;" /&gt;I have two tables one is master(item master) and one is fact table. Material Code should fall with the value and zero. Please refer attached screen shot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 06:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324278#M830024</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T06:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324279#M830025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try my below code.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 06:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324279#M830025</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2017-06-21T06:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324280#M830026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothish,&lt;/P&gt;&lt;P&gt;Material Code is in master table and stock value is in fact table..did u get dt? I have to add 'Zero' in material code itself, not in the stock value.&lt;/P&gt;&lt;P&gt;Thanks again for ur Fast response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 07:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324280#M830026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T07:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Dummy records</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324281#M830027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure, By the way helps to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Material Code, Stock Value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ABC12, 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DFE23, 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;kfdfds43, 20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fsd32, 30&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;klt67, 40&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Material Code],'0' as [Stock Value] Resident Sample;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;Output:&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167583_Capture.PNG" style="height: auto;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 07:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Create-Dummy-records/m-p/1324281#M830027</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-06-21T07:04:08Z</dc:date>
    </item>
  </channel>
</rss>

