<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="cs">
	<id>https://wiki.solvertech.cz/index.php?action=history&amp;feed=atom&amp;title=TAS%3APokro%C4%8Dil%C3%A9%2FPluginy%2FKPI%2FP%C5%99evod_textu_na_datum%2Fen</id>
	<title>TAS:Pokročilé/Pluginy/KPI/Převod textu na datum/en - Historie editací</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.solvertech.cz/index.php?action=history&amp;feed=atom&amp;title=TAS%3APokro%C4%8Dil%C3%A9%2FPluginy%2FKPI%2FP%C5%99evod_textu_na_datum%2Fen"/>
	<link rel="alternate" type="text/html" href="https://wiki.solvertech.cz/index.php?title=TAS:Pokro%C4%8Dil%C3%A9/Pluginy/KPI/P%C5%99evod_textu_na_datum/en&amp;action=history"/>
	<updated>2026-05-02T17:30:29Z</updated>
	<subtitle>Historie editací této stránky</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://wiki.solvertech.cz/index.php?title=TAS:Pokro%C4%8Dil%C3%A9/Pluginy/KPI/P%C5%99evod_textu_na_datum/en&amp;diff=9759&amp;oldid=prev</id>
		<title>Jana.safferova: založena nová stránka s textem „Tasha sends all dynamic columns as text when importing data into KPI. One dynamic column (in the example, the [JobDynamicField19] column) stores the date and time in the format d.M.yyyy H:mm:ss. You need to get the correct date from the dynamic field.“</title>
		<link rel="alternate" type="text/html" href="https://wiki.solvertech.cz/index.php?title=TAS:Pokro%C4%8Dil%C3%A9/Pluginy/KPI/P%C5%99evod_textu_na_datum/en&amp;diff=9759&amp;oldid=prev"/>
		<updated>2022-08-18T09:37:23Z</updated>

		<summary type="html">&lt;p&gt;založena nová stránka s textem „Tasha sends all dynamic columns as text when importing data into KPI. One dynamic column (in the example, the [JobDynamicField19] column) stores the date and time in the format d.M.yyyy H:mm:ss. You need to get the correct date from the dynamic field.“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nová stránka&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;languages /&amp;gt; &lt;br /&gt;
Tasha sends all dynamic columns as text when importing data into KPI. One dynamic column (in the example, the [JobDynamicField19] column) stores the date and time in the format d.M.yyyy H:mm:ss. You need to get the correct date from the dynamic field.&lt;br /&gt;
&lt;br /&gt;
'''Solution'''&lt;br /&gt;
&lt;br /&gt;
Add CalculatedField with the following text:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; 1 MakeDateTime(ToInt(Replace(Replace(Remove(Reverse(Remove(Reverse([JobDynamicField19]), 0, 8)), 0, 6), ' ', ''), '.', '')), ToInt(Replace(Replace(Remove(Remove([JobDynamicField19], 0, 2), 4), '.', ''), ' ', '')), ToInt(Replace(Remove([JobDynamicField19], 2), '.', ''))) &amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jana.safferova</name></author>
	</entry>
</feed>