<?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 What is the Synthetic Dimension ?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-the-Synthetic-Dimension/m-p/514841#M1136413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the Synthetic Dimension ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Oct 2013 17:55:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-04T17:55:00Z</dc:date>
    <item>
      <title>What is the Synthetic Dimension ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Synthetic-Dimension/m-p/514841#M1136413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the Synthetic Dimension ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 17:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Synthetic-Dimension/m-p/514841#M1136413</guid>
      <dc:creator />
      <dc:date>2013-10-04T17:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Synthetic Dimension ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Synthetic-Dimension/m-p/514842#M1136414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a dimension not based on fields stored in your data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use valuelist() / valueloop() functions to create a synthetic dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor1292"&gt;&lt;/A&gt;Synthetic Dimension Functions&lt;/H1&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;ValueList (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;value {, value }&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns a set of listed values which, when used in a calculated dimension, will form a synthetic dimension. In charts with a synthetic dimension created with the &lt;SPAN class="Bold"&gt;valuelist&lt;/SPAN&gt; function it is possible to reference the dimension value corresponding to a specific expression cell by restating the &lt;SPAN class="Bold"&gt;valuelist&lt;/SPAN&gt; function with the same parameters in the chart expression. The function may of course be used anywhere in the layout, but apart from when used for synthetic dimensions it will only be meaningful inside an aggregation function. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;valuelist ( 1, 10, 100 ) &lt;/P&gt;&lt;P class="Code"&gt;valuelist ( 'a', 'xyz', 55 ) &lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;ValueLoop(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;from [, to [, step = 1 ]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns a set of iterated values which, when used in a calculated dimension, will form a synthetic dimension. The values generated will start with the &lt;SPAN class="Bold"&gt;from&lt;/SPAN&gt; value and end with the &lt;SPAN class="Bold"&gt;to&lt;/SPAN&gt; value including intermediate values in increments of step. In charts with a synthetic dimension created with the &lt;SPAN class="Bold"&gt;valueloop&lt;/SPAN&gt; function it is possible to reference the dimension value corresponding to a specific expression cell by restating the &lt;SPAN class="Bold"&gt;valueloop&lt;/SPAN&gt; function with the same parameters in the chart expression. The function may of course be used anywhere in the layout, but apart from when used for synthetic dimensions it will only be meaningful inside an aggregation function. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;valueloop ( 1, 3 )&lt;/SPAN&gt; returns the values 1, 2 and 3&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;valueloop ( 1, 5, 2 )&lt;/SPAN&gt; returns the values 1, 3 and 5&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;valueloop ( 11 )&lt;/SPAN&gt; returns the value 11&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 18:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Synthetic-Dimension/m-p/514842#M1136414</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-04T18:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Synthetic Dimension ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Synthetic-Dimension/m-p/1975916#M1220747</link>
      <description>&lt;P&gt;Can you provide some scenarios where you would use a synthetic dimension and how to create the dimension?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 14:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Synthetic-Dimension/m-p/1975916#M1220747</guid>
      <dc:creator>Spartan27215</dc:creator>
      <dc:date>2022-09-01T14:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Synthetic Dimension ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Synthetic-Dimension/m-p/1976009#M1220754</link>
      <description>&lt;P&gt;There are several scenarios where you can use it based on your requirement. For example, if I have some data that i need to showcase such as null% and non-null data present in a field for data hygiene analysis and you want to showcase it in a piechart. As you know that piechart needs a dimension to show measure, but there is no dimension corresponding to that and if you take any other dimension like year you are showcasing the data as a share of the whole years, which is not the required presentation&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So for that I would need to create a synthetic dimension using valuelist, which is nothing but a dummy field Like valuelist('Null', 'Non-Null'). After that you use that field in the measure, like;&lt;/P&gt;
&lt;P&gt;if (ValueList('Null', 'Non-Null')='Day', nullCount(Country), if (ValueList('Null', 'Non-Null')='Night', Total (country) -Count(Country)))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This would give you the required presentation. Also, there are multiple other usecases as well, when you don't need or have the actual dimension but you wanna create a chart that has a requirement of dimension to show case the data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-09-01 at 11.35.22 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/88103i82B2C60567D74326/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2022-09-01 at 11.35.22 PM.png" alt="Screenshot 2022-09-01 at 11.35.22 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps!!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 18:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Synthetic-Dimension/m-p/1976009#M1220754</guid>
      <dc:creator>deepanshuSh</dc:creator>
      <dc:date>2022-09-01T18:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Synthetic Dimension ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Synthetic-Dimension/m-p/1976011#M1220755</link>
      <description>&lt;P&gt;What are the Fields in you example? It all looks like text values.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 18:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Synthetic-Dimension/m-p/1976011#M1220755</guid>
      <dc:creator>Spartan27215</dc:creator>
      <dc:date>2022-09-01T18:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Synthetic Dimension ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Synthetic-Dimension/m-p/1976016#M1220756</link>
      <description>&lt;P&gt;Where is the actual Dimension in This?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 18:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Synthetic-Dimension/m-p/1976016#M1220756</guid>
      <dc:creator>Spartan27215</dc:creator>
      <dc:date>2022-09-01T18:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Synthetic Dimension ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Synthetic-Dimension/m-p/1976138#M1220765</link>
      <description>&lt;P&gt;The best part about valuelist usage is that there is no actual dimension, we are just trying to compute that data on the dimension in measure, without using the dimension in the dimension column. When you want to do the measure for the dimension instead of using another field for calculating measure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me share you the qvf for the snap I shared above.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 06:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Synthetic-Dimension/m-p/1976138#M1220765</guid>
      <dc:creator>deepanshuSh</dc:creator>
      <dc:date>2022-09-02T06:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: What is the Synthetic Dimension ??</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-the-Synthetic-Dimension/m-p/1976735#M1220805</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@&amp;nbsp;wrote:&amp;nbsp;&lt;BR /&gt;
&lt;P&gt;What is the Synthetic Dimension ??&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I appreciate the information and advice you have shared. I will try to figure it out for more.&lt;A href="https://www.dgme.us/" target="_self"&gt;&lt;FONT color="#FFFFFF"&gt;.&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 03:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-the-Synthetic-Dimension/m-p/1976735#M1220805</guid>
      <dc:creator>Bigb58</dc:creator>
      <dc:date>2022-09-05T03:54:19Z</dc:date>
    </item>
  </channel>
</rss>

