<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.smt-x.com/index.php?action=history&amp;feed=atom&amp;title=Checkfordifferences</id>
	<title>Checkfordifferences - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.smt-x.com/index.php?action=history&amp;feed=atom&amp;title=Checkfordifferences"/>
	<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=Checkfordifferences&amp;action=history"/>
	<updated>2026-04-04T04:22:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://wiki.smt-x.com/index.php?title=Checkfordifferences&amp;diff=35&amp;oldid=prev</id>
		<title>Smtxwiki: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=Checkfordifferences&amp;diff=35&amp;oldid=prev"/>
		<updated>2020-05-25T20:44:27Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:44, 25 May 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Smtxwiki</name></author>
	</entry>
	<entry>
		<id>https://wiki.smt-x.com/index.php?title=Checkfordifferences&amp;diff=34&amp;oldid=prev</id>
		<title>Smtxwiki at 07:27, 3 April 2017</title>
		<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=Checkfordifferences&amp;diff=34&amp;oldid=prev"/>
		<updated>2017-04-03T07:27:28Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;If you want to know is a fieldB is different from Field A :&lt;br /&gt;
- make a read-only display field&lt;br /&gt;
- mark for calculations&lt;br /&gt;
- put this in a default value&lt;br /&gt;
&lt;br /&gt;
  IIF(&amp;#039;#REPLACE-FORMFIELD-HRcheckforerror||veldA||#&amp;#039; = &amp;#039;#REPLACE-FORMFIELD-HRcheckforerror||veldB||#&amp;#039;,&amp;#039;&amp;#039;,&amp;#039;difference detected&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
Explanation : We check if &amp;#039;VeldA&amp;#039; equals &amp;#039;veldB&amp;#039;. &lt;br /&gt;
If TRUE : we do nothing : &amp;#039;&amp;#039;&lt;br /&gt;
if False : we show &amp;#039;difference detected&amp;#039;&lt;br /&gt;
&lt;br /&gt;
text always needs to be between quotes.&lt;br /&gt;
&lt;br /&gt;
You can also merge IIF statements, like in this example:&lt;br /&gt;
&lt;br /&gt;
   IIF(&amp;#039;#REPLACE-FORMFIELD-HRcheckforerror||veldA||#&amp;#039; = &amp;#039;#REPLACE-FORMFIELD-HRcheckforerror||veldB||#&amp;#039;,&amp;#039;&amp;#039;,IIF(&amp;#039;#REPLACE-FORMFIELD-HRcheckforerror||veldB||#&amp;#039; = &amp;#039;&amp;#039;,&amp;#039;E&amp;#039;,&amp;#039;X&amp;#039;))&lt;br /&gt;
&lt;br /&gt;
so IF &amp;#039;veldA&amp;#039; is different from &amp;#039;veldB&amp;#039;, we do a second check:&lt;br /&gt;
IF &amp;#039;VeldB&amp;#039; = &amp;#039;&amp;#039; (empty), then we put an &amp;#039;E&amp;#039;, if not, we put an &amp;#039;X&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
To check if field &amp;#039;veldB&amp;#039; is  empty, you can do this:&lt;br /&gt;
&lt;br /&gt;
   IIF(&amp;#039;#REPLACE-FORMFIELD-HRcheckforerror||veldB||#&amp;#039; = &amp;#039;&amp;#039;,&amp;#039;B is empty&amp;#039;,&amp;#039;B is not empty&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
Link with sample form : [http://dev.smt-x.com/Forms/Admin/formDetail.aspx?tab=1&amp;amp;id=249&amp;amp;ActiveFieldId=5046]&lt;br /&gt;
&lt;br /&gt;
[[File:wiki03.png]]&lt;/div&gt;</summary>
		<author><name>Smtxwiki</name></author>
	</entry>
</feed>