<?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: Writting a conditional equation to fill in gaps in a column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Writting-a-conditional-equation-to-fill-in-gaps-in-a-column/m-p/1144372#M635045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Add the flag to your source data while loading if Member have completed more than one time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Member_Map:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;LOAD Distinct &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Member ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 As AnyOneCourseFlag&lt;/P&gt;&lt;P&gt;From source_data where [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Participation Status]='Yes'&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: 13px;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Member ID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Program Name,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Participation Status,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('&lt;SPAN style="font-size: 13.3333px;"&gt;Member_Map',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Member ID,0) As MemberOneProgramFlag&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;From Source;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 May 2016 18:05:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-13T18:05:00Z</dc:date>
    <item>
      <title>Writting a conditional equation to fill in gaps in a column</title>
      <link>https://community.qlik.com/t5/QlikView/Writting-a-conditional-equation-to-fill-in-gaps-in-a-column/m-p/1144371#M635044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello QlikView,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a large data set (about 500K lines) and need help.&amp;nbsp; I have three columns of data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column A: Member ID&lt;/P&gt;&lt;P&gt;Column B: Program Name&lt;/P&gt;&lt;P&gt;Column C: Participation Status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One member can potentially have numerous lines of data depending on how many programs they are eligible for.&amp;nbsp; If they are eligible, that program they are eligible for will be listed in column B (Program Name) and then have a program participation status in Column C in a basic, Yes or No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is to add a column that is an overall program participation status following this definition:&lt;/P&gt;&lt;P&gt;If member is participating in ANY one program (Yes in Column C to any programs listed in Column B) we need a Yes to all those members records, or line items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me write an if, then or some sort of statement to create this?&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>Fri, 13 May 2016 17:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writting-a-conditional-equation-to-fill-in-gaps-in-a-column/m-p/1144371#M635044</guid>
      <dc:creator />
      <dc:date>2016-05-13T17:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Writting a conditional equation to fill in gaps in a column</title>
      <link>https://community.qlik.com/t5/QlikView/Writting-a-conditional-equation-to-fill-in-gaps-in-a-column/m-p/1144372#M635045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Add the flag to your source data while loading if Member have completed more than one time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Member_Map:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;LOAD Distinct &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Member ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 As AnyOneCourseFlag&lt;/P&gt;&lt;P&gt;From source_data where [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Participation Status]='Yes'&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: 13px;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Member ID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Program Name,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Participation Status,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('&lt;SPAN style="font-size: 13.3333px;"&gt;Member_Map',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Member ID,0) As MemberOneProgramFlag&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;From Source;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 18:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writting-a-conditional-equation-to-fill-in-gaps-in-a-column/m-p/1144372#M635045</guid>
      <dc:creator />
      <dc:date>2016-05-13T18:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Writting a conditional equation to fill in gaps in a column</title>
      <link>https://community.qlik.com/t5/QlikView/Writting-a-conditional-equation-to-fill-in-gaps-in-a-column/m-p/1144373#M635046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works, thank you.&amp;nbsp; Now I just have to actually understand what it is doing &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;.&amp;nbsp; Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 19:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writting-a-conditional-equation-to-fill-in-gaps-in-a-column/m-p/1144373#M635046</guid>
      <dc:creator />
      <dc:date>2016-05-13T19:37:48Z</dc:date>
    </item>
  </channel>
</rss>

