<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Clovertech | Ariba Jones | Activity</title>
	<link>https://clovertech.infor.com/members/ariba-jones/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/ariba-jones/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Ariba Jones.</description>
	<lastBuildDate>Wed, 06 May 2026 21:13:46 -0400</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">06024c2f42715d0575e498cff5b5feae</guid>
				<title>Ariba Jones replied to the topic Need to remove ~ from repeating field in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/need-to-remove-from-repeating-field/#post-75328</link>
				<pubDate>Thu, 06 Oct 2011 03:30:44 -0400</pubDate>

									<content:encoded><![CDATA[<p>Jim,</p>
<p>I have never used the MATH:ADD function before. &nbsp;Am I supposed to keep my %f2 in the Source field and use $%f89 in the destination field?</p>
<p>Can I just setup my counter something like this?:</p>
<p>%f89 = %f89 + 1</p>
<p>I am not sure. &nbsp;I understand what you are saying needs to happen. &nbsp;I just am trying to figure out how to do this.</p>
<p>Thanks,<br />
Ariba</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">419811de41ad680f57b9ab68c5f0d3dd</guid>
				<title>Ariba Jones replied to the topic Need to Trim Leading Zeroes from MRN in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/need-to-trim-leading-zeroes-from-mrn/#post-72168</link>
				<pubDate>Wed, 28 Jul 2010 14:07:18 -0400</pubDate>

									<content:encoded><![CDATA[<p>Gary,</p>
<p>I just tried this and it still doesn&#8217;t work.</p>
<p>Here&#8217;s what my proc looks like:</p>
<p>proc TrimLeadingZeroes {n} {</p>
<p>&nbsp; &nbsp;set xlateOutVals [string trimleft $xlateInVals 0]</p>
<p>&nbsp; &nbsp;if {[string length $n] == 0} {return &#8220;&#8221;}<br />
&nbsp; &nbsp;set trimmed [string trimleft $n 0]<br />
&nbsp; &nbsp;if {[string length $trimmed] == 0} {<br />
return &#8220;0&#8221;<br />
&nbsp; &nbsp;} else {<br />
return $trimmed<br />
&nbsp; &nbsp;}<br />
}</p>
<p>Here&#8217;s&hellip;<span class="activity-read-more" id="activity-read-more-9932"><a href="https://usspvlclovertch2.infor.com/forums/topic/need-to-trim-leading-zeroes-from-mrn/#post-72168" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">62eaef209cc725564404a6f58506612d</guid>
				<title>Ariba Jones replied to the topic IF statement in xlate not working in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/if-statement-in-xlate-not-working/#post-72135</link>
				<pubDate>Wed, 28 Jul 2010 04:54:12 -0400</pubDate>

									<content:encoded><![CDATA[<p>Tom,</p>
<p>The way I have this listed is the way it appears when I run one of the messages through the Tester (using the HL7 tab). &nbsp;I will try it the way you suggest. &nbsp;I&#8217;ll let you know the result.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5b671b4393b33e3de01142c5b425eb16</guid>
				<title>Ariba Jones replied to the topic Newbie Questions: How to remove the leading zeros in tcl in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/newbie-questions-how-to-remove-the-leading-zeros-in-tcl-2/#post-67229</link>
				<pubDate>Wed, 28 Jul 2010 00:24:23 -0400</pubDate>

									<content:encoded><![CDATA[<p>I need to do the exact same thing. &nbsp;The problem is I don&#8217;t know from the replies where you put the command for this. &nbsp;</p>
<p>Can this be put in the &#8216;Pre&#8217; tcl section of a COPY statement in an XLATE? &nbsp;If so, how do you define the variable?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1c1e8309bbcc0e8e157e44cf027a6c36</guid>
				<title>Ariba Jones replied to the topic Error Message Question in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/error-message-question/#post-70201</link>
				<pubDate>Tue, 15 Dec 2009 21:24:23 -0500</pubDate>

									<content:encoded><![CDATA[<p>James and David,</p>
<p>Thanks so much for the responses. &nbsp;I was thinking the same thing&#8230;the file must have still been in the processing of being written to. &nbsp;I was told that the system that creates the file gives the file a name while it creates the file and then something is done on that system to rename the file to the file name that my kornshell&hellip;<span class="activity-read-more" id="activity-read-more-11229"><a href="https://usspvlclovertch2.infor.com/forums/topic/error-message-question/#post-70201" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7d12c7c2bdf0cf68ff1a46ecd9986532</guid>
				<title>Ariba Jones replied to the topic Messages written to disk in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/messages-written-to-disk/#post-67519</link>
				<pubDate>Mon, 13 Apr 2009 17:17:29 -0400</pubDate>

									<content:encoded><![CDATA[<p>I am trying to do exactly what Robert describes&#8230;write a day&#8217;s worth of messages to a single file or one message per file.</p>
<p>How can this be setup on Cloverleaf?</p>
<p>Thanks,<br />
Ariba</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">dded166a85ef60c75fef213d45b91970</guid>
				<title>Ariba Jones replied to the topic Is there a limit to the number of interfaces you can have? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/is-there-a-limit-to-the-number-of-interfaces-you-can-have/#post-66558</link>
				<pubDate>Thu, 08 Jan 2009 16:05:20 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thanks for this information, Jim and John!!</p>
<p>I will look into a methodology for monitoring utilization and capacity.</p>
<p>John- This has not happened on our Cloverleaf server. &nbsp;We also have Cerner and it has occurred on the OpenEngine for Cerner. &nbsp;Apparently, there is a limit to the number of interfaces you can have on OpenEngine.</p>
<p>Thanks again for&hellip;<span class="activity-read-more" id="activity-read-more-16827"><a href="https://usspvlclovertch2.infor.com/forums/topic/is-there-a-limit-to-the-number-of-interfaces-you-can-have/#post-66558" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e5412cb3309dbfc3903ee40bc3f804fc</guid>
				<title>Ariba Jones replied to the topic removing period from middle initial in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/removing-period-from-middle-initial/#post-65897</link>
				<pubDate>Thu, 04 Dec 2008 19:42:29 -0500</pubDate>

									<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>I tried your first suggestion and that works like a charm! &nbsp;</p>
<p>Thanks so much for your input.</p>
<p>Tim and Gary- Thank you for all of your input as well! &nbsp;I really appreciate it.</p>
<p>Ariba</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a599fcab3d086ceffc3d380866dc5c9b</guid>
				<title>Ariba Jones replied to the topic removing period from middle initial in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/removing-period-from-middle-initial/#post-65893</link>
				<pubDate>Wed, 03 Dec 2008 17:45:16 -0500</pubDate>

									<content:encoded><![CDATA[<p>Tim and Gary,</p>
<p>I am at a complete loss now!!! </p>
<p>I have tried the two scenarios that you have given and neither works.</p>
<p>Here is what I have done&#8230; &nbsp;In my xlate I have setup my ITERATE (since the field I am working with repeats) to have each component of the field listed for checking. &nbsp;There are three components of the field that I want to remove&hellip;<span class="activity-read-more" id="activity-read-more-2241"><a href="https://usspvlclovertch2.infor.com/forums/topic/removing-period-from-middle-initial/#post-65893" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">5318e1c75ab375da728f39d168f6f97a</guid>
				<title>Ariba Jones replied to the topic removing period from middle initial in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/removing-period-from-middle-initial/#post-65892</link>
				<pubDate>Mon, 24 Nov 2008 17:05:06 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thanks, Tim and Gary. &nbsp;I will try both of these suggestions, actually. &nbsp;I&#8217;ll let you know if it works.</p>
<p>Ariba</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3155208cfba0ca01968631b700b0e808</guid>
				<title>Ariba Jones replied to the topic removing period from middle initial in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/removing-period-from-middle-initial/#post-65889</link>
				<pubDate>Thu, 20 Nov 2008 21:04:11 -0500</pubDate>

									<content:encoded><![CDATA[<p>I attach this proc to the Pre: Tcl field of my COPY statement in my xlate. &nbsp;Is this not what you call a xlate proc?</p>
<p>So, here is what I have in my xlate&#8230;..</p>
<p>ITERATE<br />
&nbsp;COMMENT<br />
&nbsp;COPY</p>
<p>NOTE:I use the ITERATE since this field repeats. </p>
<p>My ITERATE has&#8230;<br />
&nbsp;Type: field<br />
&nbsp;Basis: 1(0).STF.00673<br />
&nbsp;Variable: %f1</p>
<p>My COPY has&#8230;<br />
&nbsp;Input/Output<br />
&nbsp; &nbsp; &nbsp;Pre: &nbsp; Tcl:&hellip;<span class="activity-read-more" id="activity-read-more-17447"><a href="https://usspvlclovertch2.infor.com/forums/topic/removing-period-from-middle-initial/#post-65889" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a18e4d8af237782728672c5080d2f98e</guid>
				<title>Ariba Jones replied to the topic removing period from middle initial in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/removing-period-from-middle-initial/#post-65887</link>
				<pubDate>Thu, 20 Nov 2008 19:42:58 -0500</pubDate>

									<content:encoded><![CDATA[<p>Charlie, &nbsp;</p>
<p>I get this error now.</p>
<p>errorInfo:<br />
can&#8217;t read &#8220;xlateInVals&#8221;: no such variable<br />
&nbsp; &nbsp;while executing<br />
&#8220;lindex $xlateInVals 0&#8221;<br />
&nbsp; &nbsp;(procedure &#8220;doc_noperiod&#8221; line 5)<br />
&nbsp; &nbsp;invoked from within<br />
&#8220;doc_noperiod&#8221;</p>
<p>Here is my tcl.</p>
<p>proc doc_noperiod {} {</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; set var [lindex $xlateInVals 0]<br />
# &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;upvar xlateInVals inVals xlateOutVals&hellip;<span class="activity-read-more" id="activity-read-more-17445"><a href="https://usspvlclovertch2.infor.com/forums/topic/removing-period-from-middle-initial/#post-65887" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">f4a562aa7cef1e7395486113b3cdd628</guid>
				<title>Ariba Jones replied to the topic removing period from middle initial in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/removing-period-from-middle-initial/#post-65885</link>
				<pubDate>Fri, 14 Nov 2008 20:47:58 -0500</pubDate>

									<content:encoded><![CDATA[<p>Charlie,</p>
<p>I have finally been able to get back to my work on this. </p>
<p>I get an error message in the Testing Tool when trying to test with this code. &nbsp;What am I missing?</p>
<p>This is the error message I receive:</p>
<p>errorInfo:<br />
can&#8217;t read &#8220;xlatenVals&#8221;: no such variable<br />
&nbsp; &nbsp;while executing<br />
&#8220;lindex $xlatenVals 0&#8221;<br />
&nbsp; &nbsp;(procedure &#8220;doc_noperiod&#8221; line 5)<br />
&nbsp; &nbsp;invoked&hellip;<span class="activity-read-more" id="activity-read-more-17443"><a href="https://usspvlclovertch2.infor.com/forums/topic/removing-period-from-middle-initial/#post-65885" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>