D
djd
Is it possible to assign wildcard values when writing formulas to search for
all values in the name field that begin with a certain number? For example
all tasks that begin with 1XXX would be classified as "Task A". I tried to
use :
iif([name]="1***","Task A",false)
but does not work. Any ideas?
Thanks for your help
DJD
all values in the name field that begin with a certain number? For example
all tasks that begin with 1XXX would be classified as "Task A". I tried to
use :
iif([name]="1***","Task A",false)
but does not work. Any ideas?
Thanks for your help
DJD