<?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: Using Dual and Concatenate in a Pivot Chart Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Dual-and-Concatenate-in-a-Pivot-Chart-Expression/m-p/1650790#M447838</link>
    <description>&lt;P&gt;I love where you are going with this.&lt;/P&gt;&lt;P&gt;However, my dates are coming in through a date bridge so I have to build a set analysis to select the desired date out of the available selections.&lt;/P&gt;&lt;P&gt;So the first part of the expression is like the below:&lt;/P&gt;&lt;P&gt;Concat( {$&amp;lt;[Date Type]={'Launch Dates'},Reference_Only={'No'}&amp;gt;} DISTINCT Stage,',')&lt;/P&gt;&lt;P&gt;Any thoughts on how to do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Nov 2019 16:26:36 GMT</pubDate>
    <dc:creator>ZoeM</dc:creator>
    <dc:date>2019-11-25T16:26:36Z</dc:date>
    <item>
      <title>Using Dual and Concatenate in a Pivot Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Dual-and-Concatenate-in-a-Pivot-Chart-Expression/m-p/1650775#M447835</link>
      <description>&lt;P&gt;Hello Community.&lt;/P&gt;&lt;P&gt;I am trying to write an expression that uses concat and dual, what I am trying to do is combine data (attached sample table) and get the result on the desired table tab.&lt;/P&gt;&lt;P&gt;Any help rendered will be truly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Dual-and-Concatenate-in-a-Pivot-Chart-Expression/m-p/1650775#M447835</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2024-11-16T19:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using Dual and Concatenate in a Pivot Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Dual-and-Concatenate-in-a-Pivot-Chart-Expression/m-p/1650786#M447836</link>
      <description>&lt;P&gt;Dimension 1 (Model): Model&lt;/P&gt;&lt;P&gt;Dimension 2 (Month):&amp;nbsp;=MonthName(MonthStart(Date))&lt;/P&gt;&lt;P&gt;Expression:&amp;nbsp;=concat(Stage &amp;amp; ' (' &amp;amp; Date &amp;amp; ')', ', ')&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 16:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Dual-and-Concatenate-in-a-Pivot-Chart-Expression/m-p/1650786#M447836</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2019-11-25T16:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using Dual and Concatenate in a Pivot Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Dual-and-Concatenate-in-a-Pivot-Chart-Expression/m-p/1650790#M447838</link>
      <description>&lt;P&gt;I love where you are going with this.&lt;/P&gt;&lt;P&gt;However, my dates are coming in through a date bridge so I have to build a set analysis to select the desired date out of the available selections.&lt;/P&gt;&lt;P&gt;So the first part of the expression is like the below:&lt;/P&gt;&lt;P&gt;Concat( {$&amp;lt;[Date Type]={'Launch Dates'},Reference_Only={'No'}&amp;gt;} DISTINCT Stage,',')&lt;/P&gt;&lt;P&gt;Any thoughts on how to do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 16:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Dual-and-Concatenate-in-a-Pivot-Chart-Expression/m-p/1650790#M447838</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2019-11-25T16:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using Dual and Concatenate in a Pivot Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Dual-and-Concatenate-in-a-Pivot-Chart-Expression/m-p/1650795#M447839</link>
      <description>&lt;P&gt;So the concat/set analysis that you have is working?&amp;nbsp; You should just be able to add my extra logic to it (and leave the dimensions the same):&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Concat( {$&amp;lt;[Date Type]={'Launch Dates'},Reference_Only={'No'}&amp;gt;} DISTINCT Stage &amp;amp; ' (' &amp;amp; Date &amp;amp; ')', ', ')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 16:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Dual-and-Concatenate-in-a-Pivot-Chart-Expression/m-p/1650795#M447839</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2019-11-25T16:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using Dual and Concatenate in a Pivot Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Dual-and-Concatenate-in-a-Pivot-Chart-Expression/m-p/1650821#M447841</link>
      <description>&lt;P&gt;I tried using it and I am having a challenge with the end part because the date is Launch Date and I can only choose it using Set Analysis, so how would I build the '&amp;amp; Launch Date' part...&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 17:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Dual-and-Concatenate-in-a-Pivot-Chart-Expression/m-p/1650821#M447841</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2019-11-25T17:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using Dual and Concatenate in a Pivot Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Dual-and-Concatenate-in-a-Pivot-Chart-Expression/m-p/1650838#M447842</link>
      <description>&lt;P&gt;So I was able to build out the expression and it is working, temporarily lol.&lt;/P&gt;&lt;P&gt;If( Concat( {$&amp;lt;[Date Type]={'Launch Dates'},Reference_Only={'No'}&amp;gt;} DISTINCT Stage,',')&amp;lt;0,'',&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Concat( {$&amp;lt;[Date Type]={'Launch Dates'},Reference_Only={'No'}&amp;gt;} DISTINCT Stage,',')&lt;/P&gt;&lt;P&gt;&amp;amp;chr(10)&lt;/P&gt;&lt;P&gt;&amp;amp;'('&amp;amp;Date( Only({$&amp;lt;[Date Type]={'Launch Dates'},Reference_Only={'No'}&amp;gt;}[Date]),'DD-MMM')&amp;amp;')')&lt;/P&gt;&lt;P&gt;But the issue I am having is when the dates are not on the same day, it just shows blank () for the dates.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 18:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Dual-and-Concatenate-in-a-Pivot-Chart-Expression/m-p/1650838#M447842</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2019-11-25T18:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using Dual and Concatenate in a Pivot Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Dual-and-Concatenate-in-a-Pivot-Chart-Expression/m-p/1650853#M447844</link>
      <description>&lt;P&gt;It's because you're using the Only() function which returns NULL if you have more than one value.&lt;/P&gt;&lt;P&gt;You need to include the Stage and the Dates in the same concat:&lt;/P&gt;&lt;P&gt;If( Concat( {$&amp;lt;[Date Type]={'Launch Dates'},Reference_Only={'No'}&amp;gt;} DISTINCT Stage,',')&amp;lt;0,'',&lt;BR /&gt;Concat( {$&amp;lt;[Date Type]={'Launch Dates'},Reference_Only={'No'}&amp;gt;} DISTINCT Stage &amp;amp; chr(10) &amp;amp; ' ('&amp;amp;Date([Date],'DD-MMM')&amp;amp;')', ', ')&lt;BR /&gt;&lt;BR /&gt;Note: I haven't tested this so can't say for 100% that my syntax is correct.&amp;nbsp; The sample data you provided does not have Date Type or Reference Only fields.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 19:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Dual-and-Concatenate-in-a-Pivot-Chart-Expression/m-p/1650853#M447844</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2019-11-25T19:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using Dual and Concatenate in a Pivot Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Dual-and-Concatenate-in-a-Pivot-Chart-Expression/m-p/1651429#M447869</link>
      <description>&lt;P&gt;Can I be honest?&lt;/P&gt;&lt;P&gt;I was doubting that this would work, but you are a miracle worker, I have worked on this for who knows how long and I am done.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much Nicole, and thanks for the prompt responses. Much kudos&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 13:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Dual-and-Concatenate-in-a-Pivot-Chart-Expression/m-p/1651429#M447869</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2019-11-26T13:57:52Z</dc:date>
    </item>
  </channel>
</rss>

