<?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: Using a calculated expression as a dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-a-calculated-expression-as-a-dimension/m-p/93341#M757242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ohh..try that if you can. I would suggest the best way go ahead is to do your data modelling at the script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, multiple residents and joins should so give you an aggregated table with the detail and attributes as fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can post you QVW with script &amp;amp; (sample or scrambled data, I can be more specific. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2018 20:50:09 GMT</pubDate>
    <dc:creator>vamsee</dc:creator>
    <dc:date>2018-09-20T20:50:09Z</dc:date>
    <item>
      <title>Using a calculated expression as a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-calculated-expression-as-a-dimension/m-p/93338#M757239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm working on a beast of a report.&amp;nbsp; Basically it takes a list of orders and then it assigns a reason based off the attributes that are pulled from all over the place.&amp;nbsp; I put everything in a Straight table and calculated the "Detail" column with an expression.&amp;nbsp; Now I would like to be able to chart those reasons listed in the "Detail" column and I have no idea if its possible.&amp;nbsp; I'd like to be able to count how many orders have each reason assigned.&amp;nbsp; Any ideas?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is a very simplified version of the report:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="180" style="width: 412px; height: 182px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;order &lt;/TD&gt;&lt;TD width="69"&gt;attribute1&lt;/TD&gt;&lt;TD width="72"&gt;attribute 2&lt;/TD&gt;&lt;TD width="72"&gt;attribute 3&lt;/TD&gt;&lt;TD width="72"&gt;attribute 4&lt;/TD&gt;&lt;TD width="72"&gt;Detail&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;a&lt;/TD&gt;&lt;TD&gt;red&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;TD&gt;yes&lt;/TD&gt;&lt;TD align="right"&gt;10&lt;/TD&gt;&lt;TD align="right"&gt;Reason 1 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;b&lt;/TD&gt;&lt;TD&gt;blue&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;TD&gt;yes&lt;/TD&gt;&lt;TD align="right"&gt;9&lt;/TD&gt;&lt;TD align="right"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;c&lt;/TD&gt;&lt;TD&gt;green&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;TD&gt;yes&lt;/TD&gt;&lt;TD align="right"&gt;8&lt;/TD&gt;&lt;TD align="right"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;d&lt;/TD&gt;&lt;TD&gt;yellow&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;TD&gt;no&lt;/TD&gt;&lt;TD align="right"&gt;7&lt;/TD&gt;&lt;TD align="right"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;e&lt;/TD&gt;&lt;TD&gt;red&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;TD&gt;no&lt;/TD&gt;&lt;TD align="right"&gt;6&lt;/TD&gt;&lt;TD align="right"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;f&lt;/TD&gt;&lt;TD&gt;blue&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;TD&gt;no&lt;/TD&gt;&lt;TD align="right"&gt;5&lt;/TD&gt;&lt;TD align="right"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Detail is set by a formula that looks like "if(attribute1=red and attribute 2 = 3 then detail = Reason 1 else if….Reason 2…."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-calculated-expression-as-a-dimension/m-p/93338#M757239</guid>
      <dc:creator>nburton78</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using a calculated expression as a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-calculated-expression-as-a-dimension/m-p/93339#M757240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use the same expression for Detail and create a calculated dimension, what is the error you have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 19:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-calculated-expression-as-a-dimension/m-p/93339#M757240</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2018-09-20T19:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using a calculated expression as a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-calculated-expression-as-a-dimension/m-p/93340#M757241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that would be perfect except some of the attributes are expressions also.&amp;nbsp; I could move the expressions to calculated dimensions if I can I refer to a calculated dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 19:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-calculated-expression-as-a-dimension/m-p/93340#M757241</guid>
      <dc:creator>nburton78</dc:creator>
      <dc:date>2018-09-20T19:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using a calculated expression as a dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-calculated-expression-as-a-dimension/m-p/93341#M757242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ohh..try that if you can. I would suggest the best way go ahead is to do your data modelling at the script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, multiple residents and joins should so give you an aggregated table with the detail and attributes as fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can post you QVW with script &amp;amp; (sample or scrambled data, I can be more specific. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 20:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-calculated-expression-as-a-dimension/m-p/93341#M757242</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2018-09-20T20:50:09Z</dc:date>
    </item>
  </channel>
</rss>

