<?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: If and Else Logic on backend in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710319#M255882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create another table like below and link this table to newly created dimension&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;NewDim,Month&lt;/P&gt;&lt;P&gt;Q1,1&lt;/P&gt;&lt;P&gt;Q1,2&lt;/P&gt;&lt;P&gt;Q1,3&lt;/P&gt;&lt;P&gt;Q2,4&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;Jul &amp;amp; Aug,7&lt;/P&gt;&lt;P&gt;Jul &amp;amp; Aug,8&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;YTD Jan,1&lt;/P&gt;&lt;P&gt;YTD Feb,1&lt;/P&gt;&lt;P&gt;YTD Feb,2&lt;/P&gt;&lt;P&gt;...];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Oct 2014 06:28:17 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2014-10-13T06:28:17Z</dc:date>
    <item>
      <title>If and Else Logic on backend</title>
      <link>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710316#M255879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have a data like below.&lt;/P&gt;&lt;P&gt;Year:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;* Inline [&lt;/P&gt;&lt;P&gt;Month,Year&lt;/P&gt;&lt;P&gt;1,2014&lt;/P&gt;&lt;P&gt;2,2014&lt;/P&gt;&lt;P&gt;3,2014&lt;/P&gt;&lt;P&gt;4,2014&lt;/P&gt;&lt;P&gt;5,2014&lt;/P&gt;&lt;P&gt;6,2014&lt;/P&gt;&lt;P&gt;7,2014&lt;/P&gt;&lt;P&gt;8,2014&lt;/P&gt;&lt;P&gt;1,2013&lt;/P&gt;&lt;P&gt;2,2013&lt;/P&gt;&lt;P&gt;3,2013&lt;/P&gt;&lt;P&gt;4,2013&lt;/P&gt;&lt;P&gt;5,2013&lt;/P&gt;&lt;P&gt;6,2013&lt;/P&gt;&lt;P&gt;7,2013&lt;/P&gt;&lt;P&gt;8,2013&lt;/P&gt;&lt;P&gt;9,2013&lt;/P&gt;&lt;P&gt;10,2013&lt;/P&gt;&lt;P&gt;11,2013&lt;/P&gt;&lt;P&gt;12,2013&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;If User select Year = 2013&lt;/P&gt;&lt;P&gt;i want an if condition logic that&lt;/P&gt;&lt;P&gt;In above i have 1 to 12 minth for Year = 2013 and for Year = 2014 Month is 1 to 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a dimension based on MaxMonth group by year.&lt;/P&gt;&lt;P&gt;Compare that MaxMonth with given Month group by Year.&lt;/P&gt;&lt;P&gt;So, what i want the logic made like below&lt;/P&gt;&lt;P&gt;So, my logic is if Month = 1,'Jan',&lt;/P&gt;&lt;P&gt;Month&amp;lt;=2,'Jan &amp;amp; Feb',&lt;/P&gt;&lt;P&gt;Month&amp;gt;=1 and Month &amp;lt;=3,'Q1',&lt;/P&gt;&lt;P&gt;Month&amp;lt;=4&amp;nbsp; ,'Apr',&lt;/P&gt;&lt;P&gt;Month&amp;gt;=4 and Month&amp;lt;=5,'Apr &amp;amp; May',&lt;/P&gt;&lt;P&gt;Month&amp;gt;=1 and Month&amp;lt;=6,H1,&lt;/P&gt;&lt;P&gt;Month=7,July,&lt;/P&gt;&lt;P&gt;Month&amp;gt;=7 and Month&amp;lt;=8 ,'July &amp;amp; Aug',&lt;/P&gt;&lt;P&gt;Month&amp;gt; = 7 and Month&amp;lt;=9,'Q3',&lt;/P&gt;&lt;P&gt;Month=10,'Oct',&lt;/P&gt;&lt;P&gt;Month&amp;gt;=10 and Month&amp;lt;=11,'Oct and Nov',&lt;/P&gt;&lt;P&gt;Month&amp;gt;=10 and Month&amp;lt;=12,'Q4',&lt;/P&gt;&lt;P&gt;Month&amp;gt;6 and Month&amp;lt;=12,'H2',&lt;/P&gt;&lt;P&gt;Month&amp;gt;=1 and Month&amp;lt;=12,'YTD Dec' as NewDimension&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here the static value m write is MaxMonth of that particular Year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Output:&lt;/P&gt;&lt;P&gt;So, for Year =2013&lt;/P&gt;&lt;P&gt;The Value having in NewDimension&amp;nbsp; field is&lt;/P&gt;&lt;P&gt;Q1&lt;/P&gt;&lt;P&gt;Q2&lt;/P&gt;&lt;P&gt;H1&lt;/P&gt;&lt;P&gt;Q3&lt;/P&gt;&lt;P&gt;Q4&lt;/P&gt;&lt;P&gt;H2&lt;/P&gt;&lt;P&gt;YTD Dec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if select Year = 2014&lt;/P&gt;&lt;P&gt;then in NewDimension field having value alike&lt;/P&gt;&lt;P&gt;Q1&lt;/P&gt;&lt;P&gt;Q2&lt;/P&gt;&lt;P&gt;H1&lt;/P&gt;&lt;P&gt;July &amp;amp; Aug&lt;/P&gt;&lt;P&gt;YTD Aug&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 04:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710316#M255879</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-10-13T04:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: If and Else Logic on backend</title>
      <link>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710317#M255880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Year:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;* Inline [&lt;/P&gt;&lt;P&gt;Month,Year&lt;/P&gt;&lt;P&gt;1,2014&lt;/P&gt;&lt;P&gt;2,2014&lt;/P&gt;&lt;P&gt;3,2014&lt;/P&gt;&lt;P&gt;4,2014&lt;/P&gt;&lt;P&gt;5,2014&lt;/P&gt;&lt;P&gt;6,2014&lt;/P&gt;&lt;P&gt;7,2014&lt;/P&gt;&lt;P&gt;8,2014&lt;/P&gt;&lt;P&gt;1,2013&lt;/P&gt;&lt;P&gt;2,2013&lt;/P&gt;&lt;P&gt;3,2013&lt;/P&gt;&lt;P&gt;4,2013&lt;/P&gt;&lt;P&gt;5,2013&lt;/P&gt;&lt;P&gt;6,2013&lt;/P&gt;&lt;P&gt;7,2013&lt;/P&gt;&lt;P&gt;8,2013&lt;/P&gt;&lt;P&gt;9,2013&lt;/P&gt;&lt;P&gt;10,2013&lt;/P&gt;&lt;P&gt;11,2013&lt;/P&gt;&lt;P&gt;12,2013&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;MaxMonth:&lt;/P&gt;&lt;P&gt;Load Year,SubField(NewDim,',',IterNo()) While IterNo() &amp;lt;= SubStringCount(NewDim,',')+1;&lt;/P&gt;&lt;P&gt;Load Year, If(MthSum=12,'Q1,Q2,H1,Q3,Q4,H2,YTD Dec',If(MthSum=11,'Q1,Q2,H1,Q3,Oct and Nov,YTD Nov',If(MthSum=8,'Q1,Q2,H1,July &amp;amp; Aug,YTD Aug'))) As NewDim;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//EDIT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load &lt;STRONG&gt;Sum(Month) As MthSum&lt;/STRONG&gt;, Year Resident Year Group by Year;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 06:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710317#M255880</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-13T06:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: If and Else Logic on backend</title>
      <link>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710318#M255881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/anbu1984"&gt;anbu1984&lt;/A&gt; ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m checking your output but it doesn't link with Month values. like for Year = 2014&lt;/P&gt;&lt;P&gt;if m select&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Q1 then it 'll link to Month field values 1 to 3&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Q2 &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;then it 'll link to Month field values 4 to 6&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;H1 &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;then it 'll link to Month field values 1 to 6&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;July &amp;amp; Aug &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;then it 'll link to Month field values 7 to 8&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;YTD Aug &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;then it 'll link to Month foeld values 1 to 8.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope you understand. and same relevant for Year = 2014&lt;BR /&gt;&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;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Here above defined logic have mistake for Apr the line is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Month=4&amp;nbsp; ,'Apr'. &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Mohit&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 06:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710318#M255881</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-10-13T06:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: If and Else Logic on backend</title>
      <link>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710319#M255882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create another table like below and link this table to newly created dimension&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;NewDim,Month&lt;/P&gt;&lt;P&gt;Q1,1&lt;/P&gt;&lt;P&gt;Q1,2&lt;/P&gt;&lt;P&gt;Q1,3&lt;/P&gt;&lt;P&gt;Q2,4&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;Jul &amp;amp; Aug,7&lt;/P&gt;&lt;P&gt;Jul &amp;amp; Aug,8&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;YTD Jan,1&lt;/P&gt;&lt;P&gt;YTD Feb,1&lt;/P&gt;&lt;P&gt;YTD Feb,2&lt;/P&gt;&lt;P&gt;...];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 06:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710319#M255882</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-13T06:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: If and Else Logic on backend</title>
      <link>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710320#M255883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply back.&lt;/P&gt;&lt;P&gt;If my Year table also having the Date field then ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mohit &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 09:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710320#M255883</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-10-13T09:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: If and Else Logic on backend</title>
      <link>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710321#M255884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not getting your question&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 09:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710321#M255884</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-13T09:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: If and Else Logic on backend</title>
      <link>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710322#M255885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The same logic i applied using master calendar but can't get success.&lt;/P&gt;&lt;P&gt;Please find attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 10:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710322#M255885</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-10-13T10:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: If and Else Logic on backend</title>
      <link>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710323#M255886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help me any suggestion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 04:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710323#M255886</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-10-14T04:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: If and Else Logic on backend</title>
      <link>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710324#M255887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MaxMonth table is empty. Can you reload and check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 05:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710324#M255887</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-14T05:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: If and Else Logic on backend</title>
      <link>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710325#M255888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please find attachment, Here the issue is &lt;STRONG&gt;MthSum &lt;/STRONG&gt;is consolidate all value instead of separately as alike your above example. !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 06:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710325#M255888</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-10-14T06:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: If and Else Logic on backend</title>
      <link>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710326#M255889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;Load Count( DISTINCT Month ) As MthSum, Year Resident MasterCalendar Group by Year;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 06:31:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710326#M255889</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-14T06:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: If and Else Logic on backend</title>
      <link>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710327#M255890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. Thanks for your reply. &lt;/P&gt;&lt;P&gt;i have tried it but the problem is it shows single value rather than consolidate data of month value as you suggested in above example for creating logic.&lt;/P&gt;&lt;P&gt;Please share the application demo if you have done it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 06:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710327#M255890</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-10-14T06:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re: If and Else Logic on backend</title>
      <link>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710328#M255891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 07:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-and-Else-Logic-on-backend/m-p/710328#M255891</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-14T07:44:01Z</dc:date>
    </item>
  </channel>
</rss>

