<?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: Coallace like formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Coallace-like-formula/m-p/1358644#M416674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In attached file example Table chart with variant of your solve. If '-' in field [Date} in your data is NULL, in chart expression fragment &lt;STRONG&gt;Trim(Text(Date))='-'&amp;nbsp; &lt;/STRONG&gt;should be replaced by&lt;STRONG&gt; ISNULL(Date)=-1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;In chart expression new field [CalDate] created in script not use. Thus you can solve your problem both at the level of the script and the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 May 2017 07:40:35 GMT</pubDate>
    <dc:creator>ahaahaaha</dc:creator>
    <dc:date>2017-05-17T07:40:35Z</dc:date>
    <item>
      <title>Coallace like formula</title>
      <link>https://community.qlik.com/t5/QlikView/Coallace-like-formula/m-p/1358641#M416671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a data like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; environment&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Prod&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23-Apr-17&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Non Prod&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Prod&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01-May-17&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Non Prod&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the pivot table i have used all the above columns as dimensions. &lt;/P&gt;&lt;P&gt;I have one expression to show counts against this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to have the null date for Non prod to be shown same as prod date for that ID. (if date for non prod is null then show the dat of prod ) &lt;/P&gt;&lt;P&gt;Need to write either calculated dimension or an expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't have option to work this out on DB or Script side. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 06:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coallace-like-formula/m-p/1358641#M416671</guid>
      <dc:creator>ashishtams</dc:creator>
      <dc:date>2017-05-17T06:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Coallace like formula</title>
      <link>https://community.qlik.com/t5/QlikView/Coallace-like-formula/m-p/1358642#M416672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create calculated dimension for Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=aggr(MaxString(Date),ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 06:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coallace-like-formula/m-p/1358642#M416672</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-05-17T06:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Coallace like formula</title>
      <link>https://community.qlik.com/t5/QlikView/Coallace-like-formula/m-p/1358643#M416673</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;as variant for script in attached file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 07:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coallace-like-formula/m-p/1358643#M416673</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-05-17T07:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Coallace like formula</title>
      <link>https://community.qlik.com/t5/QlikView/Coallace-like-formula/m-p/1358644#M416674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In attached file example Table chart with variant of your solve. If '-' in field [Date} in your data is NULL, in chart expression fragment &lt;STRONG&gt;Trim(Text(Date))='-'&amp;nbsp; &lt;/STRONG&gt;should be replaced by&lt;STRONG&gt; ISNULL(Date)=-1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;In chart expression new field [CalDate] created in script not use. Thus you can solve your problem both at the level of the script and the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 07:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coallace-like-formula/m-p/1358644#M416674</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-05-17T07:40:35Z</dc:date>
    </item>
  </channel>
</rss>

