<?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: Hello All, in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hello-All/m-p/809120#M1024226</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need for Set Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;InspectionTypeRON="&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ECY", &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DeficienceGroupCode,DeficienceMainGroupCode)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2015 13:41:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-16T13:41:02Z</dc:date>
    <item>
      <title>Hello All,</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-All/m-p/809119#M1024225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a calculated dimension, but i am getting an error, below is the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if({$&amp;lt;InspectionTypeRON ={'ECY'}&amp;gt;},DeficienceGroupCode,DeficienceMainGroupCode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions used:&lt;/P&gt;&lt;P&gt;InspectionTypeRON&lt;/P&gt;&lt;P&gt;DeficienceGroupCode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the value selected in "InspectionTypeRON" is "ECY", then the dimension DeficienceGroupCode has to be used else DeficienceMainGroupCode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could someone please help out.&lt;/P&gt;&lt;P&gt;DeficienceMainGroupCode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 13:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-All/m-p/809119#M1024225</guid>
      <dc:creator />
      <dc:date>2015-03-16T13:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hello All,</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-All/m-p/809120#M1024226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need for Set Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;InspectionTypeRON="&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ECY", &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DeficienceGroupCode,DeficienceMainGroupCode)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 13:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-All/m-p/809120#M1024226</guid>
      <dc:creator />
      <dc:date>2015-03-16T13:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hello All,</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-All/m-p/809121#M1024227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would script like this, and leave out the set analysis&lt;/P&gt;&lt;P&gt;=if(InspectionTypeRON = "ECY",count(DeficienceGroupCode),count(DeficienceMainGroupCode)) as ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 13:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-All/m-p/809121#M1024227</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2015-03-16T13:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hello All,</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-All/m-p/809122#M1024228</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 this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=if(InspectionTypeRON ='ECY', DeficienceGroupCode,DeficienceMainGroupCode)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 13:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-All/m-p/809122#M1024228</guid>
      <dc:creator />
      <dc:date>2015-03-16T13:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hello All,</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-All/m-p/809123#M1024229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks... but still the dimension does not appear in my pivot table. could&lt;/P&gt;&lt;P&gt;you please suggest.&lt;/P&gt;&lt;P&gt;On Mon, Mar 16, 2015 at 7:17 PM, krishnama naidu &amp;lt;qcwebmaster@qlikview.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 14:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-All/m-p/809123#M1024229</guid>
      <dc:creator />
      <dc:date>2015-03-16T14:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hello All,</title>
      <link>https://community.qlik.com/t5/QlikView/Hello-All/m-p/809124#M1024230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks... but still the dimension does not appear in my pivot table. could&lt;/P&gt;&lt;P&gt;you please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 14:06:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hello-All/m-p/809124#M1024230</guid>
      <dc:creator />
      <dc:date>2015-03-16T14:06:08Z</dc:date>
    </item>
  </channel>
</rss>

