<?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: Changing Date format for two field and combine them to single field in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614263#M45746</link>
    <description>&lt;P&gt;Apologies! Kindly Check now Please.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2019 12:07:32 GMT</pubDate>
    <dc:creator>LP27</dc:creator>
    <dc:date>2019-08-20T12:07:32Z</dc:date>
    <item>
      <title>Changing Date format for two field and combine them to single field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614243#M45740</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;Kindly refer the attached application below.&lt;/P&gt;&lt;P&gt;I have two tables belows-&lt;/P&gt;&lt;P&gt;Prod - Has Date field as (Month Year) in 'MMM YYYY' Format&lt;/P&gt;&lt;P&gt;Billing - Has date field as (Cal. year / month) in 'YYYY/MM' Format&lt;/P&gt;&lt;P&gt;I need to combine these two field into single date field and maintain same format as 'MMM-YYYY'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried few ways and still it has not fixed. Can someone guide me out!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614243#M45740</guid>
      <dc:creator>LP27</dc:creator>
      <dc:date>2024-11-16T04:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date format for two field and combine them to single field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614246#M45741</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Table2:
LOAD "Design Parent",
     Region,
     Year(Date#(MonthYear, 'MMM YYYY')) as Year,
     Date(MonthStart(Date#(MonthYear,'MMM YYYY')),'MMM-YYYY') as MonthYear,
   	 Production
Resident Prod;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Billing:
LOAD
    "Global PMgr",
    Name,
    "Prod Family",
    "End Customer CCC(MD)" as "Design Parent",
    "Sales organization",
    Sales_Region,
     date(MonthStart(date#("Cal. year / month",'YYYY/MM')), 'MMM-YYYY') as MonthYear,
    "Net Billings in Doc Currency USD",
     ApplyMap('Map',"Sales organization",'N/A') as  Region
FROM [lib://xyz.xlsx]
(ooxml, embedded labels, table is Table)
Where match ("End Customer CCC(MD)" ,'Ford','Ford Industrial');&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 12:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614246#M45741</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-08-20T12:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date format for two field and combine them to single field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614252#M45742</link>
      <description>&lt;P&gt;Thanks Sunny, I tried but the graphs are showing&amp;nbsp; invalid date format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 11:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614252#M45742</guid>
      <dc:creator>LP27</dc:creator>
      <dc:date>2019-08-20T11:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date format for two field and combine them to single field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614257#M45743</link>
      <description>&lt;P&gt;Can you show an image of what you are seeing in the graph?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 11:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614257#M45743</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-08-20T11:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date format for two field and combine them to single field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614258#M45744</link>
      <description>&lt;P&gt;I have updated the app for your reference&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 11:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614258#M45744</guid>
      <dc:creator>LP27</dc:creator>
      <dc:date>2019-08-20T11:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date format for two field and combine them to single field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614262#M45745</link>
      <description>&lt;P&gt;What have you updated? I see the same code in the script.. for example&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 548px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17344i05A4AA23359EF46B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 12:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614262#M45745</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-08-20T12:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date format for two field and combine them to single field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614263#M45746</link>
      <description>&lt;P&gt;Apologies! Kindly Check now Please.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 12:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614263#M45746</guid>
      <dc:creator>LP27</dc:creator>
      <dc:date>2019-08-20T12:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date format for two field and combine them to single field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614272#M45748</link>
      <description>&lt;P&gt;Which graph is showing invalid dimension? All charts look okay to me, but I might be missing something&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 12:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614272#M45748</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-08-20T12:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date format for two field and combine them to single field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614278#M45749</link>
      <description>&lt;P&gt;If you look at the graph this is not showing valid &lt;SPAN&gt;&amp;nbsp;dimension and measures.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="graph.PNG" style="width: 570px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17346i27C88CB844F4D98A/image-size/large?v=v2&amp;amp;px=999" role="button" title="graph.PNG" alt="graph.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Its not showing line in graph.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 12:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614278#M45749</guid>
      <dc:creator>LP27</dc:creator>
      <dc:date>2019-08-20T12:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date format for two field and combine them to single field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614288#M45752</link>
      <description>&lt;P&gt;The Dates are repeating twice tooo ...if you check the graph&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 12:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614288#M45752</guid>
      <dc:creator>LP27</dc:creator>
      <dc:date>2019-08-20T12:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date format for two field and combine them to single field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614296#M45753</link>
      <description>&lt;P&gt;Did you reload your app after making the changes that I suggested?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 12:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614296#M45753</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-08-20T12:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date format for two field and combine them to single field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614314#M45756</link>
      <description>&lt;P&gt;Yes, I have now upload the app after reloading.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to display MonthYear field in quarter. Few of the graphs are not displaying anything on chart but only two are displaying accordingly.&lt;/P&gt;&lt;P&gt;This graph is showing values-&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Right Graph" style="width: 667px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17350iA7C7C4151CB12A1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Right.PNG" alt="Right Graph" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Right Graph&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="wrong.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17352i6DD7117A64E323DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="wrong.PNG" alt="wrong.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This graph is not showing anything.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 13:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614314#M45756</guid>
      <dc:creator>LP27</dc:creator>
      <dc:date>2019-08-20T13:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date format for two field and combine them to single field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614334#M45758</link>
      <description>&lt;P&gt;I changed the dimension to MonthYear and it looks good, no?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 721px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17354iD27AC439642C725E/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If this is not what you want, then what do you want? Can you pinpoint the issue in the chart above?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 13:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614334#M45758</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-08-20T13:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date format for two field and combine them to single field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614353#M45759</link>
      <description>&lt;P&gt;Below Graph is not working-&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Not_Working.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17355i63C68712F28D5D77/image-size/large?v=v2&amp;amp;px=999" role="button" title="Not_Working.PNG" alt="Not_Working.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Not_working1.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17357iF4D8C9011FA2E424/image-size/large?v=v2&amp;amp;px=999" role="button" title="Not_working1.PNG" alt="Not_working1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measures are not working in these graph, other graph are fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 13:59:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614353#M45759</guid>
      <dc:creator>LP27</dc:creator>
      <dc:date>2019-08-20T13:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date format for two field and combine them to single field in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614359#M45760</link>
      <description>&lt;P&gt;I think this is the issue&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 569px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17358iC686D58C5682F8E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Fix this ('MMM YYYY') and reload your app....&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 14:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Changing-Date-format-for-two-field-and-combine-them-to-single/m-p/1614359#M45760</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-08-20T14:08:48Z</dc:date>
    </item>
  </channel>
</rss>

