<?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: How do I forcibly default a chart to display dimensions? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-do-I-forcibly-default-a-chart-to-display-dimensions/m-p/1096796#M18427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this: In the charts properties pane on the right, go to Appearance and expand Presentation. Here for missing values select 'Show as zeros' &lt;IMG alt="Line_showzeros.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/115698_Line_showzeros.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Feb 2016 21:56:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-23T21:56:46Z</dc:date>
    <item>
      <title>How do I forcibly default a chart to display dimensions?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-forcibly-default-a-chart-to-display-dimensions/m-p/1096791#M18422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the example I've included, there are a number of dimensions missing because there are no measures occurring in that dimension. (2, 4, 5, 6).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the sake of conversation, let's say this line chart counts how many individuals drop out of the process at each step.&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Let's call it a 12 step program.&lt;/SPAN&gt; To do this, my chart is using &lt;STRONG&gt;Dimension &lt;/STRONG&gt; =(STEPS), and &lt;STRONG&gt;Measure &lt;/STRONG&gt;=COUNT(STEPS) How can I forcibly show that something (even a 0) happened at steps 2, 4, 5, &amp;amp; 6 even if nobody drops out of the process?&amp;nbsp; Is there logic that I can enter into the Dimension that would show 1 2 3 4 5 6 7 8 9 10 11 12 on my chart, but still allow users to filter out any step that they would like?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-02-23_14-41-05.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/115678_2016-02-23_14-41-05.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 19:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-forcibly-default-a-chart-to-display-dimensions/m-p/1096791#M18422</guid>
      <dc:creator />
      <dc:date>2016-02-23T19:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I forcibly default a chart to display dimensions?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-forcibly-default-a-chart-to-display-dimensions/m-p/1096792#M18423</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;You can create another table which will have all the values and then you can use that field. For example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load STEPS, STEPS as Key From Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;Key, ALLSTEPS&lt;/P&gt;&lt;P&gt;1,1&lt;/P&gt;&lt;P&gt;2,2&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;12,12&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use the AllSTEPS field as dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 20:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-forcibly-default-a-chart-to-display-dimensions/m-p/1096792#M18423</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-02-23T20:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I forcibly default a chart to display dimensions?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-forcibly-default-a-chart-to-display-dimensions/m-p/1096793#M18424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, that doesn't work as other complex charts/visualizations are tied to that same field.&amp;nbsp; It also doesn't appear to count correctly now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-02-23_15-12-28.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/115689_2016-02-23_15-12-28.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 20:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-forcibly-default-a-chart-to-display-dimensions/m-p/1096793#M18424</guid>
      <dc:creator />
      <dc:date>2016-02-23T20:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I forcibly default a chart to display dimensions?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-forcibly-default-a-chart-to-display-dimensions/m-p/1096794#M18425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Isaac,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will something like this work?&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;Load * inline [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Step, DropOuts&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1,1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2,0&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3, 2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;4, 0&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;5, 0&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;6, 0&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;7, 3&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;8, 2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;9, 1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;10, 2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;11, 1&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="line-height: 1.5em;"&gt;12,3&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;Then use "Step" as dimension, and DropOuts as measure.&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;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Muliady&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 21:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-forcibly-default-a-chart-to-display-dimensions/m-p/1096794#M18425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-23T21:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I forcibly default a chart to display dimensions?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-forcibly-default-a-chart-to-display-dimensions/m-p/1096795#M18426</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 post the Qvf File.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 21:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-forcibly-default-a-chart-to-display-dimensions/m-p/1096795#M18426</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-02-23T21:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I forcibly default a chart to display dimensions?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-forcibly-default-a-chart-to-display-dimensions/m-p/1096796#M18427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this: In the charts properties pane on the right, go to Appearance and expand Presentation. Here for missing values select 'Show as zeros' &lt;IMG alt="Line_showzeros.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/115698_Line_showzeros.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 21:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-forcibly-default-a-chart-to-display-dimensions/m-p/1096796#M18427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-23T21:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I forcibly default a chart to display dimensions?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-forcibly-default-a-chart-to-display-dimensions/m-p/1096797#M18428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unfortunately that's not an option for me.&amp;nbsp; The root cause is that I'm using the same field for the dimension and measure, so Qlik doesn't even realize that steps 2, 4, 5, or 6 even exist in this sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 14:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-forcibly-default-a-chart-to-display-dimensions/m-p/1096797#M18428</guid>
      <dc:creator />
      <dc:date>2016-02-26T14:36:45Z</dc:date>
    </item>
  </channel>
</rss>

