<?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 help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/help/m-p/1331968#M826062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need help on the below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am reviewing the dashboard&lt;/P&gt;&lt;P&gt;I have seen many of expressions as same like this depend on the Object ID&lt;/P&gt;&lt;P&gt;I don't understand what exactly it does.can someone help me on this???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=$(=MaxString({&amp;lt;ObjID = {'CH1573'}&amp;gt;}Expression1))&lt;/P&gt;&lt;P&gt;and 2nd expression as follows&lt;/P&gt;&lt;P&gt;=$(=MaxString({&amp;lt;ObjID = {'CH1573'}&amp;gt;}Expression2))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>satishqlik</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>help</title>
      <link>https://community.qlik.com/t5/QlikView/help/m-p/1331968#M826062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need help on the below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am reviewing the dashboard&lt;/P&gt;&lt;P&gt;I have seen many of expressions as same like this depend on the Object ID&lt;/P&gt;&lt;P&gt;I don't understand what exactly it does.can someone help me on this???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=$(=MaxString({&amp;lt;ObjID = {'CH1573'}&amp;gt;}Expression1))&lt;/P&gt;&lt;P&gt;and 2nd expression as follows&lt;/P&gt;&lt;P&gt;=$(=MaxString({&amp;lt;ObjID = {'CH1573'}&amp;gt;}Expression2))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help/m-p/1331968#M826062</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.qlik.com/t5/QlikView/help/m-p/1331969#M826063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In field &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Expression1/&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Expression2&lt;/STRONG&gt; for value &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Object ID= &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CH1573 &lt;/SPAN&gt;r&lt;/STRONG&gt;eturns the last text value in the text sorting order, otherwise &lt;STRONG&gt;NULL&lt;/STRONG&gt; is returned (&lt;STRONG&gt;NULL&lt;/STRONG&gt; if the value does not contain a test or numbers).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 12:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help/m-p/1331969#M826063</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-07-05T12:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.qlik.com/t5/QlikView/help/m-p/1331970#M826064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt; &lt;EM&gt;MaxString&lt;/EM&gt;() finds string values in the expression or field and returns the last text value in the text sort order.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;This formula model has variables in it. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;A variable is like a code you write to rename an expression. Like instead of saying 8x5 every time i call it $(vWorkingHours). Every time you see this variable, run it or call it, it would calculate 8x5.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;Your expression is saying:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;-Go to ObjID: CH1573&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;- Find the string values in $(Expresion1) and &lt;SPAN class="st"&gt;return the last text value in the text sort order&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;&lt;SPAN class="st"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;&lt;SPAN class="st"&gt;Hope this makes sense.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 12:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help/m-p/1331970#M826064</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-05T12:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.qlik.com/t5/QlikView/help/m-p/1331971#M826065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-18458"&gt;A more comprehensive HELP on Maxstring() / Minstring() than the HELP file&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 12:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help/m-p/1331971#M826065</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-07-05T12:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.qlik.com/t5/QlikView/help/m-p/1331972#M826066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would be great help If you can explain in more detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already find out with other sources but not worked.That's why I posted in community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 12:22:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help/m-p/1331972#M826066</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2017-07-05T12:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: help</title>
      <link>https://community.qlik.com/t5/QlikView/help/m-p/1331973#M826067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is there is nothing for us to see. It would help if we saw something or you could tell us as to why you want to know what it means. Is it broken? Does it not produce any results? Are you to change it and what do you want to change it to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With BI, usually our answers lie within our problems. My advice would be to focus on what the Problem is and to resolve it as there are many ways to get the same result. It does not have to be this formula/expression alone, we can always use other basic ways to calculate. it is either that or a sample workbook.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 12:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help/m-p/1331973#M826067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-05T12:36:45Z</dc:date>
    </item>
  </channel>
</rss>

