<?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: How to get a column based on another derived column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-a-column-based-on-another-derived-column/m-p/729192#M537879</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;Any idea how the above could be achieved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The previously mentioned solution won't work as the if() function changes the level of the Dimension. &lt;/P&gt;&lt;P&gt;Also, I don't want to superimpose two charts, since I have to put this in a container.&lt;/P&gt;&lt;P&gt;Any suggestions would help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Diwakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2014 06:52:22 GMT</pubDate>
    <dc:creator>diwakarnahata</dc:creator>
    <dc:date>2014-10-20T06:52:22Z</dc:date>
    <item>
      <title>How to get a column based on another derived column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-column-based-on-another-derived-column/m-p/729189#M537876</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;Please refer the below image where i have created a sequence number (Sno) for WeekID.&lt;/P&gt;&lt;P&gt;I have a straight table (below) where i have dynamically created a dimension which buckets the selected weeks into group of 4 using the sequence number of the Week. Now i have the sequence number in the column (based on the WeekIDs selected). How do i show the WeekID or WeekDesc corresponding to it.&lt;/P&gt;&lt;P&gt;For e.g. in the below straight table example, I want to show the WeekID (or WeekDesc) corresponding to the Sno 8,12,16 displayed.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="68973" alt="QlikView_Expression.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/68973_QlikView_Expression.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Diwakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 11:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-column-based-on-another-derived-column/m-p/729189#M537876</guid>
      <dc:creator>diwakarnahata</dc:creator>
      <dc:date>2014-10-15T11:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a column based on another derived column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-column-based-on-another-derived-column/m-p/729190#M537877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you give the expressions in the table a name you can use that in another expression:&lt;/P&gt;&lt;P&gt;eg. if(WeekSno=Sno,WeekID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 11:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-column-based-on-another-derived-column/m-p/729190#M537877</guid>
      <dc:creator>tcullinane</dc:creator>
      <dc:date>2014-10-15T11:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a column based on another derived column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-column-based-on-another-derived-column/m-p/729191#M537878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response, but there is a &lt;STRONG&gt;small issue with that approach&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;In the dynamic dimension expression (as shown in the image previously) I have used a class function which created buckets of four Sequence numbers(Sno), and extracted the highest Sno (using Subfield function) and wanted to replace it with WeekID or WeekName.&lt;/P&gt;&lt;P&gt;But the if() condition replaces the bucket with the Week dimension as a result the Expression is calculated on the Week Level instead of a 4 week rolling sum.&lt;/P&gt;&lt;P&gt;Let me know how this could be fixed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Diwakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 11:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-column-based-on-another-derived-column/m-p/729191#M537878</guid>
      <dc:creator>diwakarnahata</dc:creator>
      <dc:date>2014-10-15T11:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a column based on another derived column</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-column-based-on-another-derived-column/m-p/729192#M537879</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;Any idea how the above could be achieved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The previously mentioned solution won't work as the if() function changes the level of the Dimension. &lt;/P&gt;&lt;P&gt;Also, I don't want to superimpose two charts, since I have to put this in a container.&lt;/P&gt;&lt;P&gt;Any suggestions would help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Diwakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 06:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-column-based-on-another-derived-column/m-p/729192#M537879</guid>
      <dc:creator>diwakarnahata</dc:creator>
      <dc:date>2014-10-20T06:52:22Z</dc:date>
    </item>
  </channel>
</rss>

