<?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: Need to change Expression as Dim in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518236#M553304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thant will be helpful man.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Sep 2013 09:01:04 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2013-09-13T09:01:04Z</dc:date>
    <item>
      <title>Need to change Expression as Dim</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518226#M553294</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;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am having a requirement,in that I need to convert my Straight Table into Pivot. Issue is earlier&amp;nbsp; one of the expression which Iused as a expression now&amp;nbsp; needs to change as Dimension. The expression will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(count([Risk Code])&amp;gt;1,concat(distinct [Id],','))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to use this as a dimension,Due to&amp;nbsp; some Desgining requirement I need to keep as a second column in the table. So how to perform this calulattion as Calulated Dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Both fields were available in diffrenet table. So I cant move this into script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 05:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518226#M553294</guid>
      <dc:creator />
      <dc:date>2013-09-13T05:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change Expression as Dim</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518227#M553295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all it is a little bit confusing.I have tried to create a sample and i am attaching it .See it and provide it to me with updated data from your side just 3 or 3 inline rows and your expression .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 06:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518227#M553295</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-09-13T06:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change Expression as Dim</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518228#M553296</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;&amp;nbsp;&amp;nbsp; I didnt see any attachmnet with the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me brief..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [ID,DESC&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [ID,Tax Code&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider the above table structure.Earlier I had a St.table there I used the above&amp;nbsp; simple expression. Now the requirement is I need to keep this expression as a second column in Pivot table. (Not in St.Table.) So somehow I need to have this expression as a dimesion in Pivot table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 06:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518228#M553296</guid>
      <dc:creator />
      <dc:date>2013-09-13T06:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change Expression as Dim</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518229#M553297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your quick reply. My requirment is I need to have your second expression as Dimension in &lt;STRONG&gt;Pivot Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 06:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518229#M553297</guid>
      <dc:creator />
      <dc:date>2013-09-13T06:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change Expression as Dim</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518230#M553298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are too quick.&lt;/P&gt;&lt;P&gt;but in my second expression there is only one value coming .It should me more than one or it will just represent the complete data so you please clarify the expression according to you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 06:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518230#M553298</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-09-13T06:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change Expression as Dim</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518231#M553299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/sujeetsingh"&gt;sujeetsingh&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As it will be the Dimesion,I dont want the cummlative values,need seprate values.You can exclude the concat function. All I need is I need to use condition and show the IDs as a Dimension level. Not as Expression. Since it is Pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 06:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518231#M553299</guid>
      <dc:creator />
      <dc:date>2013-09-13T06:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change Expression as Dim</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518232#M553300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 06:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518232#M553300</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-09-13T06:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change Expression as Dim</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518233#M553301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thank you&amp;nbsp; for your reply. I need to use the Count of the codes (count(Risk Code))somehow in Dimesion. Based on the count I need to show the Ids&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 07:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518233#M553301</guid>
      <dc:creator />
      <dc:date>2013-09-13T07:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change Expression as Dim</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518234#M553302</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 you please explain ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 08:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518234#M553302</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-09-13T08:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change Expression as Dim</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518235#M553303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post a sample data/app with expected result explained.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 08:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518235#M553303</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-13T08:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change Expression as Dim</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518236#M553304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thant will be helpful man.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 09:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518236#M553304</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-09-13T09:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change Expression as Dim</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518237#M553305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;don´t know if i got your problem right, but this could be a solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 09:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518237#M553305</guid>
      <dc:creator>sky</dc:creator>
      <dc:date>2013-09-13T09:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need to change Expression as Dim</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518238#M553306</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;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/christian.klinge"&gt;christian.klinge&lt;/A&gt; &lt;/STRONG&gt; Solution is working fine..Thank you all and especially &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/christian.klinge"&gt;christian.klinge&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 10:00:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-change-Expression-as-Dim/m-p/518238#M553306</guid>
      <dc:creator />
      <dc:date>2013-09-13T10:00:48Z</dc:date>
    </item>
  </channel>
</rss>

