<?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: Straight table help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373371#M138901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(GetCurrentField(Org) = 'Zone', Variable1, if(GetCurrentField(Org) = 'Manager', Variable2, Variable3))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Som&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2012 06:13:59 GMT</pubDate>
    <dc:creator>somenathroy</dc:creator>
    <dc:date>2012-07-30T06:13:59Z</dc:date>
    <item>
      <title>Straight table help</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373368#M138898</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;I need have a straight table which consist of a Cyclic group ( consisting of a hierarchy such as Zone --&amp;gt; Managers --&amp;gt; Consultants) and another variable which would display score of Zone or Manager (under a Zone) and Consultants( Under a Manager) based on selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 list boxes which shows the Zone, Manager &amp;amp; Consultants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is, how do I represent the score in the Straight table using expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 different variables for scores of Zone, Managers and Consultants. For example, if I click on Zone A in the list box for Zone and select Zone in the cyclic group among others (managers and consultants),&amp;nbsp; I would have variable 1 selected and corresponding Zone score displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I click on the cyclic group &amp;amp; choose Managers, then all the Managers under Zonewould be displayed and variable 2 should be selected &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I again click on the cyclic group symbol and choose Consultants then variable 3 should be selected and score displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate all your help and ideas to help me write an expression to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to All in Advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Tutan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 02:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373368#M138898</guid>
      <dc:creator />
      <dc:date>2012-07-30T02:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table help</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373369#M138899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u provide an example????????????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 03:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373369#M138899</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2012-07-30T03:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table help</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373370#M138900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically what I would have is a straight table with 2 columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column 1 would consist of a cyclic group dimension named as Org. Org would consist of Zone, Manager &amp;amp; Consultants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column 2 would consist of scores of Zone/Manager/Consultants. These scores are stored in variable1, variable 2 &amp;amp; variable 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select Zone from the cyclic group (column 1), column 2 should evaluate Variable 1.&lt;/P&gt;&lt;P&gt;If I select Manager from the cyclic group (column 1), column 2 should evaluate Variable 2.&lt;/P&gt;&lt;P&gt;If I select Consultants from the cyclic group (column 1), column 2 should evaluate Variable 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, basically based on first column selection, second column should evaluate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use the statement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(If (Org='Zone' , Variable 1, &lt;/P&gt;&lt;P&gt;if (Org='Manager',variable 2,&lt;/P&gt;&lt;P&gt;if(Org='Consultant',variable 3))),null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance for help,&lt;/P&gt;&lt;P&gt;Tutan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 04:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373370#M138900</guid>
      <dc:creator />
      <dc:date>2012-07-30T04:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table help</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373371#M138901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(GetCurrentField(Org) = 'Zone', Variable1, if(GetCurrentField(Org) = 'Manager', Variable2, Variable3))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Som&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 06:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373371#M138901</guid>
      <dc:creator>somenathroy</dc:creator>
      <dc:date>2012-07-30T06:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table help</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373372#M138902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can also use set analysis for d same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vaibhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 06:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373372#M138902</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-30T06:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table help</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373373#M138903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the &lt;STRONG&gt;GetCurrentField()&lt;/STRONG&gt; to identify which dimension is currently visible (e.g. it will return either Zone, Manager or Consultant).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then using the&lt;STRONG&gt; If&lt;/STRONG&gt; conditional, you can then apply different variables to perform your calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 06:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373373#M138903</guid>
      <dc:creator />
      <dc:date>2012-07-30T06:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table help</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373374#M138904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My question wil u always select one value in the zone column or more than that if u select more than one value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would say u can create a expression in the straight table based on the dimension selected in the Cyclic group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of creating a calcuated dimension u can create a Expression and show iut like a dimension &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as it is a straight table .If u cant understand wati said attach a sample file so that i can give u a solution &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 07:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373374#M138904</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2012-07-30T07:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table help</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373375#M138905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not working. All I need is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the first column in a straight table as cyclic group ( built only using fields) named as Org. The cyclic group is consisting of the hierarchy as Zone --&amp;gt; Manager --&amp;gt;Consultant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the other 14 columns in the straight table have numerical data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is, If I select Zone from the Cyclic group , it should evaluate variable 1 for the 1st column, variable 2 for the 2nd column &amp;amp; so on. If I select Manager from the cyclic group then it should evaluate variable 17 for first colulmn etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using the function &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;GetCurrentField(Org)='Zone' etc &lt;/SPAN&gt;, but Qlikview can't find Org as a group whereas I see that defined as group and that is what the first column of my straight table is built of !!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I built the cyclic group Org was shown as a field. But as soon as I pulled it in my App, it doesn't show there any more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tutan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 20:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373375#M138905</guid>
      <dc:creator />
      <dc:date>2012-08-01T20:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table help</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373376#M138906</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;&amp;nbsp;&amp;nbsp; Can you check in App, you're using Org group..If so, use like below in first column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(GetCurrentField(Org) = 'Zone', v1, if(GetCurrentField(Org)&amp;nbsp; = 'Manager', v2, v3))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 20:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373376#M138906</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-08-01T20:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table help</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373377#M138907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried doing what you suggested, but, Qlikview just don't to seem to recognise the group name "Org". I tried creating a new group with the same fields with the name "abc". Qlikview still doesn't consider it as a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing anything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Tutan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 20:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373377#M138907</guid>
      <dc:creator />
      <dc:date>2012-08-01T20:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table help</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373378#M138908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to add to it... I can see the field abc as a cyclic group in the available field section in Qlikview. But once I pull it in the App, it's not there anymore in the list of the fields shown as I try to write an expression in the expression dialogue box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 20:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373378#M138908</guid>
      <dc:creator />
      <dc:date>2012-08-01T20:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table help</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373379#M138909</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;&amp;nbsp;&amp;nbsp; Please check the attached file..Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 20:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373379#M138909</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-08-01T20:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table help</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373380#M138910</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 check using something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(GetCurrentField([Org]) = 'Zone', v1, if(GetCurrentField([Org])&amp;nbsp; = 'Manager', v2, v3))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think what you are missing is square brackets around group name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 00:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373380#M138910</guid>
      <dc:creator>ektarathi</dc:creator>
      <dc:date>2012-08-02T00:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table help</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373381#M138911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ektarathi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a tonne. My bad, I was so late to realize that my group name was not continuous &amp;amp; it has space in between.&lt;/P&gt;&lt;P&gt;Thanks a lot for bringing the same to my notice. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We easily overlook small things which looks small but are of great importance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tutan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 16:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-help/m-p/373381#M138911</guid>
      <dc:creator />
      <dc:date>2012-08-03T16:08:05Z</dc:date>
    </item>
  </channel>
</rss>

