<?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: Getting all values are null() in Pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103054#M604256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have two values for BaseLineGateVal : SOE and blank&lt;/P&gt;&lt;P&gt;try this maybe :&lt;/P&gt;&lt;P&gt;if(BaselineMonth=YearMonth and Baseline=TDate and not(isnull(BaselineGateVal)),BaselineGateVal,'NA')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2018 09:23:05 GMT</pubDate>
    <dc:creator>ogautier62</dc:creator>
    <dc:date>2018-07-03T09:23:05Z</dc:date>
    <item>
      <title>Getting all values are null() in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103049#M604246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing issue on pivot table, I am using master calendar and master calendar joined by using using autonumberhash(Proj_ID,Yearmonth and Date)with my table...while adding date field in master calendar ,it getting all values are null in pivot table as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MasterCalendar:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MS.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206771_MS.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Pivot Table:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="PV.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/206772_PV.PNG" style="height: 94px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Used columns:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="US.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/206773_US.PNG" style="height: 318px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Expected Output:&lt;/P&gt;&lt;P&gt;Need to show oly corresponding baselinegatevalue with month,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="OT.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/206774_OT.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this issue.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vidhya k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 05:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103049#M604246</guid>
      <dc:creator>vidhya91gct</dc:creator>
      <dc:date>2018-07-03T05:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Getting all values are null() in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103050#M604249</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;I didn't understand your data model and your graph :&lt;/P&gt;&lt;P&gt;it should work with baselineMonth in dimension,&lt;/P&gt;&lt;P&gt;what is your expression ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 07:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103050#M604249</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-03T07:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Getting all values are null() in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103051#M604251</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;Please find the below expression ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(BaselineMonth=YearMonth and Baseline=TDate,BaselineGateVal,'NA')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vidhya K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 07:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103051#M604251</guid>
      <dc:creator>vidhya91gct</dc:creator>
      <dc:date>2018-07-03T07:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Getting all values are null() in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103052#M604254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you must put an agregation function in your expression, that's why it's null&lt;/P&gt;&lt;P&gt;only or maxstring for example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 08:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103052#M604254</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-03T08:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Getting all values are null() in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103053#M604255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have selected 2016 in year and i m getting Baseline month is 07-2016 and BaselineGateVal is null() and SOE.&lt;/P&gt;&lt;P&gt;I want to show SOE for the corresponding month as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MM.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/206796_MM.PNG" style="height: 125px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="OT.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206795_OT.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vidhya K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 09:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103053#M604255</guid>
      <dc:creator>vidhya91gct</dc:creator>
      <dc:date>2018-07-03T09:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting all values are null() in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103054#M604256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have two values for BaseLineGateVal : SOE and blank&lt;/P&gt;&lt;P&gt;try this maybe :&lt;/P&gt;&lt;P&gt;if(BaselineMonth=YearMonth and Baseline=TDate and not(isnull(BaselineGateVal)),BaselineGateVal,'NA')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 09:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103054#M604256</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-03T09:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting all values are null() in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103055#M604257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your suggestion,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Already i tried this expression,but it is not working and getting 'NA'only.&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; font-size: 12px; background-color: #f2f2f2;"&gt;if(BaselineMonth=YearMonth and Baseline=TDate and not(isnull(BaselineGateVal)),BaselineGateVal,'NA')&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;&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: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 09:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103055#M604257</guid>
      <dc:creator>vidhya91gct</dc:creator>
      <dc:date>2018-07-03T09:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting all values are null() in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103056#M604258</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; not(isnull(&lt;STRONG&gt;trim&lt;/STRONG&gt;(BaselineGateVal)))&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;&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: 12px; background-color: #f2f2f2;"&gt;to remove blank&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 09:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103056#M604258</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-03T09:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting all values are null() in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103057#M604259</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;I tried this expression,&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;if(BaselineMonth=YearMonth and Baseline=TDate and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;not(isnull(&lt;/SPAN&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;trim&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;(BaselineGateVal)))&lt;/SPAN&gt;,BaselineGateVal,'NA')&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;&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: 12px; background-color: #f2f2f2;"&gt;but still getting null() values .&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 12:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103057#M604259</guid>
      <dc:creator>vidhya91gct</dc:creator>
      <dc:date>2018-07-03T12:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting all values are null() in Pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103058#M604260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, ther's a last chance,&lt;/P&gt;&lt;P&gt;you still have two values, so must have an agregation function,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe :&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; font-size: 12px; background-color: #f2f2f2;"&gt;if(BaselineMonth=YearMonth and Baseline=TDate and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;not(isnull(&lt;/SPAN&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;trim&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;(BaselineGateVal)))&lt;/SPAN&gt;,maxString(BaselineGateVal),'NA')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 13:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-all-values-are-null-in-Pivot-table/m-p/103058#M604260</guid>
      <dc:creator>ogautier62</dc:creator>
      <dc:date>2018-07-03T13:29:37Z</dc:date>
    </item>
  </channel>
</rss>

