If I have a table that looks something like this
Key Name
--- ----
-2 <cr.2>
-1 <cr.3>
203 Me
206 Dan
208 Bob
I want to mask out all occurences of a -{Key} so that I can add all valid names to the default value window in the Set Default Values window of creating a parameter.
Can you use a formula to do so:
If {table.Key} >0 Then {table.Name}
Is this even possible?
Key Name
--- ----
-2 <cr.2>
-1 <cr.3>
203 Me
206 Dan
208 Bob
I want to mask out all occurences of a -{Key} so that I can add all valid names to the default value window in the Set Default Values window of creating a parameter.
Can you use a formula to do so:
If {table.Key} >0 Then {table.Name}
Is this even possible?