Submitted by carloscadu on 2019/09/11 12:49

 

Hi,

 

I'd appreciate your help regarding batch rename items, for instance adding _ in the beginning of item title:

item 1 => _item 1

item 2 => _item 2

item 3 => _item 3

 

Is it possible to accomplish? How to?

 

Thank you!

Carlos

Comments

Hi Carlos,
 
Sure it is !
  1. In the field properties for Item, check "Parse if starts with ="
  2. Select 1 or more items in a grid
  3. In the Properties pane, enter ="_" & [item]
  4. Hit Enter
  5. Don't forget to uncheck the parse flag in the field properties (unless you find it useful)
You can avoid changing the parse flag if you use an intermediate field:
  1. In Field F2, enter ="_" & [item]
  2. Right-click on F2 and select Parse Equation
  3. For Item, enter =[F2]
  4. Right-click on Item and select Parse Equation
  5. Erase the content in F2
 
Pierre_Admin
IQ Designer
 

carloscadu

2019/09/12 06:52

In reply to by Pierre_Admin

Hi Pierre,

Many thanks for the directions.

I recorded a screencast detailing the procedures taught by you: http://bit.ly/2ZWrmir

Another question has appeared: How to perform the inverse batch renaming, in that case removing _ from the items' names?

_item 1 => item 1

_item 2 => item 2

_item 3 => item 3

Cheers,

Carlos