<?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 Help with Trellis Chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2422389#M95797</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;So I want to create a trellis chart to show the same graph many times, but in each case, should only show the information of one dimension.&lt;/P&gt;
&lt;P&gt;I did the following but it did not work out.&lt;/P&gt;
&lt;P&gt;1- I created a line chart with many dimensions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2- I converted this line chart to a master visualization&lt;/P&gt;
&lt;P&gt;3- I added a trellis chart&lt;/P&gt;
&lt;P&gt;4- I selected the dimension that I want. I want to portray as many line charts as dimensions I have&lt;/P&gt;
&lt;P&gt;5 - I get 12 charts, which is the numbers of dimensions i have, each of them have a different title, according to the dimensions... but the graph shown is still the same...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what am i doing wrong?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:03:17 GMT</pubDate>
    <dc:creator>Nemo1</dc:creator>
    <dc:date>2024-11-15T21:03:17Z</dc:date>
    <item>
      <title>Help with Trellis Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2422389#M95797</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;So I want to create a trellis chart to show the same graph many times, but in each case, should only show the information of one dimension.&lt;/P&gt;
&lt;P&gt;I did the following but it did not work out.&lt;/P&gt;
&lt;P&gt;1- I created a line chart with many dimensions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2- I converted this line chart to a master visualization&lt;/P&gt;
&lt;P&gt;3- I added a trellis chart&lt;/P&gt;
&lt;P&gt;4- I selected the dimension that I want. I want to portray as many line charts as dimensions I have&lt;/P&gt;
&lt;P&gt;5 - I get 12 charts, which is the numbers of dimensions i have, each of them have a different title, according to the dimensions... but the graph shown is still the same...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what am i doing wrong?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2422389#M95797</guid>
      <dc:creator>Nemo1</dc:creator>
      <dc:date>2024-11-15T21:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Trellis Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2423193#M95879</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/285717"&gt;@Nemo1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've just hit the same bug. The first time I've seen it, but I don't use the trellis much.&lt;/P&gt;
&lt;P&gt;I tried adding a simpler chart, with just&amp;nbsp;&lt;STRONG&gt;sum(Value)&lt;/STRONG&gt; as the measure, and that worked fine.&lt;/P&gt;
&lt;P&gt;I then returned to the chart that didn't work and saw that this had the expression coming from a variable (which I tend to always do). I copied the code from the variable into the master item directly, and it worked.&lt;/P&gt;
&lt;P&gt;Having the expression as a Master Item worked fine, so this gives some of the advantages of using variables, without tripping up the trellis.&lt;/P&gt;
&lt;P&gt;Hopefully this will work for you also.&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Sun, 25 Feb 2024 09:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2423193#M95879</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2024-02-25T09:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Trellis Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2423282#M95894</link>
      <description>&lt;P&gt;try using the Advanced mode and add either $(vDimSet) or&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;$(vDimSetFull) in the expression of your master visualization&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also note you can't use this for calculated dimensions&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/Visualizations/VisualizationBundle/trellis-container.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/Visualizations/VisualizationBundle/trellis-container.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 05:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2423282#M95894</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2024-02-26T05:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Trellis Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2424020#M95951</link>
      <description>&lt;P&gt;I am not understanding...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So before I set my master visualization, which was a line chart, and I used a measure that I created... that did not work, as I get the same graph many times..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, instead of using a measure, I just copied the formula of my measure and I paste it, still did not work..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then I created a variable, and i used the same formula that I have been using, and I selected it, but I got a message that says "The chart is not displayed because it only contains undenifed values"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am so lost&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thansk in advance,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 10:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2424020#M95951</guid>
      <dc:creator>Nemo1</dc:creator>
      <dc:date>2024-02-27T10:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Trellis Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2424022#M95953</link>
      <description>&lt;P&gt;I did not realise that I was calling the variable wrong, i forgot to add the $(), but still, i do it, and i get alwazs the same graph&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 10:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2424022#M95953</guid>
      <dc:creator>Nemo1</dc:creator>
      <dc:date>2024-02-27T10:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Trellis Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2424025#M95954</link>
      <description>&lt;P&gt;Hello, thanks for your answer.. what do you mean with calculated dimensions?&lt;/P&gt;
