<?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: relabel values in dimension field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/relabel-values-in-dimension-field/m-p/109434#M754365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you elaborate more?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1 - 0600&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2 - ?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3 - ?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;4 - ?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;5 - ?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;6 - ?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;What does it stand for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2018 06:36:03 GMT</pubDate>
    <dc:creator>MindaugasBacius</dc:creator>
    <dc:date>2018-10-17T06:36:03Z</dc:date>
    <item>
      <title>relabel values in dimension field</title>
      <link>https://community.qlik.com/t5/QlikView/relabel-values-in-dimension-field/m-p/109430#M754361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am making a chart in qlikview, of the table variety.&amp;nbsp; I have a field called TIME_DAY, which I want to make a dimension.&amp;nbsp; The values inside TIME_DAY are&amp;nbsp; 1, 2, 3, 4, 5, 6.&amp;nbsp; How can I display values of '1' as '0600'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&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/relabel-values-in-dimension-field/m-p/109430#M754361</guid>
      <dc:creator>drohm002</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: relabel values in dimension field</title>
      <link>https://community.qlik.com/t5/QlikView/relabel-values-in-dimension-field/m-p/109431#M754362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to display your time in Military Time format? As in, 6 am is 0600 and 8 pm is 2000?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 17:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/relabel-values-in-dimension-field/m-p/109431#M754362</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2018-10-16T17:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: relabel values in dimension field</title>
      <link>https://community.qlik.com/t5/QlikView/relabel-values-in-dimension-field/m-p/109432#M754363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this if that's what you meant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;//Script&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SET TimeFormat='hh:mm:ss TT';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression syntax: &lt;/STRONG&gt;&amp;nbsp; Timestamp('YourTimeField' ,'hh:mm:ss')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 18:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/relabel-values-in-dimension-field/m-p/109432#M754363</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2018-10-16T18:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: relabel values in dimension field</title>
      <link>https://community.qlik.com/t5/QlikView/relabel-values-in-dimension-field/m-p/109433#M754364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;How can I display values of '1' as '0600'?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;What is the Logic behind? For me, This is like &lt;STRONG&gt;Date(MakeTime(Num#(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;TIME_DAY)+5),'hhmm')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 03:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/relabel-values-in-dimension-field/m-p/109433#M754364</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-10-17T03:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: relabel values in dimension field</title>
      <link>https://community.qlik.com/t5/QlikView/relabel-values-in-dimension-field/m-p/109434#M754365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you elaborate more?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1 - 0600&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2 - ?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3 - ?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;4 - ?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;5 - ?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;6 - ?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;What does it stand for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 06:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/relabel-values-in-dimension-field/m-p/109434#M754365</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2018-10-17T06:36:03Z</dc:date>
    </item>
  </channel>
</rss>

