<?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: Replace null dimension value with string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248918#M870004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here is the image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145180_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2016 18:42:39 GMT</pubDate>
    <dc:creator>nareshthavidishetty</dc:creator>
    <dc:date>2016-11-29T18:42:39Z</dc:date>
    <item>
      <title>Replace null dimension value with string</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248917#M870003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the below image i need to replace '-' with 'EMP_Not _Available' and it is an dimension and the change should reflect only that dimension alone.&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/Replace-null-dimension-value-with-string/m-p/1248917#M870003</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replace null dimension value with string</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248918#M870004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here is the image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/145180_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 18:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248918#M870004</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-11-29T18:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Replace null dimension value with string</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248919#M870005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the dimension / calculated dimension you have used? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 18:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248919#M870005</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-11-29T18:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Replace null dimension value with string</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248920#M870006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(Dimension)) = 0, '&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;EMP_Not _Available', Dimension)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 18:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248920#M870006</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-29T18:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Replace null dimension value with string</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248921#M870007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the dimension &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Transaction Type]='S',if(isnull(Employee_Name1),Lawson_EmployeeName1,Employee_Name1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 18:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248921#M870007</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-11-29T18:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Replace null dimension value with string</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248922#M870008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Len(Trim(I&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;f([Transaction Type]='S', If(&lt;STRONG style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;IsNull&lt;/STRONG&gt;(Employee_Name1), Lawson_EmployeeName1, Employee_Name1))&lt;/SPAN&gt;)) = 0, '&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;EMP_Not _Available', I&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;f([Transaction Type]='S', If(IsNull(Employee_Name1), Lawson_EmployeeName1, Employee_Name1))&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 18:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248922#M870008</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-29T18:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Replace null dimension value with string</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248923#M870009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny...awesome&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 19:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248923#M870009</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2016-11-29T19:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Replace null dimension value with string</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248924#M870010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;=if([Transaction Type]='S',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(Not isnull(Employee_Name1), &lt;/SPAN&gt;&lt;SPAN style="background-color: #f2f2f2; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Employee_Name1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(IsNull(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Lawson_EmployeeName1),'Emp_Not_Available',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Lawson_EmployeeName1)))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 19:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248924#M870010</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-11-29T19:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Replace null dimension value with string</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248925#M870011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Maybe This&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;ALT&lt;/STRONG&gt;(if([Transaction Type]='S',if(isnull(Employee_Name1),Lawson_EmployeeName1,Employee_Name1)) ,&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;EMP_Not _Available',)&amp;nbsp; as Empfield&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 19:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248925#M870011</guid>
      <dc:creator>rupamjyotidas</dc:creator>
      <dc:date>2016-11-29T19:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Replace null dimension value with string</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248926#M870012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Recently learnt that ALT() only work with numbers. With text, the above expression will always spit out 'EMP_Not_Available'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 19:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248926#M870012</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-29T19:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Replace null dimension value with string</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248927#M870013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, Interesting. Let me check . Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 19:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-null-dimension-value-with-string/m-p/1248927#M870013</guid>
      <dc:creator>rupamjyotidas</dc:creator>
      <dc:date>2016-11-29T19:06:48Z</dc:date>
    </item>
  </channel>
</rss>

