<?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 Display a value as feet (') and inches (&amp;quot;) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-a-value-as-feet-and-inches-quot/m-p/1750953#M720219</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm assuming this will be relatively easy, and hopefully save me some time!&amp;nbsp; I'm wanting to change the way two separate values are displayed and want to do this in the load script.&lt;/P&gt;&lt;P&gt;I have a value, for example;&lt;/P&gt;&lt;P&gt;20&lt;/P&gt;&lt;P&gt;I want to display this as feet;&lt;/P&gt;&lt;P&gt;20'&lt;/P&gt;&lt;P&gt;I have another value, for example;&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;I want to display this as inches;&lt;/P&gt;&lt;P&gt;6"&lt;/P&gt;&lt;P&gt;Firstly, how would this be achieved?&lt;/P&gt;&lt;P&gt;My end result, after combining the two fields will be;&lt;/P&gt;&lt;P&gt;20' 6"&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:50:23 GMT</pubDate>
    <dc:creator>DataKnight1</dc:creator>
    <dc:date>2024-11-15T23:50:23Z</dc:date>
    <item>
      <title>Display a value as feet (') and inches (")</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-value-as-feet-and-inches-quot/m-p/1750953#M720219</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm assuming this will be relatively easy, and hopefully save me some time!&amp;nbsp; I'm wanting to change the way two separate values are displayed and want to do this in the load script.&lt;/P&gt;&lt;P&gt;I have a value, for example;&lt;/P&gt;&lt;P&gt;20&lt;/P&gt;&lt;P&gt;I want to display this as feet;&lt;/P&gt;&lt;P&gt;20'&lt;/P&gt;&lt;P&gt;I have another value, for example;&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;I want to display this as inches;&lt;/P&gt;&lt;P&gt;6"&lt;/P&gt;&lt;P&gt;Firstly, how would this be achieved?&lt;/P&gt;&lt;P&gt;My end result, after combining the two fields will be;&lt;/P&gt;&lt;P&gt;20' 6"&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-value-as-feet-and-inches-quot/m-p/1750953#M720219</guid>
      <dc:creator>DataKnight1</dc:creator>
      <dc:date>2024-11-15T23:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Display a value as feet (') and inches (")</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-value-as-feet-and-inches-quot/m-p/1750955#M720220</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Hope you have 2 fields like below&lt;/P&gt;&lt;P&gt;Load *, Feet&amp;amp;chr(39)&amp;amp;Inch&amp;amp;'"' as FeetInch Inline&lt;BR /&gt;[&lt;BR /&gt;Feet, Inch&lt;BR /&gt;20, 6&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Feet&amp;amp;chr(39)&amp;amp;Inch&amp;amp;'"'&lt;/STRONG&gt; as FeetInch &amp;lt;-- helps to achieve the expected results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayil Vahanan R&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 08:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-value-as-feet-and-inches-quot/m-p/1750955#M720220</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-10-09T08:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Display a value as feet (') and inches (")</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-value-as-feet-and-inches-quot/m-p/1750961#M720221</link>
      <description>&lt;P&gt;Hi Mayil,&lt;/P&gt;&lt;P&gt;Thanks for your prompt response.&lt;/P&gt;&lt;P&gt;Whilst your solution would fix the specific values in question - what if there were thousands?&amp;nbsp; I don't want to key each one in an INLINE table...&lt;/P&gt;&lt;P&gt;Eg;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DataKnight1_0-1602233681818.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41966iB4B1852715A54029/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DataKnight1_0-1602233681818.png" alt="DataKnight1_0-1602233681818.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So may aim is to reformat the fields in script so they display as;&lt;/P&gt;&lt;P&gt;1'0"&lt;/P&gt;&lt;P&gt;2'0"&lt;/P&gt;&lt;P&gt;3'0"&lt;/P&gt;&lt;P&gt;4'0"&lt;/P&gt;&lt;P&gt;4'6"&lt;/P&gt;&lt;P&gt;etc...&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 08:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-value-as-feet-and-inches-quot/m-p/1750961#M720221</guid>
      <dc:creator>DataKnight1</dc:creator>
      <dc:date>2020-10-09T08:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Display a value as feet (') and inches (")</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-value-as-feet-and-inches-quot/m-p/1750962#M720222</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Actually, I've provided the sample data &amp;amp; solution.&lt;/P&gt;&lt;P&gt;In your script, you can use like below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;YourFeetFieldName&amp;amp;chr(39)&amp;amp;YourInchFieldName&amp;amp;'"' as FieldInch&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 09:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-value-as-feet-and-inches-quot/m-p/1750962#M720222</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-10-09T09:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Display a value as feet (') and inches (")</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-value-as-feet-and-inches-quot/m-p/1750965#M720223</link>
      <description>&lt;P&gt;Great - thanks very much!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DataKnight1_0-1602234478570.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41968i9C945764F614A62F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DataKnight1_0-1602234478570.png" alt="DataKnight1_0-1602234478570.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a good day.&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 09:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-value-as-feet-and-inches-quot/m-p/1750965#M720223</guid>
      <dc:creator>DataKnight1</dc:creator>
      <dc:date>2020-10-09T09:07:26Z</dc:date>
    </item>
  </channel>
</rss>

