<?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 Using Multiple Data Formats in a Bar Chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Using-Multiple-Data-Formats-in-a-Bar-Chart/m-p/1825800#M67885</link>
    <description>&lt;P&gt;Good afternoon&lt;BR /&gt;&lt;BR /&gt;I am using Qlik Sense May 2021, Patch 1.&lt;BR /&gt;&lt;BR /&gt;I have an application which loads data from an Excel spreadsheet.&amp;nbsp; This Excel spreadsheet has data in the following formats:&lt;BR /&gt;1. Integer (i.e. ####, 1234...&lt;BR /&gt;2. Interval (i.e. hh:mm:ss, 01:23:45...)&lt;BR /&gt;3. Percentage (i.e. 0.00%, 12.3%...)&lt;BR /&gt;&lt;BR /&gt;The format of the data is defined by a field called &lt;FONT color="#FF9900"&gt;MeasureFormat&lt;/FONT&gt;.&lt;BR /&gt;&lt;BR /&gt;I need the Y axis of the bar chart to adapt according to the format of the data.&amp;nbsp; I achieved this before with the following measure expression:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;if&lt;/FONT&gt;(&lt;FONT color="#FF9900"&gt;MeasureFormat&lt;/FONT&gt; &lt;FONT color="#3366FF"&gt;like&lt;/FONT&gt; &lt;FONT color="#339966"&gt;'*Interval*'&lt;/FONT&gt;,&lt;FONT color="#3366FF"&gt;Interval&lt;/FONT&gt;(&lt;FONT color="#FF9900"&gt;Value&lt;/FONT&gt;,&lt;FONT color="#339966"&gt;'hh:mm:ss'&lt;/FONT&gt;),&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#3366FF"&gt;if&lt;/FONT&gt;(&lt;FONT color="#FF9900"&gt;MeasureFormat&lt;/FONT&gt; &lt;FONT color="#3366FF"&gt;like&lt;/FONT&gt; &lt;FONT color="#339966"&gt;'0.00%'&lt;/FONT&gt;,&lt;FONT color="#3366FF"&gt;num&lt;/FONT&gt;(&lt;FONT color="#FF9900"&gt;Value&lt;/FONT&gt;,&lt;FONT color="#339966"&gt;'0.00%'&lt;/FONT&gt;),&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT color="#3366FF"&gt;num&lt;/FONT&gt;(&lt;FONT color="#FF9900"&gt;Value&lt;/FONT&gt;)&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;)&lt;/P&gt;&lt;P&gt;)&lt;BR /&gt;&lt;BR /&gt;However, this no longer works.&lt;BR /&gt;I am not sure if this happened since the latest Qlik Sense upgrade to the May 2021 patch 1, or if the users have changed something within the spreadsheet.&amp;nbsp; Any help or suggestions would be welcomed.&lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;BR /&gt;&lt;BR /&gt;Jade&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jul 2021 15:25:30 GMT</pubDate>
    <dc:creator>Jade_Earley</dc:creator>
    <dc:date>2021-07-30T15:25:30Z</dc:date>
    <item>
      <title>Using Multiple Data Formats in a Bar Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Using-Multiple-Data-Formats-in-a-Bar-Chart/m-p/1825800#M67885</link>
      <description>&lt;P&gt;Good afternoon&lt;BR /&gt;&lt;BR /&gt;I am using Qlik Sense May 2021, Patch 1.&lt;BR /&gt;&lt;BR /&gt;I have an application which loads data from an Excel spreadsheet.&amp;nbsp; This Excel spreadsheet has data in the following formats:&lt;BR /&gt;1. Integer (i.e. ####, 1234...&lt;BR /&gt;2. Interval (i.e. hh:mm:ss, 01:23:45...)&lt;BR /&gt;3. Percentage (i.e. 0.00%, 12.3%...)&lt;BR /&gt;&lt;BR /&gt;The format of the data is defined by a field called &lt;FONT color="#FF9900"&gt;MeasureFormat&lt;/FONT&gt;.&lt;BR /&gt;&lt;BR /&gt;I need the Y axis of the bar chart to adapt according to the format of the data.&amp;nbsp; I achieved this before with the following measure expression:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;if&lt;/FONT&gt;(&lt;FONT color="#FF9900"&gt;MeasureFormat&lt;/FONT&gt; &lt;FONT color="#3366FF"&gt;like&lt;/FONT&gt; &lt;FONT color="#339966"&gt;'*Interval*'&lt;/FONT&gt;,&lt;FONT color="#3366FF"&gt;Interval&lt;/FONT&gt;(&lt;FONT color="#FF9900"&gt;Value&lt;/FONT&gt;,&lt;FONT color="#339966"&gt;'hh:mm:ss'&lt;/FONT&gt;),&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#3366FF"&gt;if&lt;/FONT&gt;(&lt;FONT color="#FF9900"&gt;MeasureFormat&lt;/FONT&gt; &lt;FONT color="#3366FF"&gt;like&lt;/FONT&gt; &lt;FONT color="#339966"&gt;'0.00%'&lt;/FONT&gt;,&lt;FONT color="#3366FF"&gt;num&lt;/FONT&gt;(&lt;FONT color="#FF9900"&gt;Value&lt;/FONT&gt;,&lt;FONT color="#339966"&gt;'0.00%'&lt;/FONT&gt;),&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT color="#3366FF"&gt;num&lt;/FONT&gt;(&lt;FONT color="#FF9900"&gt;Value&lt;/FONT&gt;)&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;)&lt;/P&gt;&lt;P&gt;)&lt;BR /&gt;&lt;BR /&gt;However, this no longer works.&lt;BR /&gt;I am not sure if this happened since the latest Qlik Sense upgrade to the May 2021 patch 1, or if the users have changed something within the spreadsheet.&amp;nbsp; Any help or suggestions would be welcomed.&lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;BR /&gt;&lt;BR /&gt;Jade&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 15:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Using-Multiple-Data-Formats-in-a-Bar-Chart/m-p/1825800#M67885</guid>
      <dc:creator>Jade_Earley</dc:creator>
      <dc:date>2021-07-30T15:25:30Z</dc:date>
    </item>
  </channel>
</rss>

