<?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: Number format within a Chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330927#M29035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Antonio - he is using Qlik Sense.&amp;nbsp; Your app is in Qlik View&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jul 2017 16:22:10 GMT</pubDate>
    <dc:creator>mjtaft2017</dc:creator>
    <dc:date>2017-07-19T16:22:10Z</dc:date>
    <item>
      <title>Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330921#M29029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shown is my set expression within a measure on a chart:&lt;/P&gt;&lt;P&gt;if(vMeasurement = 'Count',&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;MI_Priority = {'Critical','High'},FY_Year = {'$(vFYYear)'}&amp;gt;}[Incident Number]),&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;MI_Priority = {'Critical','High'},FY_Year = {'$(vFYYear)'}&amp;gt;}[Duration])&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the if statement, I will either be displaying a number or a duration. How do I change the formatting of the number within the chart? I've tried using custom, and adding 'Interval' to the part of the expression with the sum of the duration, but I can't get it to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 20:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330921#M29029</guid>
      <dc:creator>crowegreg</dc:creator>
      <dc:date>2017-07-18T20:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330922#M29030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give a little more information?&amp;nbsp; What is your dimension?&amp;nbsp; What does your data look like?&amp;nbsp; What does your chart look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 22:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330922#M29030</guid>
      <dc:creator>mjtaft2017</dc:creator>
      <dc:date>2017-07-18T22:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330923#M29031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sample Data:&lt;/P&gt;&lt;P&gt;Incident #, Month, Duration, Priority&lt;/P&gt;&lt;P&gt;INC001, Jan, 05:25,High&lt;/P&gt;&lt;P&gt;INC002, Jan, 00:45,Critical&lt;/P&gt;&lt;P&gt;INC003, Jan, 02:30,High&lt;/P&gt;&lt;P&gt;INC004, Feb, 01:15,High&lt;/P&gt;&lt;P&gt;INC005, Feb, 02:33,High&lt;/P&gt;&lt;P&gt;INC006, Feb, 00:45,High&lt;/P&gt;&lt;P&gt;INC007, Feb, 03:10,High&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dimension for my chart is Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have a bar chart, based on count of Incident #, chart will show for Jan -3, Feb -4. The format of the measure will be number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have a bar chart, based on sum of Duration, chart will show for Jan - 08:40, Feb -07:43. The format of the measure will be duration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'd like to do is combine these 2 bar charts into 1 chart, using a variable to select either count or duration. But I can't figure out how to change the format of the measure between number and duration. I believe I can use custom, and then properly format the set statement, but I can't get it to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 22:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330923#M29031</guid>
      <dc:creator>crowegreg</dc:creator>
      <dc:date>2017-07-18T22:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330924#M29032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;see Attachment.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 15:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330924#M29032</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-19T15:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330925#M29033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I properly view what you have sent me? I only see the&amp;nbsp; load statement. I already have the data loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 15:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330925#M29033</guid>
      <dc:creator>crowegreg</dc:creator>
      <dc:date>2017-07-19T15:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330926#M29034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't see this&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170755_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 16:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330926#M29034</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-19T16:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330927#M29035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Antonio - he is using Qlik Sense.&amp;nbsp; Your app is in Qlik View&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 16:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330927#M29035</guid>
      <dc:creator>mjtaft2017</dc:creator>
      <dc:date>2017-07-19T16:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330928#M29036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My apologies, I'm sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 16:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330928#M29036</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-07-19T16:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330929#M29037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying this but so far not able to get both axis to display -- I put the values on the bars but that isnt what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe try adding as an alternate measure?&amp;nbsp; I am going to try that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 16:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330929#M29037</guid>
      <dc:creator>mjtaft2017</dc:creator>
      <dc:date>2017-07-19T16:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330930#M29038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I tried adding as alternate measure&amp;nbsp; then the user can display either way&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Count.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170768_Count.PNG" style="height: 374px; width: 620px;" /&gt;&lt;IMG alt="Duration.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/170769_Duration.PNG" style="height: 355px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 16:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330930#M29038</guid>
      <dc:creator>mjtaft2017</dc:creator>
      <dc:date>2017-07-19T16:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330931#M29039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually --- this is what it looks like for the user.&amp;nbsp; They can choose from the Measures they want to view on the Y axis.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Test_Alternate_Measure.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170770_Test_Alternate_Measure.PNG" style="height: 346px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 16:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330931#M29039</guid>
      <dc:creator>mjtaft2017</dc:creator>
      <dc:date>2017-07-19T16:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330932#M29040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for all the suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought within a chart, within a measure, when you select the "Number formatting" you can select custom, and then format the result accordingly. As an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I'm counting the number of records, I want the display to be a number. ex: 7&lt;/P&gt;&lt;P&gt;If I'm summing the duration, I want the display to be a duration. ex: 05:25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is being displayed within the chart will be controlled by a button which the user selects, either "Count" or "Duration." Please note, I do not want two charts. I'd like one chart, that toggles between "Count" and "Duration".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both views are displayed below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170761_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/170771_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. In summary, if the user clicks on "Count", the first chart should be displayed. If the user clicks on "Duration", the second chart should be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your assistance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 16:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330932#M29040</guid>
      <dc:creator>crowegreg</dc:creator>
      <dc:date>2017-07-19T16:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330933#M29041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok - I get it.&amp;nbsp;&amp;nbsp; Did you look at the last image I sent?&amp;nbsp; The user can essentially toggle on the measures by selecting that little carrot that shows on the Y axis.&amp;nbsp; Then there is no need for 2 buttons &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 16:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330933#M29041</guid>
      <dc:creator>mjtaft2017</dc:creator>
      <dc:date>2017-07-19T16:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330934#M29042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try that, but I'd like to stay within my original thought.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Throughout my app, I make use of the buttons. I'm gaining new user acceptance by using those buttons, and I like the way they work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had read somewhere you can control what is being displayed within a chart by properly formatting the set expression. That's what I originally tried.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 16:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330934#M29042</guid>
      <dc:creator>crowegreg</dc:creator>
      <dc:date>2017-07-19T16:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330935#M29043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will give that a try and post it - I haven't used that so it will be a good exercise for me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 17:17:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330935#M29043</guid>
      <dc:creator>mjtaft2017</dc:creator>
      <dc:date>2017-07-19T17:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330936#M29044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been doing some additional testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have the measure formatted as 'Auto', and have this set expression,&lt;/P&gt;&lt;P&gt;Interval(Sum({$&amp;lt;MI_Priority = {'Critical','High'},FY_Year = {'$(vFYYear)'},$(vDivision) = {'Yes'}&amp;gt;}[Duration]),'h:mm')&lt;/P&gt;&lt;P&gt;the display is correctly formatted as 'hh:mm'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, once I put that statement within an IF statement,&lt;/P&gt;&lt;P&gt;if(vMeasurement = 'Count',&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;MI_Priority = {'Critical','High'},FY_Year = {'$(vFYYear)'},$(vDivision) = {'Yes'}&amp;gt;}[Incident Number]),&lt;/P&gt;&lt;P&gt;Interval(Sum({$&amp;lt;MI_Priority = {'Critical','High'},FY_Year = {'$(vFYYear)'},$(vDivision) = {'Yes'}&amp;gt;}[Duration]),'h:mm')&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is incorrectly formatted as 'hh.#####'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 19:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330936#M29044</guid>
      <dc:creator>crowegreg</dc:creator>
      <dc:date>2017-07-19T19:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330937#M29045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greg - &lt;/P&gt;&lt;P&gt;I think you need another right paren at the end of yours --- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(vMeasurement = 'Count',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({$&amp;lt;MI_Priority = {'Critical','High'},FY_Year = {'$(vFYYear)'},$(vDivision) = {'Yes'}&amp;gt;}[Incident Number]),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If vMeasurement = 'Duration', Interval(Sum({$&amp;lt;MI_Priority = {'Critical','High'},FY_Year = {'$(vFYYear)'},$(vDivision) = {'Yes'}&amp;gt;}[Duration]),'h:mm')))&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;If you don't want to do that format --- then you at least need an additional parenthesis on yours.&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;if(vMeasurement = 'Count',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({$&amp;lt;MI_Priority = {'Critical','High'},FY_Year = {'$(vFYYear)'},$(vDivision) = {'Yes'}&amp;gt;}[Incident Number]),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Interval(Sum({$&amp;lt;MI_Priority = {'Critical','High'},FY_Year = {'$(vFYYear)'},$(vDivision) = {'Yes'}&amp;gt;}[Duration]),'h:mm')&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 19:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330937#M29045</guid>
      <dc:creator>mjtaft2017</dc:creator>
      <dc:date>2017-07-20T19:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330938#M29046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but no doesn't work. You 1 to many ')'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read a lot of posts regarding the formatting of data that is within an 'IF' statement. But nothing to do with a duration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 19:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330938#M29046</guid>
      <dc:creator>crowegreg</dc:creator>
      <dc:date>2017-07-20T19:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330939#M29047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since I'm new too - I was wondering how you were creating your buttons in QS.&amp;nbsp; Did you use the extension qsVariable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you haven't checked this -- check it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cycle dimensions using a variable button or dropdown&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-17359"&gt;https://community.qlik.com/docs/DOC-17359&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 21:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330939#M29047</guid>
      <dc:creator>mjtaft2017</dc:creator>
      <dc:date>2017-07-20T21:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Number format within a Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330940#M29048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The buttons I've displayed up above were created using and extension named 'Sheet Navigation &amp;amp; Actions.' I believe my co-worker located it. It provides great flexibility in design and usability. When we created this an app for an iPad, to worked out well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 22:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Number-format-within-a-Chart/m-p/1330940#M29048</guid>
      <dc:creator>crowegreg</dc:creator>
      <dc:date>2017-07-20T22:00:38Z</dc:date>
    </item>
  </channel>
</rss>

