<?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: set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856309#M658530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/kumarreddy257"&gt;kumarreddy257&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Did you resolve the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 May 2015 08:59:18 GMT</pubDate>
    <dc:creator>qlikviewwizard</dc:creator>
    <dc:date>2015-05-14T08:59:18Z</dc:date>
    <item>
      <title>set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856298#M658517</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;Is any thing wrong in this expression. Pls help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(text([Campaign Channel])='PPC')[Site Visit Vis Num]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 04:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856298#M658517</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-14T04:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856299#M658519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;[Campaign Channel]={'PPC'}&amp;gt;}[Site Visit Vis Num])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 04:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856299#M658519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-14T04:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856300#M658521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to use text function in set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 04:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856300#M658521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-14T04:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856301#M658522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the value for Campaign Channel field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 05:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856301#M658522</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-05-14T05:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856302#M658523</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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(if(text([Campaign Channel])='PPC'),[Site Visit Vis Num]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 05:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856302#M658523</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-05-14T05:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856303#M658524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two issues:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Improper expression (syntax/structure) - the correct way of set analysis expression is -&amp;nbsp; &lt;EM&gt;Count({&amp;lt;[Campaign Channel]={'PPC'}&amp;gt;}[Site Visit Vis Num])&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Improper Set Expression syntax - &lt;EM&gt;Count({&amp;lt;&lt;STRONG&gt;Text&lt;/STRONG&gt;([Campaign Channel])={'PPC'}&amp;gt;}[Site Visit Vis Num]) - &lt;/EM&gt;left hand side of set expression can only be a &lt;STRONG&gt;script generated field &lt;/STRONG&gt;, so no function can be used like text().&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead you can create a field in the script with text() and use that in set expression like:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text([Campaign Channel]) as TextChannel&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Then, &lt;EM&gt;Count({&amp;lt;&lt;STRONG&gt;TextChannel&lt;/STRONG&gt;={'PPC'}&amp;gt;}[Site Visit Vis Num]) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Or,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;try with simple IF statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 05:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856303#M658524</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-05-14T05:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856304#M658525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Qvx target file data type is unknown, but campaign channel is char.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 05:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856304#M658525</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-14T05:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856305#M658526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't we use this functions directly in set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 05:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856305#M658526</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-14T05:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856306#M658527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. Not on the LHS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 05:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856306#M658527</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-05-14T05:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856307#M658528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A set expression contains set modifiers, which efficiently are equal to selections. The text you define in the set modifier, will apply a selection in the same way as if it was a search string. Naturally a search string like "=Text(MyValue)" will search for the value &lt;SPAN style="font-size: 13.3333330154419px;"&gt;"=Text(MyValue)" and not the result you would get if the function was evaluated. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can accomplish a calculation in the set modifier by using dollar expansion, but this require that you consider how the expansion is made. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8490"&gt;Set expression and dollar expansion&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 06:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856307#M658528</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2015-05-14T06:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856308#M658529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;instead of using set analysis you can use match function na&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;if(match([Campaign Channel]),'PPC'),&lt;EM&gt;[Site Visit Vis Num])&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;or&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;if(match([Campaign Channel]),'PPC'),&lt;EM&gt;[Site Visit Vis Num],[Campaign Channel])&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 07:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856308#M658529</guid>
      <dc:creator>vinod2086</dc:creator>
      <dc:date>2015-05-14T07:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856309#M658530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/kumarreddy257"&gt;kumarreddy257&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;Did you resolve the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 08:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856309#M658530</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-05-14T08:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856310#M658531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to do sum of Site Visit Vis Num where campaign channel is PPC. But in your statement it is showing only site Visit Vis Num&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 12:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856310#M658531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-14T12:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856311#M658532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 12:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856311#M658532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-14T12:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856312#M658533</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;have you tried earlier suggestions...???&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(if(text([Campaign Channel])='PPC'),[Site Visit Vis Num]))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Sum(if(wildmatch([Campaign Channel],'PPC'),[Site Visit Vis Num]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[Campaign Channel]={'PPC'}&amp;gt;}[Site Visit Vis Num])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 12:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis/m-p/856312#M658533</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-05-14T12:10:35Z</dc:date>
    </item>
  </channel>
</rss>

