<?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 Data is not behaving properly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-is-not-behaving-properly/m-p/1788879#M1210358</link>
    <description>&lt;P&gt;Hi All ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer my data screenshot below after loading the file&amp;nbsp; . now if you look&amp;nbsp; for the field FeatureID i have Empty and for the field Feature there is just a dash,&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I replace the dash (-) under Feature column by looking at the TeamID . Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
    <pubDate>Sun, 07 Mar 2021 07:24:51 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2021-03-07T07:24:51Z</dc:date>
    <item>
      <title>Data is not behaving properly</title>
      <link>https://community.qlik.com/t5/QlikView/Data-is-not-behaving-properly/m-p/1788879#M1210358</link>
      <description>&lt;P&gt;Hi All ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer my data screenshot below after loading the file&amp;nbsp; . now if you look&amp;nbsp; for the field FeatureID i have Empty and for the field Feature there is just a dash,&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I replace the dash (-) under Feature column by looking at the TeamID . Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Sun, 07 Mar 2021 07:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-is-not-behaving-properly/m-p/1788879#M1210358</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2021-03-07T07:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not behaving properly</title>
      <link>https://community.qlik.com/t5/QlikView/Data-is-not-behaving-properly/m-p/1788901#M1210364</link>
      <description>&lt;P&gt;The '-' seems to be NULL. So, you can check for the Null and replace it.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;If(IsNull(Feature),'ReplaceMe',Feature)&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 07 Mar 2021 00:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-is-not-behaving-properly/m-p/1788901#M1210364</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2021-03-07T00:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not behaving properly</title>
      <link>https://community.qlik.com/t5/QlikView/Data-is-not-behaving-properly/m-p/1788907#M1210368</link>
      <description>&lt;P&gt;Oh sorry. I thought you will replace it with whatever you want.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;If(IsNull(Feature),FeatureID,Feature)&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 07 Mar 2021 00:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-is-not-behaving-properly/m-p/1788907#M1210368</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2021-03-07T00:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not behaving properly</title>
      <link>https://community.qlik.com/t5/QlikView/Data-is-not-behaving-properly/m-p/1788910#M1210369</link>
      <description>&lt;P&gt;Hi Saran,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to replace the null value by the Feature number as shown in the screenshot below&amp;nbsp;&lt;/P&gt;&lt;P&gt;the highlighted blue mark should get filled up by the FEA53118 for TeamID&amp;nbsp;&amp;nbsp;56441371075 and similarly&amp;nbsp;&lt;/P&gt;&lt;P&gt;and so on ....I hope I tried to explain . I know this is very complicated but need some help from you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Mar 2021 07:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-is-not-behaving-properly/m-p/1788910#M1210369</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2021-03-07T07:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not behaving properly</title>
      <link>https://community.qlik.com/t5/QlikView/Data-is-not-behaving-properly/m-p/1788911#M1210370</link>
      <description>&lt;P&gt;Oh I got it. Can you upload the sample file please?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Mar 2021 01:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-is-not-behaving-properly/m-p/1788911#M1210370</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2021-03-07T01:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not behaving properly</title>
      <link>https://community.qlik.com/t5/QlikView/Data-is-not-behaving-properly/m-p/1788912#M1210371</link>
      <description>&lt;P&gt;Hi Saran ,&lt;/P&gt;&lt;P&gt;PLease find the attachment of the qvw file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Mar 2021 07:24:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-is-not-behaving-properly/m-p/1788912#M1210371</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2021-03-07T07:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not behaving properly</title>
      <link>https://community.qlik.com/t5/QlikView/Data-is-not-behaving-properly/m-p/1788914#M1210372</link>
      <description>&lt;P&gt;Sorry I could not open your file. Because I am using PE. But please check the solution below.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;tab1:
LOAD TeamID, FeatureID, If(Len(Trim(Feature))=0,Peek(Feature),Feature) As Feature;
LOAD * INLINE [
    TeamID, FeatureID, Feature
    5212700, REGRESSION, FE5318
    5212700, EMPTY, 
    50825165, TF1, FE496
    50825165, EMPTY, 
];&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV35.PNG" style="width: 179px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/50576i13CC24B97E5EECBB/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV35.PNG" alt="commQV35.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Mar 2021 02:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-is-not-behaving-properly/m-p/1788914#M1210372</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2021-03-07T02:22:26Z</dc:date>
    </item>
  </channel>
</rss>

