<?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: Qliksense MinString function: How to find lowest alphabetic string ignoring case(case insensitive)? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514309#M105473</link>
    <description>&lt;P&gt;This would work I think.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=Pick(&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WildMatch(&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MinString(lower(ValueList('Ukraine', 'Uruguay', 'USA', 'Uzbekistan')))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;,'Ukraine', 'Uruguay', 'USA', 'Uzbekistan')&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;,'Ukraine', 'Uruguay', 'USA', 'Uzbekistan')&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
    <pubDate>Mon, 14 Apr 2025 19:08:53 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2025-04-14T19:08:53Z</dc:date>
    <item>
      <title>Qliksense MinString function: How to find lowest alphabetic string ignoring case(case insensitive)?</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514298#M105469</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In our Qliksense app, we reply on the function MinString({1} [Dimension]) to find the first available value in a dimension in lowest alphabetic order, but there is a caveat to this solution. It seems Qliksense's string comparison with MinString/MaxString is case sensitive, and the upper case letters have lower ordinal values than lower case letters. For this reason, it appears 'A' &amp;lt; 'Z' and 'a' &amp;lt; 'z', but 'Z' &amp;lt; 'a'.&lt;/P&gt;&lt;P&gt;For instance, given a list of countries ValueList('Ukraine', 'Uruguay', 'USA', 'Uzbekistan'), we expect MinString will return Ukraine, but instead it returns USA, because uppercase letter 'S' appears to be lower than lowercase letter 'k'.&lt;/P&gt;&lt;P&gt;Is there a way to get around this limitation so we can get the first value from lowest alphabetic order with case insensitive string comparison? We tried to use lower() and upper(), but the results are undesirable as we cannot restore it back to the original string. Please help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 17:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514298#M105469</guid>
      <dc:creator>ol_dev</dc:creator>
      <dc:date>2025-04-14T17:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense MinString function: How to find lowest alphabetic string ignoring case(case insensitive)?</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514305#M105471</link>
      <description>&lt;P&gt;You could try to do &lt;FONT face="courier new,courier"&gt;MinString({1} upper([Dimension]) )&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 18:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514305#M105471</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2025-04-14T18:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense MinString function: How to find lowest alphabetic string ignoring case(case insensitive)?</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514306#M105472</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This does not work, as we want it to return the lowest alphabetic value but as its original version, not as the uppercase version.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 18:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514306#M105472</guid>
      <dc:creator>ol_dev</dc:creator>
      <dc:date>2025-04-14T18:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense MinString function: How to find lowest alphabetic string ignoring case(case insensitive)?</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514309#M105473</link>
      <description>&lt;P&gt;This would work I think.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=Pick(&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WildMatch(&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MinString(lower(ValueList('Ukraine', 'Uruguay', 'USA', 'Uzbekistan')))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;,'Ukraine', 'Uruguay', 'USA', 'Uzbekistan')&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;,'Ukraine', 'Uruguay', 'USA', 'Uzbekistan')&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 19:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514309#M105473</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2025-04-14T19:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense MinString function: How to find lowest alphabetic string ignoring case(case insensitive)?</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514314#M105475</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response, yes it works for this example. Though in real application, there is no ValueList and the data comes from a dimension. For instance, we may have a dimension like 'Countries', and then it becomes:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Pick(WildMatch(MinString(Lower([Countries])), [Countries]), [Countries])&lt;/LI-CODE&gt;&lt;P&gt;The issue though, is that we would like to display the value from MinString ignoring current selection(regardless of what values are currently being selected in dimension [Countries]). I tried something like this, and it does not work:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;=Pick(WildMatch(MinString(Lower({1} [Countries])), {1} [Countries]), {1} [Countries]) &lt;/LI-CODE&gt;&lt;P&gt;Do you know if there is a way I can make Pick and WildMatch work ignoring current selections?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 19:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514314#M105475</guid>
      <dc:creator>ol_dev</dc:creator>
      <dc:date>2025-04-14T19:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense MinString function: How to find lowest alphabetic string ignoring case(case insensitive)?</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514316#M105476</link>
      <description>&lt;P&gt;If you load both the original case and UPPER() or LOWER() case in your original Load table, you should be able to do this with FieldIndex and FieldValue, I believe.&lt;/P&gt;&lt;P&gt;Of course, at this point it'd probably be easier to just add a row number field and use Min() on that, fetching the corresponding FieldValue.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 19:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514316#M105476</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2025-04-14T19:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense MinString function: How to find lowest alphabetic string ignoring case(case insensitive)?</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514318#M105477</link>
      <description>&lt;P&gt;You could try finding the minstring using Firstsortedvalue(). This will return the desired country name in it its original case.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vegar_0-1744659935449.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179620iB8ACD8806413E624/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vegar_0-1744659935449.png" alt="Vegar_0-1744659935449.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;FirstSortedValue(Country, aggr(-Rank(lower(Country)), Country))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 19:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514318#M105477</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2025-04-14T19:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense MinString function: How to find lowest alphabetic string ignoring case(case insensitive)?</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514321#M105478</link>
      <description>&lt;P&gt;You could also do a set analysis approach, that will give you the desired country.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vegar_1-1744659995475.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179621i248F05011630D018/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vegar_1-1744659995475.png" alt="Vegar_1-1744659995475.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;only({&amp;lt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Country={"=Upper(Country)='$(=Minstring(upper(Country)))'"}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;gt;} Country)&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 19:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514321#M105478</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2025-04-14T19:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense MinString function: How to find lowest alphabetic string ignoring case(case insensitive)?</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514322#M105479</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The solutions you propose do work when no value from [Countries] are being selected, but stops working as soon as there is one value being selected. The idea is that we would like to find the MinString value ignoring current selections in the field.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 19:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514322#M105479</guid>
      <dc:creator>ol_dev</dc:creator>
      <dc:date>2025-04-14T19:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense MinString function: How to find lowest alphabetic string ignoring case(case insensitive)?</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514324#M105480</link>
      <description>&lt;P&gt;I'm not sure why it would stop working when a selection is made. Ultimately the order of countries is fixed, and the list of countries is fixed. You could just pre-sort your countries in use Dual(), for that matter, with the corresponding row number.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 20:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514324#M105480</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2025-04-14T20:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense MinString function: How to find lowest alphabetic string ignoring case(case insensitive)?</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514325#M105481</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Tbh I do not know why either, but Qliksense behaves this way for functions such as MinString. For instance, if no country is selected, MinString will return the first item from the lowest alphabetic order in Dimension [Countries]. If values are selected, then it will search only among the selected values. In the worst case, if one value is selected, it will return just the one selected value, basically becomes useless.&lt;/P&gt;&lt;P&gt;To get around this issue, I was told to prepend {1} to MinString's argument(ie. MinString([Countries]) becomes MinString({1} [Countries])), and it did the trick for me. However, the same solution does not work anymore when using a cascade of function calls, ie.&amp;nbsp;Pick(WildMatch(MinString(Lower({1} [Countries])), {1} [Countries]), {1} [Countries]) does not work at all.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 20:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514325#M105481</guid>
      <dc:creator>ol_dev</dc:creator>
      <dc:date>2025-04-14T20:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense MinString function: How to find lowest alphabetic string ignoring case(case insensitive)?</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514363#M105484</link>
      <description>&lt;P&gt;You are right, the expressions I gave you where designed to work with the current selections, but you could manipulate them to work with the full set (ignoring your selections).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the screenshot I kept the original expressions, but in the second column the expressions ignores any selections made.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vegar_0-1744696208782.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179631iFB5CF93F69FC7237/image-size/large?v=v2&amp;amp;px=999" role="button" title="Vegar_0-1744696208782.png" alt="Vegar_0-1744696208782.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The SET analysis method&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;only({&lt;FONT color="#339966"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/FONT&gt;&amp;lt;Country={"=&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;only({1}&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;Upper(Country)&lt;STRONG&gt;&lt;FONT size="3" color="#339966"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt;='$(=Minstring(&lt;FONT size="3" color="#339966"&gt;&lt;STRONG&gt;{1}&lt;/STRONG&gt;&lt;/FONT&gt;upper(Country)))'"}&amp;gt;} Country)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The First Sorted Value method&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;FirstSortedValue(&lt;FONT size="3" color="#339966"&gt;&lt;STRONG&gt;{1}&lt;/STRONG&gt;&lt;/FONT&gt;Country, Aggr(-Rank(&lt;STRONG&gt;&lt;FONT size="3" color="#339966"&gt;only({1}&lt;/FONT&gt;&lt;/STRONG&gt;Lower(Country)&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;), Country))&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 05:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514363#M105484</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2025-04-15T05:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense MinString function: How to find lowest alphabetic string ignoring case(case insensitive)?</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514372#M105488</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/258026"&gt;@ol_dev&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will have some trouble using wildmatch like that, it expect comma separated values. You could however try this adjusted approach.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vegar_2-1744698586770.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179633i3BCA0B7540B7D084/image-size/large?v=v2&amp;amp;px=999" role="button" title="Vegar_2-1744698586770.png" alt="Vegar_2-1744698586770.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;=Pick(&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;MixMatch( '$(=MinString({1} Lower([Country])))',&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;$(=Concat({1}chr(39)&amp;amp;[Country]&amp;amp;chr(39),','))),&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; $(=Concat({1}chr(39)&amp;amp;[Country]&amp;amp;chr(39),','))&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; )&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Apr 2025 06:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514372#M105488</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2025-04-15T06:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense MinString function: How to find lowest alphabetic string ignoring case(case insensitive)?</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514412#M105496</link>
      <description>&lt;P&gt;What about transferring the essential part of the logic into the data-model. Here a starting-point:&lt;/P&gt;&lt;P&gt;t1: load * inline [&lt;BR /&gt;Country&lt;BR /&gt;Ukraine&lt;BR /&gt;Uruguay&lt;BR /&gt;USA&lt;BR /&gt;Uzbekistan];&lt;/P&gt;&lt;P&gt;t2: load dual(Country, rowno()) as CountryNew, rowno() as RowNo&lt;BR /&gt;resident t1 order by Country;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marcus_sommer_0-1744712919975.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179641iDE637F65F5E63F63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marcus_sommer_0-1744712919975.png" alt="marcus_sommer_0-1744712919975.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 10:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514412#M105496</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-04-15T10:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense MinString function: How to find lowest alphabetic string ignoring case(case insensitive)?</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514468#M105505</link>
      <description>&lt;P&gt;The solutions work, thx. I think the issue I am having is basically a combination of trying to get around the limitation of MinString and the current selection, I appreciate that you took the time and trouble to help me figure out.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 15:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-MinString-function-How-to-find-lowest-alphabetic/m-p/2514468#M105505</guid>
      <dc:creator>ol_dev</dc:creator>
      <dc:date>2025-04-15T15:33:31Z</dc:date>
    </item>
  </channel>
</rss>

