<?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: Sort or Order a Set or a List in qlik sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Sort-or-Order-a-Set-or-a-List-in-qlik-sense/m-p/1702528#M53819</link>
    <description>&lt;P&gt;Works great! Thank you.&lt;/P&gt;&lt;P&gt;Is there a way to check "live" the result of a function on the data loaded in the app? Something like a console.&lt;/P&gt;</description>
    <pubDate>Fri, 15 May 2020 17:24:27 GMT</pubDate>
    <dc:creator>danielerosa</dc:creator>
    <dc:date>2020-05-15T17:24:27Z</dc:date>
    <item>
      <title>Sort or Order a Set or a List in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-or-Order-a-Set-or-a-List-in-qlik-sense/m-p/1702523#M53817</link>
      <description>&lt;P&gt;How do I make this:&lt;/P&gt;&lt;P&gt;=concat(distinct [calwk_df.calwk], '|')&lt;/P&gt;&lt;P&gt;descending sorted by calwk_df.calwk?&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 17:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-or-Order-a-Set-or-a-List-in-qlik-sense/m-p/1702523#M53817</guid>
      <dc:creator>danielerosa</dc:creator>
      <dc:date>2020-05-15T17:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sort or Order a Set or a List in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-or-Order-a-Set-or-a-List-in-qlik-sense/m-p/1702527#M53818</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Concat(DISTINCT [calwk_df.calwk],  '|', -[calwk_df.calwk])&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 15 May 2020 17:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-or-Order-a-Set-or-a-List-in-qlik-sense/m-p/1702527#M53818</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-05-15T17:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sort or Order a Set or a List in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-or-Order-a-Set-or-a-List-in-qlik-sense/m-p/1702528#M53819</link>
      <description>&lt;P&gt;Works great! Thank you.&lt;/P&gt;&lt;P&gt;Is there a way to check "live" the result of a function on the data loaded in the app? Something like a console.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 17:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-or-Order-a-Set-or-a-List-in-qlik-sense/m-p/1702528#M53819</guid>
      <dc:creator>danielerosa</dc:creator>
      <dc:date>2020-05-15T17:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sort or Order a Set or a List in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-or-Order-a-Set-or-a-List-in-qlik-sense/m-p/1702529#M53820</link>
      <description>&lt;P&gt;I am not sure I follow your question? What exactly are you trying to follow while the app reloads?&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 17:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-or-Order-a-Set-or-a-List-in-qlik-sense/m-p/1702529#M53820</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-05-15T17:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sort or Order a Set or a List in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-or-Order-a-Set-or-a-List-in-qlik-sense/m-p/1702533#M53821</link>
      <description>&lt;P&gt;I want a debugger for variable values as I am writing the set filtering/slicing expressions. Is there anything like that?&lt;/P&gt;&lt;P&gt;For example, now I have to:&lt;/P&gt;&lt;P&gt;get the 4 largest values from&lt;/P&gt;&lt;P&gt;calwk_df.calwk which are less or equal to a value that I specify (a variable in qlik sense) and stick that list into another variable&lt;/P&gt;&lt;P&gt;ref_month = &amp;lt;list of largest calwk_df.calwk which are less or equal to ${calwk}&amp;gt;&lt;/P&gt;&lt;P&gt;Then take everything from another dataframe, sales_df, where sales_df.calwk is in ${ref_month}.&lt;/P&gt;&lt;P&gt;filtered_sales_df = &amp;lt;sales_df where sales_df.calwk is in ${ref_month}&amp;gt;&lt;/P&gt;&lt;P&gt;I don't even know if it's possible to do this in qlik sense.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 17:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-or-Order-a-Set-or-a-List-in-qlik-sense/m-p/1702533#M53821</guid>
      <dc:creator>danielerosa</dc:creator>
      <dc:date>2020-05-15T17:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sort or Order a Set or a List in qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-or-Order-a-Set-or-a-List-in-qlik-sense/m-p/1702534#M53822</link>
      <description>&lt;P&gt;I don't think that there is a debugger, but I might be wrong because I don't use Qlik Sense very often. May be others can comment on this&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 17:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-or-Order-a-Set-or-a-List-in-qlik-sense/m-p/1702534#M53822</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-05-15T17:40:22Z</dc:date>
    </item>
  </channel>
</rss>

