<?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: Qlik Sense: selecting from a sequence in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Qlik-Sense-selecting-from-a-sequence/m-p/10682#M2093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works perfectly. Thanks so much!&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;My only hiccup was using sequences as dimensions rather than measures.&amp;nbsp; --gotta use measures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for other noobs like me:&lt;/P&gt;&lt;P&gt;Here's a link to Qlik's "nested set definitions"&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-modifiers-implicit-field-value-definitions.htm" title="https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-modifiers-implicit-field-value-definitions.htm"&gt;https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-modifiers-implicit-fie…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Qlik's "concat" function&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/ChartFunctions/StringAggregationFunctions/concat.htm" title="https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/ChartFunctions/StringAggregationFunctions/concat.htm"&gt;https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/ChartFunctions/StringAggregationFunctions/concat.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2018 12:56:16 GMT</pubDate>
    <dc:creator>toddbuss</dc:creator>
    <dc:date>2018-06-12T12:56:16Z</dc:date>
    <item>
      <title>Qlik Sense: selecting from a sequence</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Qlik-Sense-selecting-from-a-sequence/m-p/10680#M2091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a beginner question that's probably been asked and answered a thousand times already.&amp;nbsp; If someone has&amp;nbsp; a link to examples, I would be grateful.&amp;nbsp; As a non-SQL user, I lack the vocabulary to elucidate my question well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;My simplified example table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Owner,Sequence,Pet&lt;/P&gt;&lt;P&gt;Alice,1,cat&lt;/P&gt;&lt;P&gt;Bill,1,dog&lt;/P&gt;&lt;P&gt;Charles,1,fish&lt;/P&gt;&lt;P&gt;Charles,2,hamster&lt;/P&gt;&lt;P&gt;Charles,3,cat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the dashboard, a user &lt;STRONG&gt;selects&lt;/STRONG&gt; "cat" to see all the cat owners (Alice and Charles).&lt;/P&gt;&lt;P&gt;I want to display all the fish owners &lt;EM&gt;&lt;SPAN style="color: #575757; text-decoration: underline;"&gt;and all their pets&lt;/SPAN&gt;.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm getting:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Owner&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sequence 1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sequence 2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sequence 3&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Alice&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;cat&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;--&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;--&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Charles&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;--&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;--&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;cat&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;* from this, I know I have 2 cat owners and they are Alice and Bill, but "fish" and "hamster" are NOT selected, so they are not displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="94" style="border: 1px solid rgb(0, 0, 0); width: 798px; height: 72px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Owner&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sequence 1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sequence 2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sequence 3&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Alice&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;cat&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;--&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;--&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Charles&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;fish&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;hamster&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;cat&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I suspect I need to transform my data during load&amp;nbsp; to make it work as planned.&amp;nbsp; Create a field called "cat owner(Y/N)" for every record, but there are lots of different pets and this doesn't seem like a good practice.&amp;nbsp; I didn't post my original code because it's confusing, involving both categories and sequences for each "pet"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 19:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Qlik-Sense-selecting-from-a-sequence/m-p/10680#M2091</guid>
      <dc:creator>toddbuss</dc:creator>
      <dc:date>2018-06-11T19:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: selecting from a sequence</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Qlik-Sense-selecting-from-a-sequence/m-p/10681#M2092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension = Owner&lt;/P&gt;&lt;P&gt;Sequence1 = Concat({1&amp;lt;Sequence={'1'},Owner=P(Owner)&amp;gt;}Pet)&lt;/P&gt;&lt;P&gt;Sequence2 = Concat({1&amp;lt;Sequence={'2},Owner=P(Owner)&amp;gt;}Pet)&lt;/P&gt;&lt;P&gt;Sequence3 = Concat({1&amp;lt;Sequence={'3'},Owner=P(Owner)&amp;gt;}Pet)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sequence1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204873_Sequence1.PNG" style="height: 138px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sequence2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/204874_Sequence2.PNG" style="height: 129px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 22:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Qlik-Sense-selecting-from-a-sequence/m-p/10681#M2092</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2018-06-11T22:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: selecting from a sequence</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Qlik-Sense-selecting-from-a-sequence/m-p/10682#M2093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works perfectly. Thanks so much!&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;My only hiccup was using sequences as dimensions rather than measures.&amp;nbsp; --gotta use measures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for other noobs like me:&lt;/P&gt;&lt;P&gt;Here's a link to Qlik's "nested set definitions"&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-modifiers-implicit-field-value-definitions.htm" title="https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-modifiers-implicit-field-value-definitions.htm"&gt;https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-modifiers-implicit-fie…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Qlik's "concat" function&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/ChartFunctions/StringAggregationFunctions/concat.htm" title="https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/ChartFunctions/StringAggregationFunctions/concat.htm"&gt;https://help.qlik.com/en-US/sense/April2018/Subsystems/Hub/Content/ChartFunctions/StringAggregationFunctions/concat.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 12:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Qlik-Sense-selecting-from-a-sequence/m-p/10682#M2093</guid>
      <dc:creator>toddbuss</dc:creator>
      <dc:date>2018-06-12T12:56:16Z</dc:date>
    </item>
  </channel>
</rss>

