Hi Glen,
Create a formula with this code:
If instr({string field}, 'Rollout') > 0 then
'Rollout'
Else
'Non Rollout'
You can then insert a group off of this formula field via the Group Expert or the Insert Group option.
-Abhilash
Hi Glen,
Create a formula with this code:
If instr({string field}, 'Rollout') > 0 then
'Rollout'
Else
'Non Rollout'
You can then insert a group off of this formula field via the Group Expert or the Insert Group option.
-Abhilash