<?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: when a calculated dimension is null the next columns dimension are hide in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447008#M166772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks.for your help and your patience &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But i need to do the aggr functio by node and so i think i can't rempove this condition..&lt;/P&gt;&lt;P&gt;For thest I try to remove all dimensions with Aggr function(so the last dimension is 'Qty Kg' column) but the same problem persist.I see only "Surface&amp;nbsp; (m2)" dimension but not the Qty Kg'.&lt;/P&gt;&lt;P&gt;many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2012 14:32:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-18T14:32:13Z</dc:date>
    <item>
      <title>when a calculated dimension is null the next columns dimension are hide</title>
      <link>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447000#M166764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Sometimes when a calculated dimension is null the next column dimension doesn't appears and i don't know why.&lt;/P&gt;&lt;P&gt;i try to put the condition if(Isnull(field) ,'-',field) on alld imension but doesnt work's.&lt;/P&gt;&lt;P&gt;someone can help me?&lt;/P&gt;&lt;P&gt;Many thanks for your supports&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 08:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447000#M166764</guid>
      <dc:creator />
      <dc:date>2012-12-18T08:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: when a calculated dimension is null the next columns dimension are hide</title>
      <link>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447001#M166765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kinney,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your explanation is uncomplete..&lt;/P&gt;&lt;P&gt;Can you please tell what object are you using..&lt;/P&gt;&lt;P&gt;Why dont you post a sample..&amp;nbsp; if possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 08:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447001#M166765</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2012-12-18T08:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: when a calculated dimension is null the next columns dimension are hide</title>
      <link>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447002#M166766</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;Actually, you can mark the check "Show All Values" in the chart properties, Dimensions tab. That should show all values in dimensions. In addition, make sure that in the chart properties, Presentation tab, "Suppress Zero Values" and "Suppress Missing" are unchecked, so even if null values are there, they will be showed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd do something similar to what you are doing in the script, using instead of IsNull():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13558213155289214" jivemacro_uid="_13558213155289214"&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD // rest of fields here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(Field)), Field, '-') AS Field // Len() and Trim() instead of IsNull()&lt;/P&gt;&lt;P&gt;FROM // Source here&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you will always have a value in the field after reloading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 09:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447002#M166766</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-12-18T09:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: when a calculated dimension is null the next columns dimension are hide</title>
      <link>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447003#M166767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are right:&lt;/P&gt;&lt;P&gt;I use Pivot chart.&lt;/P&gt;&lt;P&gt;yes i unchecked in Presentation tab, "Suppress Zero Values" and "Suppress Missing".&lt;/P&gt;&lt;P&gt;i'll try to create a sample to attach.Now the reports have too many data and Sensible Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 10:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447003#M166767</guid>
      <dc:creator />
      <dc:date>2012-12-18T10:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: when a calculated dimension is null the next columns dimension are hide</title>
      <link>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447004#M166768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;here the example.try to select one mark-spool from the list box and some columns hide.&lt;/P&gt;&lt;P&gt;many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 11:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447004#M166768</guid>
      <dc:creator />
      <dc:date>2012-12-18T11:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: when a calculated dimension is null the next columns dimension are hide</title>
      <link>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447005#M166769</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;If I select "--7B" and I see all columns in the table, but some of them show "-" (null). That's the behavior I'd expect. What's wrong with that or what should I do to reproduce your issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 12:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447005#M166769</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-12-18T12:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: when a calculated dimension is null the next columns dimension are hide</title>
      <link>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447006#M166770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If i select "--7B" i have this grid(I attach a screen) without column Qty,%, etcc &lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt; it's very strange.&lt;/P&gt;&lt;P&gt;many thanks for your support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 12:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447006#M166770</guid>
      <dc:creator />
      <dc:date>2012-12-18T12:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: when a calculated dimension is null the next columns dimension are hide</title>
      <link>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447007#M166771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, Ok, My fault,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it's not because of the null, but because of the Aggr() functions in the calculated dimensions. In the % dimension, for example, you are using Aggr() but only with NODE, you should add all the fields in the dimensions tab as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 13:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447007#M166771</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-12-18T13:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: when a calculated dimension is null the next columns dimension are hide</title>
      <link>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447008#M166772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks.for your help and your patience &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But i need to do the aggr functio by node and so i think i can't rempove this condition..&lt;/P&gt;&lt;P&gt;For thest I try to remove all dimensions with Aggr function(so the last dimension is 'Qty Kg' column) but the same problem persist.I see only "Surface&amp;nbsp; (m2)" dimension but not the Qty Kg'.&lt;/P&gt;&lt;P&gt;many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 14:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447008#M166772</guid>
      <dc:creator />
      <dc:date>2012-12-18T14:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: when a calculated dimension is null the next columns dimension are hide</title>
      <link>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447009#M166773</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;If I remove all Aggr() functions, I do see the Qty Kg column selecting that "--7B" value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="26998" class="jive-image-thumbnail jive-image" onclick="" alt="qcomTableNull.PNG" src="https://community.qlik.com/legacyfs/online/26998_qcomTableNull.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you change anything in the file above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 14:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447009#M166773</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-12-18T14:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: when a calculated dimension is null the next columns dimension are hide</title>
      <link>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447010#M166774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, nothing :-((&lt;/P&gt;&lt;P&gt;ut you also remove aggr in the expressions?&lt;/P&gt;&lt;P&gt;But I don't understand because if i don't filter all dimensions appears while, after filter, some dimensions hide.&lt;/P&gt;&lt;P&gt;if there aren't any solution i'll try to calulate all directly in the query.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 14:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447010#M166774</guid>
      <dc:creator />
      <dc:date>2012-12-18T14:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: when a calculated dimension is null the next columns dimension are hide</title>
      <link>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447011#M166775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now works.&lt;/P&gt;&lt;P&gt;in dimension (also in Surface and Qty column) instead of if isnull() i use if(AGGR(count(Field), NODE)=0,'-',field) and all columns apperas also when filter is active.&lt;/P&gt;&lt;P&gt;Many thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 15:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/when-a-calculated-dimension-is-null-the-next-columns-dimension/m-p/447011#M166775</guid>
      <dc:creator />
      <dc:date>2012-12-18T15:03:01Z</dc:date>
    </item>
  </channel>
</rss>

