<?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: autofill empty field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332308#M1169423</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Len(Trim(FieldName)) gives the length of the field value, if is less than 1 means, it replace the empty string with 'C' otherwise it keeps the original value. so, A and B also there .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(FieldName)) &amp;gt;0 , FieldName, 'C') gives A,B and C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2012 13:29:58 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2012-08-01T13:29:58Z</dc:date>
    <item>
      <title>autofill empty field</title>
      <link>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332305#M1169417</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;i got a problem.&lt;/P&gt;&lt;P&gt;I got a filed with 3 values:&lt;/P&gt;&lt;P&gt;- A&lt;/P&gt;&lt;P&gt;- B&lt;/P&gt;&lt;P&gt;- &lt;EM&gt;empty&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to replace the empty fields with "C", i'm trying to build a new field using if functions without success, any suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 13:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332305#M1169417</guid>
      <dc:creator />
      <dc:date>2012-08-01T13:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: autofill empty field</title>
      <link>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332306#M1169418</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load *, if(Len(Trim(Field)) &amp;gt; 0, FieldName, 'C') as fieldname from tablename;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 13:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332306#M1169418</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-08-01T13:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: autofill empty field</title>
      <link>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332307#M1169420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but in the new field i should also keep A and B &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 13:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332307#M1169420</guid>
      <dc:creator />
      <dc:date>2012-08-01T13:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: autofill empty field</title>
      <link>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332308#M1169423</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Len(Trim(FieldName)) gives the length of the field value, if is less than 1 means, it replace the empty string with 'C' otherwise it keeps the original value. so, A and B also there .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(FieldName)) &amp;gt;0 , FieldName, 'C') gives A,B and C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 13:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332308#M1169423</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-08-01T13:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: autofill empty field</title>
      <link>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332309#M1169425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is not working...maybe the syntax is incorrect &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 13:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332309#M1169425</guid>
      <dc:creator />
      <dc:date>2012-08-01T13:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: autofill empty field</title>
      <link>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332310#M1169426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the syntax you used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 13:54:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332310#M1169426</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-08-01T13:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: autofill empty field</title>
      <link>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332311#M1169428</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check the attached file..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 13:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332311#M1169428</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-08-01T13:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: autofill empty field</title>
      <link>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332312#M1169429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(Len(Trim([Tipo ])) &amp;gt; 0, [Tipo],'C') as "AA"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the new columns it gives me the correct field (a &amp;amp; b), but still left empty the empty ones&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 09:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332312#M1169429</guid>
      <dc:creator />
      <dc:date>2012-08-02T09:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: autofill empty field</title>
      <link>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332313#M1169430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also tried with&lt;/P&gt;&lt;P&gt;if([Tipo]='A','A', if([Tipo]='B','B','C')) as "AAA"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (IsNull([Tipo]),'C', [Tipo]) as "BBB"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but is still have no C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like the fields are not empty, consider that they are populated as calculation of other fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 09:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332313#M1169430</guid>
      <dc:creator />
      <dc:date>2012-08-02T09:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: autofill empty field</title>
      <link>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332314#M1169431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;This is a formatting problem &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;You need to format you inline as txt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; *&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Testing&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&amp;lt;&amp;gt;0, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Testing&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'C') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Test&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;Testing,Value&lt;BR /&gt;A,1&lt;BR /&gt;B,2&lt;BR /&gt;,3&lt;BR /&gt;D,4&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TXT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN id="mce_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 10:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/autofill-empty-field/m-p/332314#M1169431</guid>
      <dc:creator />
      <dc:date>2012-08-02T10:10:24Z</dc:date>
    </item>
  </channel>
</rss>

