<?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 required in writing a expression. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-required-in-writing-a-expression/m-p/152944#M502123</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Below expression should work as per the following requirement:&lt;/P&gt;&lt;P&gt;1. Should be locked for current month for the current year where the values of month in our application is like(m1,m2,...,m12). For your reference, From START_YEAR we are getting the year and from STARTPERIOD we are getting the month(m1,m2,...,m12).&lt;/P&gt;&lt;P&gt;2. Should be locked for year to date. For your reference, From START_YEAR we are getting the year and from STARTPERIOD we are getting the month(m1,m2,...,m12).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;=ceil(sum(if(wildmatch(Category,'*Callcenter*') &amp;gt; 0 and (wildmatch([Agreement Achieved],'no')&amp;gt;0),1,0)) /&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope you can help me out.&lt;/P&gt;&lt;P&gt;Note: Here month may create the problem as the values of the month are in (m1,m2,...,m12) and it is not like normal month(Jan-Dec) and also finding the max of month from these values (m1,m2,...,m12) is also a concern.&lt;/P&gt;&lt;P&gt;Thanks in advance. Please let me know once you get to know any solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jan 2011 13:45:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-04T13:45:56Z</dc:date>
    <item>
      <title>Help required in writing a expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-writing-a-expression/m-p/152944#M502123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Below expression should work as per the following requirement:&lt;/P&gt;&lt;P&gt;1. Should be locked for current month for the current year where the values of month in our application is like(m1,m2,...,m12). For your reference, From START_YEAR we are getting the year and from STARTPERIOD we are getting the month(m1,m2,...,m12).&lt;/P&gt;&lt;P&gt;2. Should be locked for year to date. For your reference, From START_YEAR we are getting the year and from STARTPERIOD we are getting the month(m1,m2,...,m12).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;=ceil(sum(if(wildmatch(Category,'*Callcenter*') &amp;gt; 0 and (wildmatch([Agreement Achieved],'no')&amp;gt;0),1,0)) /&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope you can help me out.&lt;/P&gt;&lt;P&gt;Note: Here month may create the problem as the values of the month are in (m1,m2,...,m12) and it is not like normal month(Jan-Dec) and also finding the max of month from these values (m1,m2,...,m12) is also a concern.&lt;/P&gt;&lt;P&gt;Thanks in advance. Please let me know once you get to know any solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 13:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-writing-a-expression/m-p/152944#M502123</guid>
      <dc:creator />
      <dc:date>2011-01-04T13:45:56Z</dc:date>
    </item>
    <item>
      <title>Help required in writing a expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-writing-a-expression/m-p/152945#M502124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;STARTPERIOD is which format? means date format or ???&lt;/P&gt;&lt;P&gt;and STARTPERIOD contains m1,m2...m12? like that or Jan,Feb.....Dec&lt;/P&gt;&lt;P&gt;or u have any date field in table?&lt;/P&gt;&lt;P&gt;possible attach ur application here for more helpful of finding the solution&lt;/P&gt;&lt;P&gt;-Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 14:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-writing-a-expression/m-p/152945#M502124</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2011-01-04T14:30:15Z</dc:date>
    </item>
    <item>
      <title>Help required in writing a expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-writing-a-expression/m-p/152946#M502125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sathish&lt;/P&gt;&lt;P&gt;START_YEAR contains only the year(YYYY).&lt;/P&gt;&lt;P&gt;STARTPERIOD contains only the periods which is as same as month but the values are like(m1,m2,....m12).&lt;/P&gt;&lt;P&gt;i,e. m1=jan,m2=feb,...m12=dec as per their understanding.&lt;/P&gt;&lt;P&gt;Sorry I cannnot attach the application. Please if you need anything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 14:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-writing-a-expression/m-p/152946#M502125</guid>
      <dc:creator />
      <dc:date>2011-01-04T14:42:05Z</dc:date>
    </item>
    <item>
      <title>Help required in writing a expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Help-required-in-writing-a-expression/m-p/152947#M502126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;use purgechar(MonthTemp,'m') as MonthNo&lt;/P&gt;&lt;P&gt;then In MonthNo have 1 to 12. after that use max(MonthNo) u ll get max month also&lt;/P&gt;&lt;P&gt;-Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 18:12:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-required-in-writing-a-expression/m-p/152947#M502126</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2011-01-04T18:12:58Z</dc:date>
    </item>
  </channel>
</rss>

