O$: Remove columns from a row
Scotte Meredith
spomacguy at gmail.com
Tue Apr 14 15:52:04 EDT 2009
On Apr 14, 2009, at 12:46 PM, Christine Penner wrote:
> This row is used to put together an update statement. I either need
> to remove one column from the row, or pick apart the string after.
> I'm guessing the second will be easier. I have to remove a column
> that is causing conflicts with other updates in the program.
Have you tried $excludefromupdate? You can use this to cause a
column(s) to not be part of the update. it is just ignored.
It is something like:
Calculate MyTable.$cols.ColName.$excludefromupdate as kTrue
Scotte Meredith
SpoMacGuy at gmail.com
More information about the omnisdev-en
mailing list