&lt;P&gt;I am using the following: if(source='StoreSales', sum(Sales)/1000)&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 10:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2424025#M95954</guid>
      <dc:creator>Nemo1</dc:creator>
      <dc:date>2024-02-27T10:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Trellis Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2424033#M95956</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/285717"&gt;@Nemo1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please share what dimension you are using in the chart, what dimension you have on the master item and the measure on the master item - ideally with screenshots of each in situ.&lt;/P&gt;
&lt;P&gt;The dimension on the trellis should be a field from the data model, and not something that is derived.&lt;/P&gt;
&lt;P&gt;Please try with a very simple measure on the master item, e.g.&amp;nbsp;&lt;STRONG&gt;sum(Sales)&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;I think the expression that you have would be better written as:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;sum(if(source='StoreSales', Sales, 0))/1000)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This will add up all Sales where the source matches, rather than adding up all sales and then only showing them if the source is StoreSales, within the current dimension. There's an important difference in how it is worked out.&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 10:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2424033#M95956</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2024-02-27T10:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Trellis Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2424173#M95972</link>
      <description>&lt;P&gt;Hello Steve,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately I cannot share screenshots &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried with a simple measure in another dashboard and it did work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then I tried with your formula and it did not work.&lt;/P&gt;
&lt;P&gt;I think that the problem is that the dimension I am using for the trellis, although it comes from the data model, it is a "mapped" dimension. Probably that is making my life complicated now?&lt;/P&gt;
&lt;P&gt;the dimension is my dataload editor looks like this: applymap ('Map_Store', Hous) as Store&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for your awesome answers and your patience&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 15:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2424173#M95972</guid>
      <dc:creator>Nemo1</dc:creator>
      <dc:date>2024-02-27T15:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Trellis Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2424175#M95973</link>
      <description>&lt;P&gt;I am trying to find a work around this but it is not leading me to anything&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 15:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2424175#M95973</guid>
      <dc:creator>Nemo1</dc:creator>
      <dc:date>2024-02-27T15:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Trellis Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2424193#M95974</link>
      <description>&lt;P&gt;It won't be the fact that it comes from an ApplyMap. Having Null values in the results may be an issue, or if it doesn't associate with the rest of the data model nicely.&lt;/P&gt;
&lt;P&gt;Have you checked doing a simple table with Store as a dimension and your expression as the expression?&lt;/P&gt;
&lt;P&gt;Have you checked the data model viewer, to ensure that is as you would expect it to be? Any tables not joined to the rest of the model could certainly cause this.&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 15:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2424193#M95974</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2024-02-27T15:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Trellis Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2424489#M96004</link>
      <description>&lt;P&gt;Hello Steve,&lt;/P&gt;
&lt;P&gt;I did create simple table and the data is coming with no problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the tables are correctly join.. this is a mistery!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 08:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2424489#M96004</guid>
      <dc:creator>Nemo1</dc:creator>
      <dc:date>2024-02-28T08:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Trellis Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2425238#M96076</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/285717"&gt;@Nemo1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is quite odd. I would try creating a trellis that does work and then keep adding things one at a time until it breaks.&lt;/P&gt;
&lt;P&gt;It might be worth exploring&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2751"&gt;@vinieme12&lt;/a&gt;'s suggestion of using advanced mode and&amp;nbsp;&lt;SPAN&gt;$(vDimSetFull).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Basically, the way this works is that it gives you set analysis that you can inject into your expression.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So, if the expression in the master item is&amp;nbsp;&lt;STRONG&gt;sum(Sales)&lt;/STRONG&gt; you would make it&amp;nbsp;&lt;STRONG&gt;sum($(vDimSetFull)Sales)&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you already have some set analysis you will need to use one of the partial set variables, as below:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stevedark_0-1709203886488.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/160954i613DD36613441DE0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="stevedark_0-1709203886488.png" alt="stevedark_0-1709203886488.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Visualizations/VisualizationBundle/trellis-container.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Visualizations/VisualizationBundle/trellis-container.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 10:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Trellis-Chart/m-p/2425238#M96076</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2024-02-29T10:52:30Z</dc:date>
    </item>
  </channel>
</rss>

