<?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: Custom Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637751#M1089630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you wanted to load those load while fieldname field consists &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LAT001&lt;/SPAN&gt; ??? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why dont you write that condition in ur sql &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LateReason:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD KeyField AS Invoice,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldName,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AlphaValue;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT KeyField,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldName,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AlphaValue&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM SysproCompanyA.dbo.AdmFormData&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FieldName&lt;/SPAN&gt; like '%&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LAT001&lt;/SPAN&gt;%'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jun 2014 15:38:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-03T15:38:42Z</dc:date>
    <item>
      <title>Custom Field</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637750#M1089629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a custom table im trying to bring through from Syspro, but i only want it to show certain lines that have 'LAT001' in them, im presuming i have to use a LOAD * statement before the load but what do i need to state, is it an IF statement?&amp;nbsp; this is what i tried already... what do i need to put in order to "show" 'LAT001' only?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt; IF (FieldName = 'LAT001')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//CustomField&lt;/P&gt;&lt;P&gt;LateReason:&lt;/P&gt;&lt;P&gt;LOAD KeyField AS Invoice,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AlphaValue;&lt;/P&gt;&lt;P&gt;SQL SELECT KeyField,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AlphaValue&lt;/P&gt;&lt;P&gt;FROM SysproCompanyA.dbo.AdmFormData;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 15:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637750#M1089629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-03T15:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637751#M1089630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you wanted to load those load while fieldname field consists &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LAT001&lt;/SPAN&gt; ??? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why dont you write that condition in ur sql &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LateReason:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD KeyField AS Invoice,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldName,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AlphaValue;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT KeyField,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldName,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AlphaValue&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM SysproCompanyA.dbo.AdmFormData&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FieldName&lt;/SPAN&gt; like '%&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LAT001&lt;/SPAN&gt;%'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 15:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637751#M1089630</guid>
      <dc:creator />
      <dc:date>2014-06-03T15:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637752#M1089631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;yes that has helped so thank you for that, what I did was design the table in SQL so that it only looks at LAT001 then linked that it to QV, I then renamed the Expr2 as DispatchNote (number) and joined it to mdndetail to link it to salesorder no and dispatch no.&amp;nbsp; worked a treat!&amp;nbsp; The only problem now is that when the reason is blank it shows it on my graph (attached) and can’t think how to get rid… any ideas?&amp;nbsp; It needs to have a formula that says if reason is null don’t show – but how do you write that?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LateReason:&lt;/P&gt;&lt;P&gt;LOAD Expr2 AS DispatchNote,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AlphaValue AS Reason;&lt;/P&gt;&lt;P&gt;SQL SELECT Expr2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AlphaValue&lt;/P&gt;&lt;P&gt;FROM SysproCompanyA.dbo."JT_Carriage";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (LateReason)&lt;/P&gt;&lt;P&gt;LOAD DispatchNote,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesOrder;&lt;/P&gt;&lt;P&gt;SQL SELECT DispatchNote,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesOrder&lt;/P&gt;&lt;P&gt;FROM SysproCompanyA.dbo.MdnDetail;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/60098_Capture.JPG.jpg" style="color: #1f497d; font-family: Calibri, sans-serif; font-size: 15px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 10:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637752#M1089631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-04T10:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637753#M1089632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the "suppress when value is null" check box in the dimensions tab of your charts properties.&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 10:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637753#M1089632</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-06-04T10:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637754#M1089633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Where condition instead of preceding load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where fieldname='LAT001'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637754#M1089633</guid>
      <dc:creator />
      <dc:date>2014-06-04T12:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637755#M1089634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your chart expression use set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example, count({&amp;lt;Reason -= {'whatever your null values look like here'}&amp;gt;}Reason)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 12:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637755#M1089634</guid>
      <dc:creator />
      <dc:date>2014-06-04T12:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637756#M1089635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, tried that first before posting, doesnt change the outcome&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 13:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637756#M1089635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-04T13:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637757#M1089637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just tried that and my null value is blank so entered:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count({&amp;lt;Reason -= {''}&amp;gt;}Reason)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and that didnt work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 13:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637757#M1089637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-04T13:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637758#M1089639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count({$&amp;lt;Reason -= "=Null()"&amp;gt;}Reason)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 13:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637758#M1089639</guid>
      <dc:creator />
      <dc:date>2014-06-04T13:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637759#M1089641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nope&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG.jpg" class="jive-image" height="450" src="https://community.qlik.com/legacyfs/online/60099_Capture.JPG.jpg" style="width: 472px; height: 450.1030927835052px;" width="472" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 13:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637759#M1089641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-04T13:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637760#M1089643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whoops I meant &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count({$&amp;lt;Reason -= '=Null()'&amp;gt;}Reason) ....I accidentally used double quotes in my post above.&amp;nbsp; If that still doesn't work you could try the expression you mentioned you tried earlier (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count({&amp;lt;Reason -= {''}&amp;gt;}Reason)).... but instead &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count({&amp;lt;Reason -= {' '}&amp;gt;}Reason) just in case there is a blank space in there rather than a null string.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 13:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637760#M1089643</guid>
      <dc:creator />
      <dc:date>2014-06-04T13:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637761#M1089645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it can be done multiple ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this first:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on your table dimension, use calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(len(trim(Reason))=0,null(),Reason)&lt;/P&gt;&lt;P&gt;then check the 'suppress when value is null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it that doesn't work ... try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to replace blank fields with a text 'NA' in your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TempLateReason:&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;load &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DispatchNote&lt;/SPAN&gt;, if(len(trim(Reason))=0,null(),Reason) as Reason, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SalesOrder resident LateReason;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table LateReason;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rename TempLateReason to LateReason;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on your table dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then check the 'suppress when value is null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this might work for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 14:06:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637761#M1089645</guid>
      <dc:creator />
      <dc:date>2014-06-04T14:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637762#M1089646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope.&lt;/P&gt;&lt;P&gt;I think what i will do is add another option of "Not Late" in Syspro and add that as default (it will also act as a prompt to the sales guys to change if late.&amp;nbsp; then add the &amp;lt;&amp;gt; dimension in the sql table and then QV will only bring through the others....&lt;/P&gt;&lt;P&gt;thanks anyway&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 14:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637762#M1089646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-04T14:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637763#M1089647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try these ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 14:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637763#M1089647</guid>
      <dc:creator />
      <dc:date>2014-06-04T14:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Field</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637764#M1089648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried the first option and it didnt work, the second option kinda fits in with what i may as well do, although im finding that the SQL table will not get rid of my blanks even though it clearly says in the filter "is not null"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 14:39:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Field/m-p/637764#M1089648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-04T14:39:12Z</dc:date>
    </item>
  </channel>
</rss>

