<?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: Scripting for Zero Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120998#M601747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cross joins should be cautiously used.. Would you be able to share a sample to look at the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2018 11:03:30 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2018-10-01T11:03:30Z</dc:date>
    <item>
      <title>Scripting for Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120990#M601739</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;I have the below script to insert zero values into my data where it does not exist against a date, which works for data for myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Concatenate(TEMP1)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;load 'Paid in UK' as FreightPaid,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;'Insured' as INSURED,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;TempDate as [CREATION DATE],&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;'BALDWIN@M' as [USER CREATED BY],&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1 as Dummy,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;0 as JOBCOUNTER&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Resident TempCalendar; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Drop Table TempCalendar;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;My fact Table is &lt;SPAN style="font-size: 13.3333px;"&gt;TEMP1 and I have a master calendar in the script generating all dates.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;How would I edit this section of script to cater for all [USER CREATED BY] possibilities?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 15:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120990#M601739</guid>
      <dc:creator>mattdt1811</dc:creator>
      <dc:date>2018-09-28T15:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting for Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120991#M601740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did not get you, can you elaborate with an example or sample data please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 18:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120991#M601740</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-28T18:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting for Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120992#M601741</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;My issue was getting 0 values into my line chart in which I was advised to use the above/attached script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example attached works for my own USER ID in the line chart however, I will need to get it to work for all USER ID's, Customers etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need anything else please me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 08:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120992#M601741</guid>
      <dc:creator>mattdt1811</dc:creator>
      <dc:date>2018-10-01T08:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting for Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120993#M601742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;what are you expecting to see in the linechart when selecting 2017? a red line between Jul-Aug and Oct-Nov?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if yes then either go to axes tab and set StaticMin to -0.5 or disable smooth option in expressionstab!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if not then please give more information about what you have and what you want to achieve!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hope this helps!&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 08:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120993#M601742</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-10-01T08:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting for Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120994#M601743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The line chart shows what I would want to for my own data I have loaded in the example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, once I load all my other data in, other user id's show the chart like below (not one continuous line dropping down and showing the 0's)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="chart.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/214790_chart.jpg" style="height: 207px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I repeat my dummy value script again;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(TEMP1)&lt;/P&gt;&lt;P&gt;load 'Paid in UK' as FreightPaid,&lt;/P&gt;&lt;P&gt;'Insured' as INSURED,&lt;/P&gt;&lt;P&gt;TempDate as [CREATION DATE],&lt;/P&gt;&lt;P&gt;'&lt;STRONG&gt;&lt;EM&gt;NEW USER ID'&lt;/EM&gt;&lt;/STRONG&gt; as [USER CREATED BY],&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;1 as Dummy,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;0 as JOBCOUNTER&lt;/P&gt;&lt;P&gt;Resident TempCalendar; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This chart will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is I have over 1000+ USER ID's so inserting the script for each of them is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to script for it to loop through and apply this to all user id's (to start with) - i will then need to apply to all customers and other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 09:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120994#M601743</guid>
      <dc:creator>mattdt1811</dc:creator>
      <dc:date>2018-10-01T09:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting for Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120995#M601744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-avatarid="-1" data-userid="279547" data-username="mattdt1811" href="https://community.qlik.com/people/mattdt1811" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7;"&gt;Matthew Baldwin&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Try like this example.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/214785_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/214786_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 09:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120995#M601744</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-10-01T09:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting for Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120996#M601745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USERDATES:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;LOAD &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Distinct &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt; 'Paid in UK' as FreightPaid,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;'Insured' as INSURED,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;TempDate as [CREATION DATE],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;1 as Dummy,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;0 as JOBCOUNTER&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Resident TempCalendar;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Join(USERDATES)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LOAD DISTINCT&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: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'&lt;/SPAN&gt;&lt;STRONG style="color: #000000; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;NEW USER ID'&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; as [USER CREATED BY],&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: #000000;"&gt;Resident YOURUSERTABLE;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Concatenate(TEMP1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;*&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Resident &lt;SPAN style="font-size: 13.3333px;"&gt;USERDATES;&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: #000000;"&gt;&lt;SPAN style="color: #000000; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;hth&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 09:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120996#M601745</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-10-01T09:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting for Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120997#M601746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Sasidhar&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This does work perfectly for [USER CREATED BY].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now on to my next issue if you are able to assist further?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I also LOAD DISTINCT [CLIENT NAME], the execution of script becomes very slow and the UI crashes. I think this is because I have 37,586 client names and it inserts a 0 for each Client Name and each date? The script log says it producing 333,000,000 lines!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there away around this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I am approaching it wrong and instead of inserting 0 into my fact table for each possible record, I should be inserting 0 into the Month &amp;amp; Year?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 10:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120997#M601746</guid>
      <dc:creator>mattdt1811</dc:creator>
      <dc:date>2018-10-01T10:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting for Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120998#M601747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cross joins should be cautiously used.. Would you be able to share a sample to look at the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 11:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120998#M601747</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-10-01T11:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting for Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120999#M601748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Sasidhar,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Examples QVW and type of Data I am working with attached - I hope I have included enough for you to work with. I think in essence it is &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;all the same as my master data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;I believe you will just need to insert the source for the data from your local settings in below;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;IMG alt="script.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/214813_script.jpg" style="height: 498px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;You will notice how the chart is working well when selected USER CREATED BY from your script but not for CLIENT NAME or other fields.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Thank you.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 14:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/120999#M601748</guid>
      <dc:creator>mattdt1811</dc:creator>
      <dc:date>2018-10-01T14:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting for Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/121000#M601749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/198252"&gt;sasiparupudi1&lt;/A&gt;‌&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;I was just wondering if you have been able to take a look at the example I sent please?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;Many Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 09:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/121000#M601749</guid>
      <dc:creator>mattdt1811</dc:creator>
      <dc:date>2018-10-04T09:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting for Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/121001#M601750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try&lt;/P&gt;&lt;P&gt;Concatenate(TEMP1) &lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Distinct [USER CREATED BY],&lt;/P&gt;&lt;P&gt;'Paid in UK' as FreightPaid,&lt;/P&gt;&lt;P&gt;'Insured' as INSURED,&lt;/P&gt;&lt;P&gt;Date($(varMinDate) + IterNo() - 1) as [CREATION DATE] ,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 as Dummy,&lt;/P&gt;&lt;P&gt;0 as JOBCOUNTER&lt;/P&gt;&lt;P&gt;Resident TEMP1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; While $(varMinDate) + IterNo() -1 &amp;lt;= $(varMaxDate);&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2018 20:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/121001#M601750</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-10-04T20:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting for Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/121002#M601751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The chart works well again based on selection of USER CREATED BY on the UI - on the example QVW sent previously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However it does still not work when I select either a CLIENT NAME or HUB CODE &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried loading this into my master file and it is very slow in executing the script ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 09:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/121002#M601751</guid>
      <dc:creator>mattdt1811</dc:creator>
      <dc:date>2018-10-05T09:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting for Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/121003#M601752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try changing your expression to&lt;/P&gt;&lt;P&gt;Alt(sum({$&amp;lt;FreightPaid={'Paid in UK'},INSURED={'INSURED'}&amp;gt;}JOBCOUNTER),0)+Avg(0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;comment the join and concat in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 12:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/121003#M601752</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-10-05T12:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting for Zero Values</title>
      <link>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/121004#M601753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be able to send an example at all please? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2018 08:02:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scripting-for-Zero-Values/m-p/121004#M601753</guid>
      <dc:creator>mattdt1811</dc:creator>
      <dc:date>2018-10-08T08:02:44Z</dc:date>
    </item>
  </channel>
</rss>

