<?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 to consider the number from combination data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-consider-the-number-from-combination-data/m-p/95633#M766247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached and hope this helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="206639" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206639_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2018 14:47:57 GMT</pubDate>
    <dc:creator>trdandamudi</dc:creator>
    <dc:date>2018-06-29T14:47:57Z</dc:date>
    <item>
      <title>How to consider the number from combination data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-consider-the-number-from-combination-data/m-p/95632#M766246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts.&lt;/P&gt;&lt;P&gt;Please help on below data.my extracted data is combination of m/s^2,&lt;/P&gt;&lt;P&gt;Here. i need to calculate this&amp;nbsp; m/s values multiplied with 18/5 and the&amp;nbsp; km/h should be multiplied with 1.&lt;/P&gt;&lt;P&gt;Struking with splitting the values and calculations.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Calculation.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206628_Calculation.PNG" style="height: 247px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-consider-the-number-from-combination-data/m-p/95632#M766246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to consider the number from combination data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-consider-the-number-from-combination-data/m-p/95633#M766247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached and hope this helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="206639" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206639_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 14:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-consider-the-number-from-combination-data/m-p/95633#M766247</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-06-29T14:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to consider the number from combination data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-consider-the-number-from-combination-data/m-p/95634#M766248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Suman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can use the below edit script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt; If(CleanedValues&amp;lt;10, (CleanedValues)*18/5, CleanedValues*1) as Calculateddata;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD ExistValues, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //CleanedValues, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Calculateddata,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfield(PurgeChar(PurgeChar( PurgeChar(PurgeChar(ExistValues,' Acceleration forward or braking:'),' Max Speed:'),' km/h'),' Acceleration side to side:'),'^',1) AS CleanedValues&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 15:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-consider-the-number-from-combination-data/m-p/95634#M766248</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-06-29T15:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to consider the number from combination data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-consider-the-number-from-combination-data/m-p/95635#M766249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its simple and more helpful for everyone.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 15:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-consider-the-number-from-combination-data/m-p/95635#M766249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-29T15:11:00Z</dc:date>
    </item>
  </channel>
</rss>

