<?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 Make specific table cells Null in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Make-specific-table-cells-Null/m-p/1933950#M22232</link>
    <description>&lt;P&gt;Hello All!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm looking for a way to make&amp;nbsp; specific cells be Null in a pivot table,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for males only to be null, even if it has data.&lt;/P&gt;
&lt;P&gt;I tried&amp;nbsp;&lt;BR /&gt;if(GENDER = 'Male' AND TREATMENT_GROUP_NAME= 'EC', Null(),&lt;BR /&gt;Sum({&amp;lt;TREATMENT_ELIGIBILITY = {"Eligible"}, TREATMENT_GROUP_NAME = {"EC"}&amp;gt;} FIELD_VALUE))&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="khaled_altaher_0-1653208834122.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/80017i0B93482C6AFB4601/image-size/medium?v=v2&amp;amp;px=400" role="button" title="khaled_altaher_0-1653208834122.png" alt="khaled_altaher_0-1653208834122.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Is there any possible way to make it work.&lt;/P&gt;</description>
    <pubDate>Sun, 22 May 2022 08:42:38 GMT</pubDate>
    <dc:creator>khaled_altaher</dc:creator>
    <dc:date>2022-05-22T08:42:38Z</dc:date>
    <item>
      <title>Make specific table cells Null</title>
      <link>https://community.qlik.com/t5/Management-Governance/Make-specific-table-cells-Null/m-p/1933950#M22232</link>
      <description>&lt;P&gt;Hello All!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm looking for a way to make&amp;nbsp; specific cells be Null in a pivot table,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for males only to be null, even if it has data.&lt;/P&gt;
&lt;P&gt;I tried&amp;nbsp;&lt;BR /&gt;if(GENDER = 'Male' AND TREATMENT_GROUP_NAME= 'EC', Null(),&lt;BR /&gt;Sum({&amp;lt;TREATMENT_ELIGIBILITY = {"Eligible"}, TREATMENT_GROUP_NAME = {"EC"}&amp;gt;} FIELD_VALUE))&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="khaled_altaher_0-1653208834122.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/80017i0B93482C6AFB4601/image-size/medium?v=v2&amp;amp;px=400" role="button" title="khaled_altaher_0-1653208834122.png" alt="khaled_altaher_0-1653208834122.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Is there any possible way to make it work.&lt;/P&gt;</description>
      <pubDate>Sun, 22 May 2022 08:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Make-specific-table-cells-Null/m-p/1933950#M22232</guid>
      <dc:creator>khaled_altaher</dc:creator>
      <dc:date>2022-05-22T08:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Make specific table cells Null</title>
      <link>https://community.qlik.com/t5/Management-Governance/Make-specific-table-cells-Null/m-p/1934132#M22236</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an example with demo data that you can take a look. If it suits your needs, you can modify it by changing the expression's details:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Demo dataset:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/473eb393-8157-4d87-a19c-9ae363148d73.default.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. I have created a &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Pivot table&lt;/STRONG&gt;&lt;/SPAN&gt; with:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Dimension 1: &lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;Product&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Dimension 2: &lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;Gender&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Measure: &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Sum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/3f3fd195-ed42-40e7-8382-3c31f46dfd22.default.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Now I have changed the measure expression to:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;If&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;Gender &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;= &lt;/STRONG&gt;&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;'Female'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;, &lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Null&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(), &lt;/STRONG&gt;&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Sum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/dd093d06-01c1-461e-be6c-4d117e192a31.default.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, all the &lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;Value &lt;/STRONG&gt;&lt;/SPAN&gt;values for &lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;"Female" &lt;/STRONG&gt;&lt;/SPAN&gt;are &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Null&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;()&lt;/STRONG&gt;, while for the rest is the calculated expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:hsl(0, 0%, 60%);"&gt;&lt;I&gt;&lt;STRONG&gt;I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, addressed your concerns or at least pointed you in the right direction, please mark it as Accepted Solution to give further visibility to other community members.&amp;nbsp;&lt;/STRONG&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 09:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Make-specific-table-cells-Null/m-p/1934132#M22236</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2022-05-23T09:03:28Z</dc:date>
    </item>
  </channel>
</rss>

