<?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: Calculated Dimension Date Format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931912#M1219002</link>
    <description>&lt;P&gt;Last expression works fine in my app.&amp;nbsp;&lt;BR /&gt;Check date format of Date column in your table. And update second parameter in date#() function in your expression &amp;nbsp;.&lt;/P&gt;
&lt;P&gt;Also add [MY account] as a dimension to your chart&lt;/P&gt;</description>
    <pubDate>Tue, 17 May 2022 15:39:53 GMT</pubDate>
    <dc:creator>vchuprina</dc:creator>
    <dc:date>2022-05-17T15:39:53Z</dc:date>
    <item>
      <title>Calculated Dimension Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931754#M1218996</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;I have a calculated dimension (shown below) where I want to show it as a date format, but the date format is not what/how I have asked Qlik to produce.&lt;/P&gt;
&lt;P&gt;=Date#( Aggr( Concat( {$&amp;lt;[Date Type]={'Current Dates'},&lt;/P&gt;
&lt;P&gt;Gateways={'Design'}&amp;gt;} DISTINCT Date ) ,[MY Program]),'DD-MMM-YY')&lt;/P&gt;
&lt;P&gt;The result is MMM,D,YYY when I want DD-MMM-YY. I changed the Document Properties default but that still didn't work.&lt;/P&gt;
&lt;P&gt;I tried removing the '#' and using Date() but that did not work either. I tried combining the two and still did not work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 13:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931754#M1218996</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2022-05-17T13:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931766#M1218997</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;=Date(Date#( Aggr( Concat( {$&amp;lt;[Date Type]={'Current Dates'},&lt;/P&gt;
&lt;P&gt;Gateways={'Design'}&amp;gt;} DISTINCT Date ) ,[MY Program]), '&lt;SPAN&gt;MMM,D,YYY&lt;/SPAN&gt;') ,'DD-MMM-YY')&lt;/P&gt;
&lt;P&gt;Date#() function helps Qlik to recognize Date values, Date() transforms value to the necessary format&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vitalii&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 13:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931766#M1218997</guid>
      <dc:creator>vchuprina</dc:creator>
      <dc:date>2022-05-17T13:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931801#M1218998</link>
      <description>&lt;P&gt;Thanks for the response.&lt;/P&gt;
&lt;P&gt;I tried it and it is not giving me any results.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 14:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931801#M1218998</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2022-05-17T14:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931802#M1218999</link>
      <description>&lt;P&gt;Could you please share result of this expression?&lt;/P&gt;
&lt;P&gt;Aggr( Concat( {$&amp;lt;[Date Type]={'Current Dates'}, Gateways={'Design'}&amp;gt;} DISTINCT Date ) ,[MY Program])&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 14:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931802#M1218999</guid>
      <dc:creator>vchuprina</dc:creator>
      <dc:date>2022-05-17T14:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931816#M1219000</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this, first change format, then concatenate&lt;/P&gt;
&lt;P&gt;Aggr( &lt;BR /&gt;Concat( {$&amp;lt;[Date Type]={'Current Dates'}, Gateways={'Design'}&amp;gt;} DISTINCT DATE(Date#(Date, 'MMM,DD,YYY'), 'DD-MMMM-YY'), ',') &lt;BR /&gt;,[MY Program])&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vitalii&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 14:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931816#M1219000</guid>
      <dc:creator>vchuprina</dc:creator>
      <dc:date>2022-05-17T14:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931867#M1219001</link>
      <description>&lt;P&gt;Hi Vitalli.&lt;/P&gt;
&lt;P&gt;Unfortunately I do not have dummy data that I can share.&lt;/P&gt;
&lt;P&gt;I tried the above equation and it did not give me any results.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 14:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931867#M1219001</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2022-05-17T14:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931912#M1219002</link>
      <description>&lt;P&gt;Last expression works fine in my app.&amp;nbsp;&lt;BR /&gt;Check date format of Date column in your table. And update second parameter in date#() function in your expression &amp;nbsp;.&lt;/P&gt;
&lt;P&gt;Also add [MY account] as a dimension to your chart&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 15:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931912#M1219002</guid>
      <dc:creator>vchuprina</dc:creator>
      <dc:date>2022-05-17T15:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931952#M1219003</link>
      <description>&lt;P&gt;Please see snip below.&lt;/P&gt;
&lt;P&gt;I have the expression above as a Calculated Dimension with Date Header and as you can see below it is blank.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZoeM_0-1652805981381.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/79641i8350B03651A6F5AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZoeM_0-1652805981381.png" alt="ZoeM_0-1652805981381.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;When you say to check the format of the Date column in the table, since its a calculated dimension I dont know how to check its format outside of the expression parameters...&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 16:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931952#M1219003</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2022-05-17T16:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Calculated Dimension Date Format</title>
      <link>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931978#M1219004</link>
      <description>&lt;P&gt;Hi Vitalli&lt;/P&gt;
&lt;P&gt;I have to apologize. I went into the document properties and changed the default date formatting and I didn't realize I also needed to restart the application for the change to take effect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am all set now, thanks for all your hard work and great help!&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 18:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculated-Dimension-Date-Format/m-p/1931978#M1219004</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2022-05-17T18:07:17Z</dc:date>
    </item>
  </channel>
</rss>

