<?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: Concat and date format issue: Garbage after expression: '00' in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426512#M96205</link>
    <description>&lt;P&gt;I searched the forum for "set analysis greater than" and found this&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Using-Greater-Than-in-Set-Analysis/td-p/353310" target="_blank"&gt;Using Greater Than in Set Analysis - Qlik Community - 353310&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Didnt found the example in the help.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2024 09:39:21 GMT</pubDate>
    <dc:creator>eikenberg</dc:creator>
    <dc:date>2024-03-04T09:39:21Z</dc:date>
    <item>
      <title>Concat and date format issue: Garbage after expression: '00'</title>
      <link>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2425728#M96122</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;i cannot concate a date for using it in a set analysis. I get the error:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eikenberg_0-1709280704514.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161048i4032BC2C736C00C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eikenberg_0-1709280704514.png" alt="eikenberg_0-1709280704514.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eikenberg_1-1709280720423.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161049i704DC494E7C25356/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eikenberg_1-1709280720423.png" alt="eikenberg_1-1709280720423.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I already trunced the time data with "trunc(belegdatum, 'DD')" to remove the time part but it looks it is added afterwards.&lt;/P&gt;
&lt;P&gt;Looks like concat cannot handle "space"!?&lt;/P&gt;
&lt;P&gt;How can i slove this?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 08:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2425728#M96122</guid>
      <dc:creator>eikenberg</dc:creator>
      <dc:date>2024-03-01T08:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Concat and date format issue: Garbage after expression: '00'</title>
      <link>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2425736#M96124</link>
      <description>&lt;P&gt;This is not set analysis, its a "dollar expansion". What you have written gives this result:&lt;/P&gt;
&lt;P&gt;2018-01-02 00:00:00.000002018-0-03 00:00&lt;/P&gt;
&lt;P&gt;... and so on. And that gives you an error. At least if it's like that just by itself.&lt;/P&gt;
&lt;P&gt;What is it that you are trying to do? And why have you wrapped the concat() function within dollar expansion?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 08:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2425736#M96124</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2024-03-01T08:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Concat and date format issue: Garbage after expression: '00'</title>
      <link>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2425751#M96128</link>
      <description>&lt;P&gt;I just wrapped this part in the concat function to see the output.&lt;/P&gt;
&lt;P&gt;The set analysis needs a list of values, there are no range or &amp;gt;= and &amp;lt;= possibilities afaik.&lt;BR /&gt;So i start there with the concat and run in this error.&lt;/P&gt;
&lt;P&gt;I need a list of the last seven days in a diagram and try to figure out the function for it. There are already some examples here in the forum but i cannot get them working so i try to break down the problem and ended by the concat.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 08:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2425751#M96128</guid>
      <dc:creator>eikenberg</dc:creator>
      <dc:date>2024-03-01T08:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Concat and date format issue: Garbage after expression: '00'</title>
      <link>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2425754#M96130</link>
      <description>&lt;P&gt;It would help if you provide your full set analysis attempt, but try this then:&lt;/P&gt;
