<?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: Re: removal of hard code in the set expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/removal-of-hard-code-in-the-set-expression/m-p/517645#M1144563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;hi,&lt;/P&gt;&lt;P&gt;I need an expression to get the value which lies in the range Promters max and Promoters min.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the expresssion which needs to be modified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ResolvedTicket.CSAT Overall Score] &amp;gt;= CSAT_Promotors_Max and [ResolvedTicket.CSAT Overall Score]&amp;lt;=CSAT_Promotors_Min,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached xls for the reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Smitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Aug 2013 04:49:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-23T04:49:15Z</dc:date>
    <item>
      <title>removal of hard code in the set expression</title>
      <link>https://community.qlik.com/t5/QlikView/removal-of-hard-code-in-the-set-expression/m-p/517643#M1144561</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;Can anyone help me to modify the set expression by removal of hard code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression counts the number of promoters whose CSAT overall score &amp;gt;=3 and the same expression has to be modified by using [ResolvedTicket.CSAT Overall Score] &amp;gt;= CSAT_Promotors_Max and [ResolvedTicket.CSAT Overall Score]&amp;lt;=CSAT_Promotors_Min,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;[Common Ticket Type]={'INCIDENT'},&lt;/P&gt;&lt;P&gt;[Common Status]={'Resolved','Closed'},&lt;/P&gt;&lt;P&gt;[ResolvedTicket.CSAT Overall Score]={"&amp;gt;=3.00"},&lt;/P&gt;&lt;P&gt;ResolvedTicket.InAMSScope={'-1'}&amp;gt;}ResolvedTicket.TicketID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am unable to get the solution. please find the attached for your reference.&lt;/P&gt;&lt;P&gt;please help me to modify the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Smitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 09:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/removal-of-hard-code-in-the-set-expression/m-p/517643#M1144561</guid>
      <dc:creator />
      <dc:date>2013-08-22T09:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: removal of hard code in the set expression</title>
      <link>https://community.qlik.com/t5/QlikView/removal-of-hard-code-in-the-set-expression/m-p/517644#M1144562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm guessing that this is an example of what you are looking for:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[ResolvedTicket.CSAT Overall Score] &amp;gt;= $(=CSAT_Promotors_Max) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;$(=&amp;nbsp;&amp;nbsp; ) --&amp;gt; This is called Dollar-Sign Expansion (look in the help)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 12:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/removal-of-hard-code-in-the-set-expression/m-p/517644#M1144562</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2013-08-22T12:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Re: removal of hard code in the set expression</title>
      <link>https://community.qlik.com/t5/QlikView/removal-of-hard-code-in-the-set-expression/m-p/517645#M1144563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;hi,&lt;/P&gt;&lt;P&gt;I need an expression to get the value which lies in the range Promters max and Promoters min.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the expresssion which needs to be modified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ResolvedTicket.CSAT Overall Score] &amp;gt;= CSAT_Promotors_Max and [ResolvedTicket.CSAT Overall Score]&amp;lt;=CSAT_Promotors_Min,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached xls for the reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Smitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 04:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/removal-of-hard-code-in-the-set-expression/m-p/517645#M1144563</guid>
      <dc:creator />
      <dc:date>2013-08-23T04:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re: removal of hard code in the set expression</title>
      <link>https://community.qlik.com/t5/QlikView/removal-of-hard-code-in-the-set-expression/m-p/517646#M1144564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&amp;nbsp; &lt;/P&gt;&lt;P&gt;I need an expression to get the value which lies in the range Promters max and Promoters min.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the expresssion which needs to be modified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ResolvedTicket.CSAT Overall Score] &amp;gt;= CSAT_Promotors_Max and [ResolvedTicket.CSAT Overall Score]&amp;lt;=CSAT_Promotors_Min,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached xls for the reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Smitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 05:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/removal-of-hard-code-in-the-set-expression/m-p/517646#M1144564</guid>
      <dc:creator />
      <dc:date>2013-08-23T05:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: removal of hard code in the set expression</title>
      <link>https://community.qlik.com/t5/QlikView/removal-of-hard-code-in-the-set-expression/m-p/517647#M1144565</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=count({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[ResolvedTicket.CSAT Overall Score]&lt;/SPAN&gt; = {'&amp;gt;=$(=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CSAT_Promotors_Max&lt;/SPAN&gt;) &amp;lt;= $(=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CSAT_Promotors_Min&lt;/SPAN&gt;)'},&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Common Status]={'Resolved','Closed'},&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[ResolvedTicket.CSAT Overall Score]={"&amp;gt;=3.00"},&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ResolvedTicket.InAMSScope={'-1'}&amp;gt;}ResolvedTicket.TicketID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 05:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/removal-of-hard-code-in-the-set-expression/m-p/517647#M1144565</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-08-23T05:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: removal of hard code in the set expression</title>
      <link>https://community.qlik.com/t5/QlikView/removal-of-hard-code-in-the-set-expression/m-p/517648#M1144566</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;thank you so much for the solution, it worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Smitha&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 07:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/removal-of-hard-code-in-the-set-expression/m-p/517648#M1144566</guid>
      <dc:creator />
      <dc:date>2013-08-23T07:06:21Z</dc:date>
    </item>
  </channel>
</rss>

