<?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 Conversion of data question in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Conversion-of-data-question/m-p/49817#M3357</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a dashboard from a Mysql table. One of the columns in the table is days which provides data ranging from 1-7 in the format 1,2,3 or 1,2,3,4 which corresponds to Sun,Mon,Tues and Sun,Mon,Tues,Wed respectively. Please let me know an efficient way to map the numbers to the days. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2018 13:33:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-19T13:33:35Z</dc:date>
    <item>
      <title>Conversion of data question</title>
      <link>https://community.qlik.com/t5/App-Development/Conversion-of-data-question/m-p/49817#M3357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a dashboard from a Mysql table. One of the columns in the table is days which provides data ranging from 1-7 in the format 1,2,3 or 1,2,3,4 which corresponds to Sun,Mon,Tues and Sun,Mon,Tues,Wed respectively. Please let me know an efficient way to map the numbers to the days. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 13:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conversion-of-data-question/m-p/49817#M3357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-19T13:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion of data question</title>
      <link>https://community.qlik.com/t5/App-Development/Conversion-of-data-question/m-p/49818#M3358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Different ways are available to achieve this -&lt;/P&gt;&lt;P&gt;You may have mapping table -&lt;/P&gt;&lt;P&gt;Days_Map:&lt;/P&gt;&lt;P&gt;Mapping load&lt;/P&gt;&lt;P&gt;* inline [&lt;/P&gt;&lt;P&gt;DayNum, Days&lt;/P&gt;&lt;P&gt;1,Sun&lt;/P&gt;&lt;P&gt;2,Mon&lt;/P&gt;&lt;P&gt;3,Tue&lt;/P&gt;&lt;P&gt;4,Wed&lt;/P&gt;&lt;P&gt;5,Thu&lt;/P&gt;&lt;P&gt;6,Fri&lt;/P&gt;&lt;P&gt;7,Sat&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Dual(Applymap('Days_Map',actualfieldname),Actualfieldname) as Newfieldname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dual will help to use the same field in calculation as well, in visualization it will show the days in text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have date field available and you have possibility to create days field from that then you can use date functions Day(Date) function to have the same dual field directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 17:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conversion-of-data-question/m-p/49818#M3358</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-19T17:06:06Z</dc:date>
    </item>
  </channel>
</rss>