&lt;P&gt;chr(39)&amp;amp;$(=concat(distinct BELGDATUM, ','&amp;amp;chr(39))&amp;amp;chr(39)&lt;/P&gt;
&lt;P&gt;I wrote this quickly and haven't really checked my syntax, but the principle is that you want the result to look like this:&lt;/P&gt;
&lt;P&gt;'2023-01-01 00:00.00','2023-01-02 00:00:00'&lt;/P&gt;
&lt;P&gt;That is, values separated with commas and surrounded by apostrophes (chr39).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 09:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2425754#M96130</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2024-03-01T09:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Concat and date format issue: Garbage after expression: '00'</title>
      <link>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2425909#M96141</link>
      <description>&lt;P&gt;Sorry, it is driving me mad. I setup a test app with inline data.&lt;/P&gt;
&lt;P&gt;Would be nice if you can help me to filter the top right with an set analyse of the last seven days.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eikenberg_0-1709297534805.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161084iB6513719CC354464/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eikenberg_0-1709297534805.png" alt="eikenberg_0-1709297534805.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I attached the qvf file or here is the load script&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SET ThousandSep='.';&lt;BR /&gt;SET DecimalSep=',';&lt;BR /&gt;SET MoneyThousandSep='.';&lt;BR /&gt;SET MoneyDecimalSep=',';&lt;BR /&gt;SET MoneyFormat='#.##0,00 €;-#.##0,00 €';&lt;BR /&gt;SET TimeFormat='hh:mm:ss';&lt;BR /&gt;SET DateFormat='DD.MM.YYYY';&lt;BR /&gt;SET TimestampFormat='DD.MM.YYYY hh:mm:ss[.fff]';&lt;BR /&gt;SET FirstWeekDay=0;&lt;BR /&gt;SET BrokenWeeks=0;&lt;BR /&gt;SET ReferenceDay=4;&lt;BR /&gt;SET FirstMonthOfYear=1;&lt;BR /&gt;SET CollationLocale='de-DE';&lt;BR /&gt;SET CreateSearchIndexOnReload=1;&lt;BR /&gt;SET MonthNames='Jan.;Feb.;März;Apr.;Mai;Juni;Juli;Aug.;Sep.;Okt.;Nov.;Dez.';&lt;BR /&gt;SET LongMonthNames='Januar;Februar;März;April;Mai;Juni;Juli;August;September;Oktober;November;Dezember';&lt;BR /&gt;SET DayNames='Mo.;Di.;Mi.;Do.;Fr.;Sa.;So.';&lt;BR /&gt;SET LongDayNames='Montag;Dienstag;Mittwoch;Donnerstag;Freitag;Samstag;Sonntag';&lt;BR /&gt;SET NumericalAbbreviation='3:k;6:M;9:G;12:T;15:P;18:E;21:Z;24:Y;-3:m;-6:μ;-9:n;-12:p;-15:f;-18:a;-21:z;-24:y';&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Test:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;BELEGDATUM|NETTOTOTAL&lt;BR /&gt;01.03.24 00:00:00.000000|6705&lt;BR /&gt;29.02.24 00:00:00.000000|59674&lt;BR /&gt;28.02.24 00:00:00.000000|64863&lt;BR /&gt;27.02.24 00:00:00.000000|51336&lt;BR /&gt;26.02.24 00:00:00.000000|63515&lt;BR /&gt;25.02.24 00:00:00.000000|81679&lt;BR /&gt;24.02.24 00:00:00.000000|20277&lt;BR /&gt;23.02.24 00:00:00.000000|10322&lt;BR /&gt;22.02.24 00:00:00.000000|28218&lt;BR /&gt;21.02.24 00:00:00.000000|22224&lt;BR /&gt;20.02.24 00:00:00.000000|60114&lt;BR /&gt;19.02.24 00:00:00.000000|56157&lt;BR /&gt;18.02.24 00:00:00.000000|10715&lt;BR /&gt;17.02.24 00:00:00.000000|96428&lt;BR /&gt;16.02.24 00:00:00.000000|62063&lt;BR /&gt;15.02.24 00:00:00.000000|53068&lt;BR /&gt;14.02.24 00:00:00.000000|93562&lt;BR /&gt;13.02.24 00:00:00.000000|73766&lt;BR /&gt;12.02.24 00:00:00.000000|25594&lt;BR /&gt;11.02.24 00:00:00.000000|69582&lt;BR /&gt;10.02.24 00:00:00.000000|86794&lt;BR /&gt;09.02.24 00:00:00.000000|24207&lt;BR /&gt;08.02.24 00:00:00.000000|17644&lt;BR /&gt;07.02.24 00:00:00.000000|69565&lt;BR /&gt;06.02.24 00:00:00.000000|86888&lt;BR /&gt;05.02.24 00:00:00.000000|10950&lt;BR /&gt;04.02.24 00:00:00.000000|98010&lt;BR /&gt;03.02.24 00:00:00.000000|65219&lt;BR /&gt;02.02.24 00:00:00.000000|42064&lt;BR /&gt;01.02.24 00:00:00.000000|34642&lt;BR /&gt;31.01.24 00:00:00.000000|41272&lt;BR /&gt;30.01.24 00:00:00.000000|69652&lt;BR /&gt;29.01.24 00:00:00.000000|40720&lt;BR /&gt;28.01.24 00:00:00.000000|4284&lt;BR /&gt;27.01.24 00:00:00.000000|43304&lt;BR /&gt;26.01.24 00:00:00.000000|18365&lt;BR /&gt;25.01.24 00:00:00.000000|75970&lt;BR /&gt;24.01.24 00:00:00.000000|85809&lt;BR /&gt;23.01.24 00:00:00.000000|44025&lt;BR /&gt;22.01.24 00:00:00.000000|85630&lt;BR /&gt;21.01.24 00:00:00.000000|28789&lt;BR /&gt;20.01.24 00:00:00.000000|81495&lt;BR /&gt;19.01.24 00:00:00.000000|29572&lt;BR /&gt;18.01.24 00:00:00.000000|21440&lt;BR /&gt;17.01.24 00:00:00.000000|87757&lt;BR /&gt;16.01.24 00:00:00.000000|71463&lt;BR /&gt;15.01.24 00:00:00.000000|5776&lt;BR /&gt;14.01.24 00:00:00.000000|50456&lt;BR /&gt;13.01.24 00:00:00.000000|55056&lt;BR /&gt;12.01.24 00:00:00.000000|67866&lt;BR /&gt;11.01.24 00:00:00.000000|74517&lt;BR /&gt;10.01.24 00:00:00.000000|19806&lt;BR /&gt;09.01.24 00:00:00.000000|99157&lt;BR /&gt;08.01.24 00:00:00.000000|48828&lt;BR /&gt;07.01.24 00:00:00.000000|93682&lt;BR /&gt;06.01.24 00:00:00.000000|93494&lt;BR /&gt;05.01.24 00:00:00.000000|70524&lt;BR /&gt;04.01.24 00:00:00.000000|62874&lt;BR /&gt;03.01.24 00:00:00.000000|16556&lt;BR /&gt;02.01.24 00:00:00.000000|5580&lt;BR /&gt;01.01.24 00:00:00.000000|16322&lt;BR /&gt;31.12.23 00:00:00.000000|61449&lt;BR /&gt;30.12.23 00:00:00.000000|79875&lt;BR /&gt;29.12.23 00:00:00.000000|68838&lt;BR /&gt;28.12.23 00:00:00.000000|26408&lt;BR /&gt;27.12.23 00:00:00.000000|3419&lt;BR /&gt;26.12.23 00:00:00.000000|74422&lt;BR /&gt;25.12.23 00:00:00.000000|86586&lt;BR /&gt;24.12.23 00:00:00.000000|82238&lt;BR /&gt;23.12.23 00:00:00.000000|6089&lt;BR /&gt;22.12.23 00:00:00.000000|38699&lt;BR /&gt;21.12.23 00:00:00.000000|22352&lt;BR /&gt;20.12.23 00:00:00.000000|55262&lt;BR /&gt;19.12.23 00:00:00.000000|55066&lt;BR /&gt;18.12.23 00:00:00.000000|90922&lt;BR /&gt;17.12.23 00:00:00.000000|74552&lt;BR /&gt;16.12.23 00:00:00.000000|95570&lt;BR /&gt;15.12.23 00:00:00.000000|23320&lt;BR /&gt;14.12.23 00:00:00.000000|20022&lt;BR /&gt;13.12.23 00:00:00.000000|41945&lt;BR /&gt;12.12.23 00:00:00.000000|78716&lt;BR /&gt;11.12.23 00:00:00.000000|72528&lt;BR /&gt;10.12.23 00:00:00.000000|84925&lt;BR /&gt;09.12.23 00:00:00.000000|41223&lt;BR /&gt;08.12.23 00:00:00.000000|83371&lt;BR /&gt;07.12.23 00:00:00.000000|34955&lt;BR /&gt;06.12.23 00:00:00.000000|63147&lt;BR /&gt;05.12.23 00:00:00.000000|11245&lt;BR /&gt;04.12.23 00:00:00.000000|67058&lt;BR /&gt;03.12.23 00:00:00.000000|59760&lt;BR /&gt;] (delimiter is '|');&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 12:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2425909#M96141</guid>
      <dc:creator>eikenberg</dc:creator>
      <dc:date>2024-03-01T12:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Concat and date format issue: Garbage after expression: '00'</title>
      <link>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2425948#M96143</link>
      <description>&lt;P&gt;You should choose a different approach if that's what you want to do. Convert your datestring to an actual date field, and then treat the dates as dates. Much easier to calculate things like "last 7 days". It seems you have no actual timestamps in your data so it could be done like this:&lt;/P&gt;
