<?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: Histogram - No numeric values on x-axis? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Histogram-No-numeric-values-on-x-axis/m-p/1203190#M387046</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works, but how can I get the dimension to display the correct labels instead of 1-8?&amp;nbsp; I could always make a legend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2016 17:50:28 GMT</pubDate>
    <dc:creator>NickHoff</dc:creator>
    <dc:date>2016-10-18T17:50:28Z</dc:date>
    <item>
      <title>Histogram - No numeric values on x-axis?</title>
      <link>https://community.qlik.com/t5/QlikView/Histogram-No-numeric-values-on-x-axis/m-p/1203188#M387044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I'm attempting to create a Histogram for my data, which I already have the bins.&amp;nbsp; For my dimension I'm using the following:&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;=$(eCostLevel)&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;Which is @CostDescriptionField in the inline table below:&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;CostLevel:&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;@CostLevelID, @CostLevel, @CostDescriptionField&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1, HCA, HCACostDescription&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2, Group, GroupCostDescription&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3, Division, DivisionCostDescription&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;4, Market, MarketCostDescription&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;5, Facility, FacilityCostDescription&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&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In my data model I have an indicator assigned to each @CostLeveID ranking from 1-8 depending on where in the innerquartile range the ID falls based on their Cost Per Case compared to a Benchmark.&amp;nbsp; The description is created with the following for each CostLevel:&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FacilityCostScore,&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; IF(FacilityCostScore = 1, 'LESS THAN 1.0%',&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; IF(FacilityCostScore = 2,'BETWEEN 1.1% and 5.0%',&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; IF(FacilityCostScore = 3,'BETWEEN 5.1% and 25.0%',&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; IF(FacilityCostScore = 4, 'BETWEEN 25.1% and 50.0%',&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; IF(FacilityCostScore = 5,'BETWEEN 50.1% and 75.0%',&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; IF(FacilityCostScore = 6,'BETWEEN 75.1% and 95.0%',&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; IF(FacilityCostScore = 7,'BETWEEN 95.1% and 99.0%',&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; IF(FacilityCostScore = 8,'GREATER THAN 99.1%')))))))) AS FacilityCostDescription&lt;/P&gt;&lt;P&gt;&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;My expression in the table is the following:&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;=COUNT({[Benchmark]&amp;lt;ProcGroup = {$(eProcedureGroup)},ZeroSurgicalUsedWastedIND = {'No'}&amp;gt;}DISTINCT SurgicalCaseSk)&lt;/P&gt;&lt;P&gt;&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;All the data displays correctly until I check Continuous on the axes tab, then I'm greeted with the following error:&lt;/P&gt;&lt;P&gt;&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;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1144459-141050/histogramerror.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="histogramerror.png" class="jive-image image-1" height="295" src="https://community.qlik.com/legacyfs/online/141056_histogramerror.png" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="1094" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 16:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Histogram-No-numeric-values-on-x-axis/m-p/1203188#M387044</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2016-10-18T16:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram - No numeric values on x-axis?</title>
      <link>https://community.qlik.com/t5/QlikView/Histogram-No-numeric-values-on-x-axis/m-p/1203189#M387045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try with Dual function in for your dimension:&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;STRONG&gt;FacilityCostScore,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(FacilityCostScore = 1, &lt;SPAN style="color: #ff0000;"&gt;Dual(&lt;/SPAN&gt;'LESS THAN 1.0%'&lt;SPAN style="color: #ff0000;"&gt;, 1),&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(FacilityCostScore = 2,&lt;SPAN style="color: #ff0000;"&gt;Dual&lt;/SPAN&gt;('BETWEEN 1.1% and 5.0%'&lt;SPAN style="color: #ff0000;"&gt;, 2)&lt;/SPAN&gt;,...&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ))))))) AS FacilityCostDescription&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 17:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Histogram-No-numeric-values-on-x-axis/m-p/1203189#M387045</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-18T17:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram - No numeric values on x-axis?</title>
      <link>https://community.qlik.com/t5/QlikView/Histogram-No-numeric-values-on-x-axis/m-p/1203190#M387046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works, but how can I get the dimension to display the correct labels instead of 1-8?&amp;nbsp; I could always make a legend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 17:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Histogram-No-numeric-values-on-x-axis/m-p/1203190#M387046</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2016-10-18T17:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Histogram - No numeric values on x-axis?</title>
      <link>https://community.qlik.com/t5/QlikView/Histogram-No-numeric-values-on-x-axis/m-p/1203191#M387047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if you would be able to do this with continuous axis. I am not 100% sure though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 17:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Histogram-No-numeric-values-on-x-axis/m-p/1203191#M387047</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-18T17:51:48Z</dc:date>
    </item>
  </channel>
</rss>

