<?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 Suppress a dimension label when expression is null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Suppress-a-dimension-label-when-expression-is-null/m-p/970011#M332199</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 am trying to create a chart in a trellis with multiple dimensions, however not all of the values I need are populated on each day I have in the trellis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I supress the labels where I have no data? I have tried to use an omit if null expression and it hasn't worked.&lt;/P&gt;&lt;P&gt;In the picture below you can see that there are several blank cloumns labelled AM, PM, EV and it is these I need to drop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QVprob.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/104972_QVprob.PNG" style="width: 620px; height: 337px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2015 13:57:43 GMT</pubDate>
    <dc:creator>steveniow</dc:creator>
    <dc:date>2015-11-10T13:57:43Z</dc:date>
    <item>
      <title>Suppress a dimension label when expression is null</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-a-dimension-label-when-expression-is-null/m-p/970011#M332199</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 am trying to create a chart in a trellis with multiple dimensions, however not all of the values I need are populated on each day I have in the trellis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I supress the labels where I have no data? I have tried to use an omit if null expression and it hasn't worked.&lt;/P&gt;&lt;P&gt;In the picture below you can see that there are several blank cloumns labelled AM, PM, EV and it is these I need to drop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QVprob.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/104972_QVprob.PNG" style="width: 620px; height: 337px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 13:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-a-dimension-label-when-expression-is-null/m-p/970011#M332199</guid>
      <dc:creator>steveniow</dc:creator>
      <dc:date>2015-11-10T13:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a dimension label when expression is null</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-a-dimension-label-when-expression-is-null/m-p/970012#M332200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the expression that you are using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 14:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-a-dimension-label-when-expression-is-null/m-p/970012#M332200</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-10T14:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a dimension label when expression is null</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-a-dimension-label-when-expression-is-null/m-p/970013#M332201</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;Not best practice , but you can use a calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(ISNULL(SUM(Field)) =0,&lt;SPAN style="font-size: 13.3333px;"&gt;dimension&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 14:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-a-dimension-label-when-expression-is-null/m-p/970013#M332201</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2015-11-10T14:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a dimension label when expression is null</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-a-dimension-label-when-expression-is-null/m-p/970014#M332202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe these threads are helpfull as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4762"&gt;Getting the most out of a Trellis bar chart, some tricks&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/185655"&gt;hide dimension values in trellis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 15:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-a-dimension-label-when-expression-is-null/m-p/970014#M332202</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-11-10T15:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a dimension label when expression is null</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-a-dimension-label-when-expression-is-null/m-p/970015#M332203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, this is a variation of the formula I tried but it doesn't work. I just gave it another shot with your syntax but no joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 15:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-a-dimension-label-when-expression-is-null/m-p/970015#M332203</guid>
      <dc:creator>steveniow</dc:creator>
      <dc:date>2015-11-10T15:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a dimension label when expression is null</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-a-dimension-label-when-expression-is-null/m-p/970016#M332204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;similar to below - but I couldn't get this to work either.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 15:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-a-dimension-label-when-expression-is-null/m-p/970016#M332204</guid>
      <dc:creator>steveniow</dc:creator>
      <dc:date>2015-11-10T15:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a dimension label when expression is null</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-a-dimension-label-when-expression-is-null/m-p/970017#M332205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you set the dimension to supress if value is null or 0?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 15:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-a-dimension-label-when-expression-is-null/m-p/970017#M332205</guid>
      <dc:creator />
      <dc:date>2015-11-10T15:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Suppress a dimension label when expression is null</title>
      <link>https://community.qlik.com/t5/QlikView/Suppress-a-dimension-label-when-expression-is-null/m-p/970018#M332206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes - and after a bit of playing I have a slightly different problem.&lt;/P&gt;&lt;P&gt;It now seems to have worked but is displaying an'error in expression' value instead of the dimension label I was expecting.&lt;/P&gt;&lt;P&gt;A different formula but with the same idea has given the same output... as below...&lt;/P&gt;&lt;P&gt;Thanks for your help - really appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QVprob.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/105050_QVprob.PNG" style="width: 620px; height: 503px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 16:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppress-a-dimension-label-when-expression-is-null/m-p/970018#M332206</guid>
      <dc:creator>steveniow</dc:creator>
      <dc:date>2015-11-10T16:18:12Z</dc:date>
    </item>
  </channel>
</rss>

