<?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: Nested If as a dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811203#M286352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the responses!&amp;nbsp; I've tried almost everything however, I am still having performance issues when opening the QVW.&amp;nbsp; I can't use set analysis since this logic is on the dimensions and there are no expressions or metric calculations in the app.&amp;nbsp; I am to the point of making ONE internal in-memory table but I am having some syntax issues trying to join all my tables.&amp;nbsp; Can you confirm that the syntax below in my JOINS are correct?&amp;nbsp; Basically I am trying to join 2 different tables to another.&amp;nbsp; Please note, one of my tables is over 43 million rows so I am hoping I don't crash the QV dev server when doing this 1 in memory table.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables:&lt;/P&gt;&lt;P&gt;COMMITTEE – &lt;STRONG&gt;has 43 million rows&lt;/STRONG&gt;&lt;BR /&gt; RATINGFACT – has 1.3 million rows&lt;BR /&gt; SERVICEDIM – has 81,000 rows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are what I think my JOINS should be but I am not 100%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;COMMITTEE:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;RATING_COMMITTEEDIM_KEY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc…&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;ISSUERATINGFACT:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;OUTER&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;JOIN&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; (COMMITTEE)&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;DISTINCT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;RATING_COMMITTEEDIM_KEY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SERVICEDIM_KEY&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc…&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;SERVICEDIM:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INNER&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;join&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; (ISSUERATINGFACT)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;DISTINCT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;SERVICEDIM_KEY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc…&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2015 20:51:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-01T20:51:06Z</dc:date>
    <item>
      <title>Nested If as a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811198#M286347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the below Nested IF statement as a DIMENSION expression in my straight table but now my QVW is VERY SLOW when on open. I am using this dimension expression to hide rows or values when the value is null because the rules don't apply.&amp;nbsp;&amp;nbsp; It seems I can not use the below IF statement in the script because all the fields in the conditions belong to different tables unless I combine all the tables into one table.&amp;nbsp; It doesn't make sense to do this.&amp;nbsp; I can't use set analysis because it is not a calculated expression, right? I also tried the PICK/MATCH functions but I can't seem to get the syntax working. Any help/suggestions are greatly appreciated.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if([VARIANCE ID] = 14 AND [Management Line]='Structured Finance' AND [Business Group 1] &amp;lt;&amp;gt; 'Covered Bonds', Null(),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if([VARIANCE ID] = 15 AND [Management Line]&amp;lt;&amp;gt;'Structured Finance' AND [Business Group 1] &amp;lt;&amp;gt; 'Covered Bonds',&amp;nbsp; Null(), 1))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 20:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811198#M286347</guid>
      <dc:creator />
      <dc:date>2015-03-27T20:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If as a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811199#M286348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your two conditions are quite similar. Therefore they could be reduced to one condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(match([VARIANCE ID], 14, 15) AND [Management Line]&amp;lt;&amp;gt;'Structured Finance' AND [Business Group 1] &amp;lt;&amp;gt; 'Covered Bonds',&amp;nbsp; Null(), 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further you could speed up such calculations if the conditions didn't compare strings else numeric values, maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(match([VARIANCE ID], 14, 15) AND [Management Line ID]&amp;lt;&amp;gt; 50 AND [Business Group 1 ID] &amp;lt;&amp;gt; 5,&amp;nbsp; Null(), 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 21:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811199#M286348</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-03-27T21:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If as a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811200#M286349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The straight table consts of 1 row, right? If I got the question correctly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Use =ValueList(1) as a calculated dimension and move all the IF stuff into expression&lt;/P&gt;&lt;P&gt;2. Use Set Analysis instead of IFs&lt;/P&gt;&lt;P&gt;3. Why it doesn't make sense to create a single table? This is the best option from performance point of view. It worth trying if points 1,2 do not help to reach good performance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 23:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811200#M286349</guid>
      <dc:creator />
      <dc:date>2015-03-27T23:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If as a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811201#M286350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a single straight table that consists of many rows with several dimensions and 1 expression with a count(dimension).&amp;nbsp;&amp;nbsp; One of my dimensions I use the expression above as a calculated dimension to hide the rows when it is null.&amp;nbsp; I guess I don't know how I would use set analysis in either my dimension expression&amp;nbsp; or calculated expression in this scenario.&amp;nbsp; Any guidance is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly, I am not understanding how I would use =ValueList(1) in my example.&amp;nbsp; Can you explain in more detail?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Melinda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Mar 2015 01:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811201#M286350</guid>
      <dc:creator />
      <dc:date>2015-03-29T01:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If as a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811202#M286351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Hello, &lt;/SPAN&gt;several dims for sure will produce more than 1 row. However, the one you defined may have only two possible values: NULL and 1. ValueList(1) would produce a synthetic dim and might be necessary in case your dimension is the only one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since you do have some other dims - ValueList(1) is not needed. Try to move this logic into your expression. As a first step - remove the dimension and put your conditions into expression. Instead of count(dimension) you may use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;if([VARIANCE ID] = 14 AND [Management Line]='Structured Finance' AND [Business Group 1] &amp;lt;&amp;gt; 'Covered Bonds', 0,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp; if([VARIANCE ID] = 15 AND [Management Line]&amp;lt;&amp;gt;'Structured Finance' AND [Business Group 1] &amp;lt;&amp;gt; 'Covered Bonds',&amp;nbsp; 0, 1))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(+ as Marcus said this may be simplified). If this works (you see at least some performance improvement) - next step is replacing all the IFs with set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a last resort - redesign your data structure to keep all the columns (that you use in this straight table) in 1 in-memory table (use table viewer to review how it looks).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The steps I provide all based on following simple observation:&lt;/P&gt;&lt;P&gt;1. Simple, field-based dims usually faster than calculated dims (in most cases)&lt;/P&gt;&lt;P&gt;2. Set analysis usually faster than any conditional operators (if, pick/match etc)&lt;/P&gt;&lt;P&gt;3. If any object definition is based on fields from ONE internal in-memory table then it works faster (calc time is lower) comparing to when it is based on TWO or more in-memory tables. This may require redesign data structure, change LOAD scripts (add joins, etc) and increase load/re-load a bit BUT it may save much calc. time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Mar 2015 11:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811202#M286351</guid>
      <dc:creator />
      <dc:date>2015-03-29T11:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If as a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811203#M286352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the responses!&amp;nbsp; I've tried almost everything however, I am still having performance issues when opening the QVW.&amp;nbsp; I can't use set analysis since this logic is on the dimensions and there are no expressions or metric calculations in the app.&amp;nbsp; I am to the point of making ONE internal in-memory table but I am having some syntax issues trying to join all my tables.&amp;nbsp; Can you confirm that the syntax below in my JOINS are correct?&amp;nbsp; Basically I am trying to join 2 different tables to another.&amp;nbsp; Please note, one of my tables is over 43 million rows so I am hoping I don't crash the QV dev server when doing this 1 in memory table.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables:&lt;/P&gt;&lt;P&gt;COMMITTEE – &lt;STRONG&gt;has 43 million rows&lt;/STRONG&gt;&lt;BR /&gt; RATINGFACT – has 1.3 million rows&lt;BR /&gt; SERVICEDIM – has 81,000 rows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are what I think my JOINS should be but I am not 100%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;COMMITTEE:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;RATING_COMMITTEEDIM_KEY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc…&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;ISSUERATINGFACT:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;OUTER&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;JOIN&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; (COMMITTEE)&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;DISTINCT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;RATING_COMMITTEEDIM_KEY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SERVICEDIM_KEY&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc…&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;SERVICEDIM:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INNER&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;join&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; (ISSUERATINGFACT)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;DISTINCT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;SERVICEDIM_KEY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc…&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 20:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811203#M286352</guid>
      <dc:creator />
      <dc:date>2015-04-01T20:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If as a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811204#M286353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To do a PICK you use the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RenameMe:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %VarID, %VarDesc&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1, VarianceID14Desc&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2, VarianceID15Desc&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression for PICK:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PICK(%VarID,&lt;/P&gt;&lt;P&gt;Expression for Variance14,&lt;/P&gt;&lt;P&gt;Expression for Variance 15))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 21:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811204#M286353</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2015-04-01T21:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If as a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811205#M286354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In response to your joins, the logic is an issue.&amp;nbsp; You should be joining to your fact table, not joining your fact to a dimension.&amp;nbsp; Also, you might not need to have distinct on your load unless those tables are dirty data not normalized.&amp;nbsp; Last of all, we run a lot more than 43 million rows "in memory" close to 500 million and we don't crash the server but we have a lot invested in our hardware 1TB of RAM each server and model our applications correctly where the final stage is in optimized qvd load format.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;ISSUERATINGFACT:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;RATING_COMMITTEEDIM_KEY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SERVICEDIM_KEY&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc…&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;LEFT JOIN(ISSUERATINGFACT)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;RATING_COMMITTEEDIM_KEY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc…&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;INNER&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;join&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt; (ISSUERATINGFACT)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;SERVICEDIM_KEY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; etc…&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 21:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811205#M286354</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2015-04-01T21:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If as a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811206#M286355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To join all tables together is rather not a recommended approach. Often there are performance advantages in gui-calculations when fact-tables are matched but not by the dimension-tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further important is the kind and amount of matching. In genereal you could use joining, concatenate and/or mapping whereat joining is a lot more difficult if you don't know the data-quality very good. Often fact-tables aren't really linked to eachother and could be simply concatenated.&lt;/P&gt;&lt;P&gt;Whereas mapping with applymap is very useful if cases of bad data-quality and/or if you only need to transfer a few fields or informations from one table to the other. This meant some fields will be transfered to another table and used for some calculations maybe to create flags but the datamodel itself don't need necessarily be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2739"&gt;To Join or not to Join&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2756"&gt;Don't join - use Applymap instead&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3119"&gt;Concatenate vs Link Table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you should check if you need really all fields and if you could optimize some fields and/or keys and that you have a proper datamodel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3632"&gt;The Importance Of Being Distinct&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2848"&gt;Symbol Tables and Bit-Stuffed Pointers&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3064"&gt;Synthetic Keys&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3178"&gt;Circular References&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you could use set analysis in a expression to filter out dimension-values then if the expression returned NULL dimension-values could be hidden (options by dimensions and within the tab presentations).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beside these things you should check your server ressources (I think at least 16GB RAM for these app) and settings (cores disabled, working set - settings, ...) then if the system swap RAM into the pagefile it will be very slow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 08:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811206#M286355</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-04-02T08:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If as a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811207#M286356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably i am over simplifying here but is there a reason why you do not want to take your expression to the script and build a field out of it? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 08:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811207#M286356</guid>
      <dc:creator />
      <dc:date>2015-04-02T08:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If as a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811208#M286357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All very valid points!&amp;nbsp; A couple of things to note...the ISSUERRATINGFACT is technically not a fact table. Our DBAs just named it that.&amp;nbsp; Again,&amp;nbsp; I am not doing any metric calculations in my QVW so there are NO measures/calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul to your point.&amp;nbsp; I can't take my expression to the script UNLESS I JOIN all my tables or most of my tables into 1(or maybe 2) in-memory tables.&amp;nbsp; Right now, the expression is based on many fields in different tables in my data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus,&amp;nbsp; I can't use set analysis because I am not aggregating or "measuring" any values. All columns in my tables are dimension values.&amp;nbsp; The sole purpose of the QVW is to display details only.&amp;nbsp; The expression that I posted in my initial post of this discussion thread was an example of just 1 calculated dimension that I used in the QVW.&amp;nbsp; There are 2 more nested IF calculated dimensions that I use in my table too.&amp;nbsp; I just gave you one as a simple example.&amp;nbsp;&amp;nbsp;&amp;nbsp; I can't use APPLYMAP because my tables have many fields I need to bring in - they are not "lookup" values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still analyzing my data model and trying to see if I can use many of the approaches mentioned above.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate everyone's input.&amp;nbsp; Lots of great info!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 13:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811208#M286357</guid>
      <dc:creator />
      <dc:date>2015-04-02T13:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If as a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811209#M286358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you could use an aggregation with set analysis without the need of a real aggregation quasi as fake:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt; &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;[VARIANCE ID] = {14, 15}, [Management Line ID] -= {50}, [Business Group 1 ID] -= {5}&amp;gt;} 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;- Marcus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 14:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811209#M286358</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-04-02T14:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If as a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811210#M286359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did use that set analysis expression and it works! However, I have another calculated dimension in the same table that is causing performance issues.&amp;nbsp; See below NESTED IF calculated dimension...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Match([%EMPLOYEE_NO],[SECONDARY_EMP_NO]) AND Match([%EMPLOYEE_NO],[SURV_EMP_NO]),'Secondary &amp;amp; Surveillance',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Match([%EMPLOYEE_NO],[PRIMARY_EMP_NO]),'Primary',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if(Match([%EMPLOYEE_NO],[SECONDARY_EMP_NO]),'Secondary',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Match([%EMPLOYEE_NO],[SURV_EMP_NO]),'Surveillance',&lt;/P&gt;&lt;P&gt;&amp;nbsp; Null()))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields %EMPLOYEE_NO are in the COMMITTEE table and the fields SECONDARY_EMP_NO and PRIMARY_EMP_NO and SURV_EMP_NO are in the ISSUERATINGFACT table.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I am going to try to combine (JOIN) the COMMITTEE table and ISSUERATINGFACT table in the script so I can use the above expression in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Melinda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 14:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811210#M286359</guid>
      <dc:creator />
      <dc:date>2015-04-02T14:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Nested If as a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811211#M286360</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;I used a combination of all the suggestions in this post and I got my app to open in just 5 seconds!&amp;nbsp; Thanks for all the input!&amp;nbsp; Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 20:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-If-as-a-dimension/m-p/811211#M286360</guid>
      <dc:creator />
      <dc:date>2015-04-08T20:32:38Z</dc:date>
    </item>
  </channel>
</rss>

