<?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 problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-problem/m-p/585905#M1103053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;IF(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;LA&lt;/SPAN&gt;&amp;amp;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;LP&lt;/SPAN&gt;&amp;amp;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;VO = 000, 0, 1) as VR&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: 12.800000190734863px;"&gt;&lt;BR /&gt;&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: 12.800000190734863px;"&gt;UPDATE : My mistake in previous reply. I overlooked your requirements. I thought you want VR = 0 if all LA, LP and VO are 0...&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: 12.800000190734863px;"&gt;you can use below...&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: 12.800000190734863px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;SalesID&lt;/SPAN&gt;, LA, LP, VO&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, 0,0,1&lt;/P&gt;&lt;P&gt;&amp;nbsp; B, 0,1,0&lt;/P&gt;&lt;P&gt;&amp;nbsp; C, 0,0,1&lt;/P&gt;&lt;P&gt;&amp;nbsp; D, 0,0,0&lt;/P&gt;&lt;P&gt;&amp;nbsp; E, 0,1,1&lt;/P&gt;&lt;P&gt;&amp;nbsp; F, 1,1,1&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;FINAL:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;SalesID&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(LA= 0 or LP = 0 or VO = 0,0,1) as VR&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2014 10:50:38 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-04-01T10:50:38Z</dc:date>
    <item>
      <title>If problem</title>
      <link>https://community.qlik.com/t5/QlikView/If-problem/m-p/585904#M1103052</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;2 weeks old into QV, and trying to get on board with the basics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data in columns, SalesID, LA, LP, VO. There are basically 2 values on columns LA,LP, VO, either 1 or 0. I would like to create a 5th column that checks that if there is 0 on any of the columns in the row, then the new row value is 1, otherwise it is 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if((LAr or VO or LP) = 0, 0, 1) as VR. This however doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this would like to create 4 new tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SalesID, LA =1&lt;/P&gt;&lt;P&gt;SalesID, VO =&lt;/P&gt;&lt;P&gt;SalesID, LP =1&lt;/P&gt;&lt;P&gt;SalesID, VR =1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help on this much appreciated...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 10:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-problem/m-p/585904#M1103052</guid>
      <dc:creator />
      <dc:date>2014-04-01T10:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: If problem</title>
      <link>https://community.qlik.com/t5/QlikView/If-problem/m-p/585905#M1103053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;IF(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;LA&lt;/SPAN&gt;&amp;amp;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;LP&lt;/SPAN&gt;&amp;amp;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;VO = 000, 0, 1) as VR&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: 12.800000190734863px;"&gt;&lt;BR /&gt;&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: 12.800000190734863px;"&gt;UPDATE : My mistake in previous reply. I overlooked your requirements. I thought you want VR = 0 if all LA, LP and VO are 0...&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: 12.800000190734863px;"&gt;you can use below...&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: 12.800000190734863px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;SalesID&lt;/SPAN&gt;, LA, LP, VO&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, 0,0,1&lt;/P&gt;&lt;P&gt;&amp;nbsp; B, 0,1,0&lt;/P&gt;&lt;P&gt;&amp;nbsp; C, 0,0,1&lt;/P&gt;&lt;P&gt;&amp;nbsp; D, 0,0,0&lt;/P&gt;&lt;P&gt;&amp;nbsp; E, 0,1,1&lt;/P&gt;&lt;P&gt;&amp;nbsp; F, 1,1,1&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;FINAL:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;SalesID&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(LA= 0 or LP = 0 or VO = 0,0,1) as VR&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 10:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-problem/m-p/585905#M1103053</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-01T10:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: If problem</title>
      <link>https://community.qlik.com/t5/QlikView/If-problem/m-p/585906#M1103054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the sysntax is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(LAr=0 or VO=0 or LP=0, 0, 1) as VR&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 10:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-problem/m-p/585906#M1103054</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-01T10:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: If problem</title>
      <link>https://community.qlik.com/t5/QlikView/If-problem/m-p/585907#M1103055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If ( LA = 0 OR VO = 0 OR LP = 0, 1, 0) as VR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 10:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-problem/m-p/585907#M1103055</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-01T10:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: If problem</title>
      <link>https://community.qlik.com/t5/QlikView/If-problem/m-p/585908#M1103056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cheers but this didn't work since I was looking that if any of the columns have a different value and not that if all of them have 0&amp;nbsp; values. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 10:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-problem/m-p/585908#M1103056</guid>
      <dc:creator />
      <dc:date>2014-04-01T10:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: If problem</title>
      <link>https://community.qlik.com/t5/QlikView/If-problem/m-p/585909#M1103057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Works like a charm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 10:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-problem/m-p/585909#M1103057</guid>
      <dc:creator />
      <dc:date>2014-04-01T10:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: If problem</title>
      <link>https://community.qlik.com/t5/QlikView/If-problem/m-p/585910#M1103058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check my second solution...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 10:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-problem/m-p/585910#M1103058</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-01T10:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: If problem</title>
      <link>https://community.qlik.com/t5/QlikView/If-problem/m-p/585911#M1103059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can add this in your load statement like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If ( (LA = 0 OR VO = 0 OR LP = 0), 1, 0) as VR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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&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&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 11:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-problem/m-p/585911#M1103059</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-01T11:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: If problem</title>
      <link>https://community.qlik.com/t5/QlikView/If-problem/m-p/585912#M1103060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi again,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The above was a 2 part question, sorry for the unclarity. So part 2, how would I then create for tables where:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SalesID, LA = only 1&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SalesID, VO =&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;only 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SalesID, LP =&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;only 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SalesID, VR =&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;only 1&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 11:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-problem/m-p/585912#M1103060</guid>
      <dc:creator />
      <dc:date>2014-04-01T11:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: If problem</title>
      <link>https://community.qlik.com/t5/QlikView/If-problem/m-p/585913#M1103061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;both work Anand. cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 11:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-problem/m-p/585913#M1103061</guid>
      <dc:creator />
      <dc:date>2014-04-01T11:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: If problem</title>
      <link>https://community.qlik.com/t5/QlikView/If-problem/m-p/585914#M1103062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If got correct so mark my thread as correct so refer it as correct &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 11:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-problem/m-p/585914#M1103062</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-01T11:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: If problem</title>
      <link>https://community.qlik.com/t5/QlikView/If-problem/m-p/585915#M1103063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If ( LA = 0 OR VO = 0 OR LP = 0, 0, 1) as VR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 11:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-problem/m-p/585915#M1103063</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-01T11:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: If problem</title>
      <link>https://community.qlik.com/t5/QlikView/If-problem/m-p/585916#M1103064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For creating 4 tables, take straight table from charts,&lt;/P&gt;&lt;P&gt;in that take 2 dimensions: &lt;STRONG&gt;1) sales ID and 2) calculated dimension- =if(LA=1,LA,null())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and for this expression check box &lt;STRONG&gt;"suppress null values"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and in &lt;STRONG&gt;expression&lt;/STRONG&gt; write down "1" and in &lt;STRONG&gt;Presentation tab&lt;/STRONG&gt; select 1 and click on &lt;STRONG&gt;hide expression column&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U will get the result and do the same for the rest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 12:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-problem/m-p/585916#M1103064</guid>
      <dc:creator />
      <dc:date>2014-04-01T12:22:53Z</dc:date>
    </item>
  </channel>
</rss>

