<?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 | David Burgess | Activity</title>
	<link>https://clovertech.infor.com/members/david-burgess/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/david-burgess/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for David Burgess.</description>
	<lastBuildDate>Mon, 13 Apr 2026 14:21:47 -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">63f4a1f039a70e85f072913792baebed</guid>
				<title>David Burgess replied to the topic Trouble using variables as the basis of an Iterate. in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/trouble-using-variables-as-the-basis-of-an-iterate/#post-118942</link>
				<pubDate>Mon, 14 Jun 2021 20:11:40 -0400</pubDate>

									<content:encoded><![CDATA[<p>Sorry appears I can&#8217;t edit my last post any more time.  (Formatting issues, so I must of maxed out my ability to edit that post.)  I too had issues with space delimited lists.  I did end up making my list pipe &#8220;|&#8221; delimited.  I&#8217;m attaching screenshots of my sample xlate to demonstrate how I finally got mine to work.  Hope it helps.</p>
<p>&nbsp;</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ecd3fa64169b00ba689885b6810dbd28</guid>
				<title>David Burgess replied to the topic Trouble using variables as the basis of an Iterate. in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/trouble-using-variables-as-the-basis-of-an-iterate/#post-118935</link>
				<pubDate>Mon, 14 Jun 2021 19:28:07 -0400</pubDate>

									<content:encoded><![CDATA[<p>I ran into the same issue.  I had to take my list and used a COPY statement with source @myList &#8211;&gt; @myIterationCnt and the used the following code in the pre-proc:</p>
<p>set dummyList [split [lindex $$xlateInVals 0] ]<br />
set dummyList [llength $dummyList]<br />
set output &#8220;&#8221;<br />
for {set i 0} {$i &lt; $dummyList} {incr i} {lappend output $i}<br />
set xlateOutVals </p>
<p>After&hellip;<span class="activity-read-more" id="activity-read-more-23572"><a href="https://usspvlclovertch2.infor.com/forums/topic/trouble-using-variables-as-the-basis-of-an-iterate/#post-118935" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1724c58d4c48b888609ac9d1003491cf</guid>
				<title>David Burgess replied to the topic Trouble using variables as the basis of an Iterate. in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/trouble-using-variables-as-the-basis-of-an-iterate/#post-118906</link>
				<pubDate>Thu, 27 May 2021 01:38:44 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you all!  Good stuff, got me what I needed.  (Hi Paul!!  Hope life is treating you well!)</p>
<p>I had to make a slight adjustment as I wanted to manipulate the output iteration variable, but after seeing what Ted had done it was an easy adjustment.  (I initialized @counter to zero, and added a line in the xlate to move the value of @counter to&hellip;<span class="activity-read-more" id="activity-read-more-23529"><a href="https://usspvlclovertch2.infor.com/forums/topic/trouble-using-variables-as-the-basis-of-an-iterate/#post-118906" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">bfbf1187dce46c2cd6215b70ade8abce</guid>
				<title>David Burgess started the topic Trouble using variables as the basis of an Iterate. in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/trouble-using-variables-as-the-basis-of-an-iterate/</link>
				<pubDate>Wed, 26 May 2021 20:47:52 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve build a very basic translation to try and trouble shoot an issue I&#8217;m have where I want to use a variable &#8220;@listBasis&#8221; as the basis for an iteration.  I found a good suggestion in a previous post about how you could pass the list and the pointer value ($%l1) as input to the copy statement and then use those values to pull an individual value&hellip;<span class="activity-read-more" id="activity-read-more-23523"><a href="https://usspvlclovertch2.infor.com/forums/topic/trouble-using-variables-as-the-basis-of-an-iterate/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2183b1f6c2d9d296034edf3371428868</guid>
				<title>David Burgess replied to the topic JSON Minimum Maximum Items validation in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/json-minimum-maximum-items-validation/#post-118194</link>
				<pubDate>Mon, 09 Nov 2020 17:06:47 -0500</pubDate>

									<content:encoded><![CDATA[<p>Quick update on this issue.  The GUI allows you to only enter integer values for &#8220;min&#8221; and &#8220;max&#8221;, but under the hood the program expects something like &#8220;2.0&#8221; instead of &#8220;2&#8221;.  If you manually edit the JSON schema and insert the &#8220;.0&#8221;, it works fine.  Beware that if you later open the schema in the GUI the tool will remove the &#8220;.0&#8221; and any save wi&hellip;<span class="activity-read-more" id="activity-read-more-22735"><a href="https://usspvlclovertch2.infor.com/forums/topic/json-minimum-maximum-items-validation/#post-118194" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">59cc49d9c77f692e858b46eadd511d6f</guid>
				<title>David Burgess replied to the topic JSON Minimum Maximum Items validation in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/json-minimum-maximum-items-validation/#post-117349</link>
				<pubDate>Wed, 08 Jul 2020 14:10:07 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thanks Jim!  I should test that for field definitions.  In this case I&#8217;m working with number of items in an array.  (For example I want to enforce that the Insurance array has a  minimum of one instance, but not more than three instances.)  I can of course manipulate that myself, but if the function exists in the tool, I&#8217;d love to use it to reje&hellip;<span class="activity-read-more" id="activity-read-more-21835"><a href="https://usspvlclovertch2.infor.com/forums/topic/json-minimum-maximum-items-validation/#post-117349" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">465ba47c31332a058b6f8c4d5ff35498</guid>
				<title>David Burgess started the topic JSON Minimum Maximum Items validation in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/json-minimum-maximum-items-validation/</link>
				<pubDate>Wed, 08 Jul 2020 13:50:18 -0400</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve been working with the JSON configurator and I&#8217;m trying to enforce minimum and maximum items for arrays.  I&#8217;ve turned on the root level validation, and successfully tested the &#8220;Required&#8221; option, but minimum and maximum don&#8217;t seem to have any effect that I can tell.  I&#8217;m using Cloverleaf 19.1 in an RHEL environment.  Should a violation of th&hellip;<span class="activity-read-more" id="activity-read-more-21833"><a href="https://usspvlclovertch2.infor.com/forums/topic/json-minimum-maximum-items-validation/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>