&lt;P&gt;Test:&lt;BR /&gt;load date#(left(BELEGDATUM,8), 'DD.MM.YY') as BELEGDATUM, NETTOTOTAL;&lt;BR /&gt;Load * Inline [&lt;BR /&gt;BELEGDATUM|NETTOTOTAL&lt;BR /&gt;01.03.24 00:00:00.000000|6705&lt;BR /&gt;29.02.24 00:00:00.000000|59674&lt;BR /&gt;28.02.24 00:00:00.000000|64863&lt;BR /&gt;] (delimiter is '|');&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 14:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2425948#M96143</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2024-03-01T14:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Concat and date format issue: Garbage after expression: '00'</title>
      <link>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426380#M96191</link>
      <description>&lt;P&gt;I loading direkt from oracle (lib connect to). In the database it is an real date.&lt;/P&gt;
&lt;P&gt;So i guessed it is an real date field in qlik cause the "date picker" from the bundle is working.&lt;/P&gt;
&lt;P&gt;How can i convert an field in already loaded data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 06:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426380#M96191</guid>
      <dc:creator>eikenberg</dc:creator>
      <dc:date>2024-03-04T06:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Concat and date format issue: Garbage after expression: '00'</title>
      <link>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426393#M96193</link>
      <description>&lt;P&gt;In the data model view you can check if the field is already interpreted as date. If it is you don’t need the date#() wrapper in my suggestion. Just look at how I did the concatenation with apostrophes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 06:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426393#M96193</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2024-03-04T06:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Concat and date format issue: Garbage after expression: '00'</title>
      <link>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426398#M96194</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Remove the timestamp from your date field&lt;/P&gt;
