Was just wondering..with this =[Field] thing
Would it be possible to do field to field copying (but with several fields) with it
..in effect a way to automate field-to-field copy eg
A->B
C->D
D->E
there is still a 1:1 relationship, but instead of doing Move/Copy Field for
A->B
C->D
D->E
sequentially, it's possible to do all the 3 operatoins in 1 *GO*
I have some maintenance smartlists where i do a Move/Copy Field from one field to the other. The viewscheme is setup to only show files that need this and once they are populated the smartlist removes them from display.
it only displays items if said Field is emptyNow, conceivably, if 3 expression columns were set up like
=[Field1] =[Field 2] =[Field 3]
When you click the smartlist, it would show the above 3 columns as populated from Fields1,2,3.
But would it also imply that the contents of those 3 fields were copied over to the coresponding three fields specified in the Expression Coulmn ?
or have i misundertood this
postI don't think there is a way to assign values of one field to another just yet
You can display them, or you can do it manually, but not automatically as i was hoping for above.