<?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: HEY in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/HEY/m-p/2031246#M1297</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/210035"&gt;@eladzbir&lt;/a&gt;&amp;nbsp; Please see the code below:&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Temp:&lt;BR /&gt;Load Date,&lt;BR /&gt;sales,&lt;BR /&gt;Month(Date) as Month;&lt;/P&gt;
&lt;P&gt;load date(Date#(Date,'MM/DD/YYYY'),'MM/DD/YYYY') as Date,&lt;BR /&gt;sales&lt;BR /&gt;inline [&lt;BR /&gt;Date, sales&lt;BR /&gt;01/11/2023,10&lt;BR /&gt;04/14/2023,12&lt;BR /&gt;07/23/2023,13&lt;BR /&gt;08/22/2023,14&lt;BR /&gt;12/24/2022,15&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Let VDec=Month(Yearend(Today(),-1));&lt;/P&gt;
&lt;P&gt;Exit Script;&lt;/P&gt;
&lt;P&gt;In the front end: for Dimension field use the below expression:&lt;/P&gt;
&lt;P&gt;=Aggr(if(GetFieldSelections(Month)='Jan','$(VDec)',Max(Month)-2),Month)&lt;/P&gt;
&lt;P&gt;Please let me know if this has resolved the issue.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jan 2023 03:11:29 GMT</pubDate>
    <dc:creator>sidhiq91</dc:creator>
    <dc:date>2023-01-30T03:11:29Z</dc:date>
    <item>
      <title>HEY</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/HEY/m-p/2031196#M1294</link>
      <description>&lt;P&gt;hey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i want to change this line:&lt;/P&gt;
&lt;P&gt;vPreMonthQLIK= MonthStart(AddMonths(Today()-1,-2));&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;P&gt;if your calander month is january pick december (with numbers), else current month minus 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;elad&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2023 14:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/HEY/m-p/2031196#M1294</guid>
      <dc:creator>eladzbir</dc:creator>
      <dc:date>2023-01-29T14:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: HEY</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/HEY/m-p/2031199#M1295</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/month.htm" target="_self"&gt;Month&lt;/A&gt;(AddMonths(Today(),-1))&lt;/P&gt;
&lt;P&gt;Or this if you want to present the number&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Num(&lt;A href="https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/DateAndTimeFunctions/month.htm" target="_self"&gt;Month&lt;/A&gt;(AddMonths(Today(),-1)))&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2023 17:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/HEY/m-p/2031199#M1295</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2023-01-29T17:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: HEY</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/HEY/m-p/2031212#M1296</link>
      <description>Thank You&lt;BR /&gt;</description>
      <pubDate>Sun, 29 Jan 2023 20:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/HEY/m-p/2031212#M1296</guid>
      <dc:creator>eladzbir</dc:creator>
      <dc:date>2023-01-29T20:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: HEY</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/HEY/m-p/2031246#M1297</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/210035"&gt;@eladzbir&lt;/a&gt;&amp;nbsp; Please see the code below:&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Temp:&lt;BR /&gt;Load Date,&lt;BR /&gt;sales,&lt;BR /&gt;Month(Date) as Month;&lt;/P&gt;
&lt;P&gt;load date(Date#(Date,'MM/DD/YYYY'),'MM/DD/YYYY') as Date,&lt;BR /&gt;sales&lt;BR /&gt;inline [&lt;BR /&gt;Date, sales&lt;BR /&gt;01/11/2023,10&lt;BR /&gt;04/14/2023,12&lt;BR /&gt;07/23/2023,13&lt;BR /&gt;08/22/2023,14&lt;BR /&gt;12/24/2022,15&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Let VDec=Month(Yearend(Today(),-1));&lt;/P&gt;
&lt;P&gt;Exit Script;&lt;/P&gt;
&lt;P&gt;In the front end: for Dimension field use the below expression:&lt;/P&gt;
&lt;P&gt;=Aggr(if(GetFieldSelections(Month)='Jan','$(VDec)',Max(Month)-2),Month)&lt;/P&gt;
&lt;P&gt;Please let me know if this has resolved the issue.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 03:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/HEY/m-p/2031246#M1297</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2023-01-30T03:11:29Z</dc:date>
    </item>
  </channel>
</rss>