&lt;P&gt;date(left(&lt;SPAN&gt;BELEGDATUM, 8), 'DD.MM.YY') as&amp;nbsp;BELEGDATUM&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So that, in ur front end, you can able to see only date format without any timestamp.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Set Anaysis:&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt;&lt;SPAN&gt;BELEGDATUM = {"&amp;gt;=$(=Date(Max(BELEGDATUM)-6,'DD.MM.YY'))&amp;lt;=$(=Date(Max(BELEGDATUM),'DD.MM.YY'))"}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN&gt;NETTOTOTAL&lt;/SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;it will give last 7 days net total info.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 06:51:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426398#M96194</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2024-03-04T06:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Concat and date format issue: Garbage after expression: '00'</title>
      <link>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426445#M96200</link>
      <description>&lt;P&gt;In oracle date is always with time, it is not possible to cut it off. As soon as you convert something to date it has also time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your Set Analysis work, thanks.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But i read it is not possible to use &amp;gt;= or &amp;lt;= in set analysis!? That info seems to be outdated.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 08:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426445#M96200</guid>
      <dc:creator>eikenberg</dc:creator>
      <dc:date>2024-03-04T08:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Concat and date format issue: Garbage after expression: '00'</title>
      <link>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426463#M96202</link>
      <description>&lt;P&gt;Can you send the link reg. "&amp;gt;=" outdated in set analysis? so that,I can know it..&lt;BR /&gt;Its in help.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-modifiers-dollar-sign-expansions.htm" target="_blank"&gt;Set modifiers with dollar-sign expansions | Qlik Sense on Windows Help&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 08:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426463#M96202</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2024-03-04T08:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Concat and date format issue: Garbage after expression: '00'</title>
      <link>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426512#M96205</link>
      <description>&lt;P&gt;I searched the forum for "set analysis greater than" and found this&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Using-Greater-Than-in-Set-Analysis/td-p/353310" target="_blank"&gt;Using Greater Than in Set Analysis - Qlik Community - 353310&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Didnt found the example in the help.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 09:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426512#M96205</guid>
      <dc:creator>eikenberg</dc:creator>
      <dc:date>2024-03-04T09:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Concat and date format issue: Garbage after expression: '00'</title>
      <link>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426517#M96206</link>
      <description>&lt;P&gt;its very old thread. so ignore that.. now, set analysis is much advance &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 09:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426517#M96206</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2024-03-04T09:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Concat and date format issue: Garbage after expression: '00'</title>
      <link>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426518#M96207</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/290018"&gt;@eikenberg&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;In oracle date is always with time, it is not possible to cut it off. As soon as you convert something to date it has also time.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It's good practice to remove the timestamp part when loading the data into Qlik, if the timestamp part is unnecessary (and it seems to be only zero-values in your case and therefore probably unnecessary to keep in the data model).&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 09:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426518#M96207</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2024-03-04T09:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Concat and date format issue: Garbage after expression: '00'</title>
      <link>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426535#M96208</link>
      <description>&lt;P&gt;I tried to remove the timestamp part, but it is not working.&lt;BR /&gt;Oracle to_date gives always date with time back.&lt;/P&gt;
&lt;P&gt;And if i convert it to char qlik does not regocnize it as date anymore, even if its fit the given DateFormat.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;SET DateFormat='DD.MM.YYYY';&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;BR /&gt;to_char(BELEGDATUM, 'dd.mm.yyyy') as BELEGDATUM -&amp;gt; "$ascii $text"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to convert the date field after the load?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 10:32:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426535#M96208</guid>
      <dc:creator>eikenberg</dc:creator>
      <dc:date>2024-03-04T10:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Concat and date format issue: Garbage after expression: '00'</title>
      <link>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426543#M96209</link>
      <description>&lt;P&gt;Convert in qlik script, not in sql. You can for example do it with &lt;A href="https://help.qlik.com/en-US/sense/Subsystems/Hub/Content/Sense_Hub/Scripting/load-data-from-previously-loaded-table.htm" target="_self"&gt;preceding load&lt;/A&gt;, something like this example:&lt;/P&gt;
&lt;P&gt;mytable:&lt;BR /&gt;LOAD date#(left(BELEGDATUM, 8), 'DD.MM.YY') as BELEGDATUM, otherdata;&lt;BR /&gt;SQL select BELEGDATUM, otherdata from sqltable;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 10:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concat-and-date-format-issue-Garbage-after-expression-00/m-p/2426543#M96209</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2024-03-04T10:41:29Z</dc:date>
    </item>
  </channel>
</rss>

