-Bob
Definitely... Actually, this issue was at critical status for 5.3, but with
all the other issues we had in 5.3 we simply ran out of time.
We were planning on querying the user during Dt/Aw import,
Jim
In the meantime, I made a short Perl script that fixes up the
.iadsDt/.iadsAw files.
-Bob
> In some cases, a user may have derived parameters from different groups.
> We typically will change "updat3" to "update" on a per-group basis.
> That way, we won't whack somebody else's deriveds.
>
> In the meantime, I made a short Perl script that fixes up the
> .iadsDt/.iadsAw files.
>
Great idea! Keep them rolling... This will make it much more easy and
meaningful when it comes to implementation time
Question: How do you link the parameter group to the user group?
Jim
if ($lineIn =~ /updat3 ParameterDefaults set \* =
User_Derived\|.*\|.*\|.*\|@ARGV[2]\|/)
{
$count = $count + 1;
$lineIn =~ s/updat3 ParameterDefaults set/update ParameterDefaults
set/;
}
where ARGV[2] is the group's name that we want to update the deriveds
for.
-Bob
-----Original Message-----
From: ia...@googlegroups.com [mailto:ia...@googlegroups.com] On Behalf Of
Jim Bretz
Sent: Tuesday, March 20, 2007 3:49 PM
To: ia...@googlegroups.com
Subject: [IADS] Re: Updating derived equations in imported desktops