<?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: problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/problem/m-p/773709#M1037979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to implement it in backend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Dec 2014 06:53:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-27T06:53:49Z</dc:date>
    <item>
      <title>problem</title>
      <link>https://community.qlik.com/t5/QlikView/problem/m-p/773700#M1037970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to calculate the max of this kind of number&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 09:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem/m-p/773700#M1037970</guid>
      <dc:creator />
      <dc:date>2014-12-22T09:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.qlik.com/t5/QlikView/problem/m-p/773701#M1037971</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;Did you try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Max(COEP_Key)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 09:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem/m-p/773701#M1037971</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-22T09:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.qlik.com/t5/QlikView/problem/m-p/773702#M1037972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try MaxString()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 09:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem/m-p/773702#M1037972</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-22T09:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.qlik.com/t5/QlikView/problem/m-p/773703#M1037973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those are text values. You can try using the maxstring function: maxstring(COEP_Key). But if those values should be numbers then use the num# value in the script to cast the text values to numeric values: num#(COE_Key) as COE_Key&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 09:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem/m-p/773703#M1037973</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-12-22T09:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.qlik.com/t5/QlikView/problem/m-p/773704#M1037974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try some of this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14192400127504516" jivemacro_uid="_14192400127504516" modifiedtitle="true"&gt;
&lt;P&gt;=Max( Num(COEP_Key) )&lt;/P&gt;
&lt;P&gt;Or&lt;/P&gt;
&lt;P&gt;=Max( Num#(COEP_Key) )&lt;/P&gt;
&lt;P&gt;Or&lt;/P&gt;
&lt;P&gt;=Maxstring( Text (COEP_Key) )&lt;/P&gt;
&lt;P&gt;Or&lt;/P&gt;
&lt;P&gt;=Maxstring( COEP_Key )&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 09:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem/m-p/773704#M1037974</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-22T09:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.qlik.com/t5/QlikView/problem/m-p/773705#M1037975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already applied num# ,but the number remain in string&amp;nbsp; format,&lt;/P&gt;&lt;P&gt;This is the field of COEP table of SAP ,i have to apply increamental load on the&amp;nbsp; basis of primary ,for that i need coep_key&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 09:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem/m-p/773705#M1037975</guid>
      <dc:creator />
      <dc:date>2014-12-22T09:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.qlik.com/t5/QlikView/problem/m-p/773706#M1037976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Statistics Box for the field, for which you want to find max value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 10:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem/m-p/773706#M1037976</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2014-12-22T10:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.qlik.com/t5/QlikView/problem/m-p/773707#M1037977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i do that this single table more than 2 hrs to relaod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2014 06:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem/m-p/773707#M1037977</guid>
      <dc:creator />
      <dc:date>2014-12-27T06:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.qlik.com/t5/QlikView/problem/m-p/773708#M1037978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Anand,&lt;/P&gt;&lt;P&gt;Maxstring asd Maxstring text functional ,but is it a good practice to use maxstring functional while implementing incremental load in order to find new records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2014 06:53:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem/m-p/773708#M1037978</guid>
      <dc:creator />
      <dc:date>2014-12-27T06:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.qlik.com/t5/QlikView/problem/m-p/773709#M1037979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to implement it in backend&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2014 06:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem/m-p/773709#M1037979</guid>
      <dc:creator />
      <dc:date>2014-12-27T06:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: problem</title>
      <link>https://community.qlik.com/t5/QlikView/problem/m-p/773710#M1037980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; font-size: 9pt !important; background-color: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-size: 12px; background-color: inherit; font-weight: inherit;"&gt;COEP:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; font-size: 9pt !important; background-color: inherit;"&gt;Load &lt;SPAN style="color: #000000; font-size: 12px;"&gt;COEP_Key&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-size: 12px; background-color: inherit; font-weight: inherit;"&gt;from path&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; font-size: 9pt !important; background-color: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; font-size: 9pt !important; background-color: inherit;"&gt;Max&lt;SPAN style="color: #000000; font-size: 12px;"&gt;COEP:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; font-size: 9pt !important; background-color: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; font-size: 9pt !important; background-color: inherit;"&gt;Load &lt;SPAN style="color: #000000; font-size: 12px;"&gt;COEP_Key,&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; font-size: 9pt !important; background-color: inherit;"&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; font-size: 9pt !important; background-color: inherit;"&gt;&lt;STRONG&gt;Max&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt !important; background-color: inherit;"&gt;&lt;STRONG&gt;( Num#(COEP_Key) )&amp;nbsp; as max&lt;/STRONG&gt;&lt;SPAN style="color: #000000; font-size: 12px;"&gt;&lt;STRONG&gt;COEP_Key&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt !important; font-style: inherit; background-color: inherit; font-weight: inherit;"&gt;resident &lt;SPAN style="color: #000000; font-size: 12px;"&gt;COEP;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-size: 12px; background-color: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-size: 12px; background-color: inherit; font-weight: inherit;"&gt;hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt !important; font-style: inherit; background-color: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2014 14:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem/m-p/773710#M1037980</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-12-27T14:33:46Z</dc:date>
    </item>
  </channel>
</rss>

