Hello YevSnow,
I dont know which tool you are using but i think you should try the following
ORIGINAL CODE:
list: if(DwgType.Table = 'p*',"Open","Closed")
CHANGED CODE: TRY 1
list: if(DwgType.Table LIKE 'p%',"Open","Closed")
I would like to know which tools do you use?
if this is Excel then i think the above code should work.
otherwise tell us the tools try and ask for our help.