<?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: Set analysis - show account names with missing data in last 30 days in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-show-account-names-with-missing-data-in-last-30/m-p/601893#M1106322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ha, it's as simple as hitting Enter, i was trying to put script in like &amp;lt;br&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;oddly adding the 1 doesn't seem to make any difference, as when i start selecting different date ranges to filter other data on the sheet, it still impacts the text box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2014 14:50:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-21T14:50:18Z</dc:date>
    <item>
      <title>Set analysis - show account names with missing data in last 30 days</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-show-account-names-with-missing-data-in-last-30/m-p/601889#M1106318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to do a set analysis, but it's proving a bit tricky. I'm trying to return the Accounts.Name tagged as 'tier 1', which do &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;not&lt;/STRONG&gt;&lt;/SPAN&gt; have an associated Activities.AccountID in the last 30 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My sample data has 4 columns and consolidates the underlying tables onto one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activity.CalendarDate&lt;/P&gt;&lt;P&gt;Activiities. AccountID&lt;/P&gt;&lt;P&gt;AccountTags.Name&lt;/P&gt;&lt;P&gt;Accounts.Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my example data I have 5 accounts and 2 of them are tagged as&amp;nbsp; 'tier 1'. However, of the two 'tier 1' firms only Big Company llp has &lt;STRONG style="text-decoration: underline;"&gt;not&lt;/STRONG&gt; had an activity within the last 30 days, so that is the result I would expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The underlying relationships of the tables is as follows (for the purpose of this question, the Business and Contacts tables can be ignored.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="activity tables.bmp" class="jive-image" src="/legacyfs/online/55456_activity tables.bmp" style="width: 620px; height: 172px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 14:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-show-account-names-with-missing-data-in-last-30/m-p/601889#M1106318</guid>
      <dc:creator />
      <dc:date>2014-03-20T14:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - show account names with missing data in last 30 days</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-show-account-names-with-missing-data-in-last-30/m-p/601890#M1106319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a text box:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;=concat({&amp;lt;AccountTags.Name={'Tier 1'},Accounts.Name={'=max(Activity.CalendarDate)&amp;lt;today()-30'}&amp;gt;}distinct Accounts.Name, ', ')&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example file also attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 14:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-show-account-names-with-missing-data-in-last-30/m-p/601890#M1106319</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-03-20T14:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - show account names with missing data in last 30 days</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-show-account-names-with-missing-data-in-last-30/m-p/601891#M1106320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicole,&lt;/P&gt;&lt;P&gt;this seems to be correct, which is great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, how can i make it immune it from any selections? The 'detach' option deosn't seem to be available for text boxes.&lt;/P&gt;&lt;P&gt;Secondly, would it be possible to insert a line break after each result instead of a comma?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 14:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-show-account-names-with-missing-data-in-last-30/m-p/601891#M1106320</guid>
      <dc:creator />
      <dc:date>2014-03-21T14:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set analysis - show account names with missing data in last 30 days</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-show-account-names-with-missing-data-in-last-30/m-p/601892#M1106321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To make it immune to selections, you need a 1 in the set analysis.&amp;nbsp; To have a line break, the following seems to work although I don't know if it will persist or not once it's on the server:&lt;/P&gt;&lt;P&gt;=concat({1&amp;lt;AccountTags.Name={'Tier 1'},Accounts.Name={'=max(Activity.CalendarDate)&amp;lt;today()-30'}&amp;gt;}distinct Accounts.Name, '&lt;/P&gt;&lt;P&gt;')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 14:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-show-account-names-with-missing-data-in-last-30/m-p/601892#M1106321</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-03-21T14:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - show account names with missing data in last 30 days</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-show-account-names-with-missing-data-in-last-30/m-p/601893#M1106322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ha, it's as simple as hitting Enter, i was trying to put script in like &amp;lt;br&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;oddly adding the 1 doesn't seem to make any difference, as when i start selecting different date ranges to filter other data on the sheet, it still impacts the text box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 14:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-show-account-names-with-missing-data-in-last-30/m-p/601893#M1106322</guid>
      <dc:creator />
      <dc:date>2014-03-21T14:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - show account names with missing data in last 30 days</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-show-account-names-with-missing-data-in-last-30/m-p/601894#M1106323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, I missed the other one that's needed in the set analysis within the set analysis:&lt;/P&gt;&lt;P&gt;=concat({1&amp;lt;AccountTags.Name={'Tier 1'},Accounts.Name={'=max({1}Activity.CalendarDate)&amp;lt;today()-30'}&amp;gt;}distinct Accounts.Name, '&lt;/P&gt;&lt;P&gt;')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 14:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-show-account-names-with-missing-data-in-last-30/m-p/601894#M1106323</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-03-21T14:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - show account names with missing data in last 30 days</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-show-account-names-with-missing-data-in-last-30/m-p/601895#M1106324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you're a life saver Nicole. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 15:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-show-account-names-with-missing-data-in-last-30/m-p/601895#M1106324</guid>
      <dc:creator />
      <dc:date>2014-03-21T15:11:50Z</dc:date>
    </item>
  </channel>
</rss>

