Hi all,
is that possible to have some selection formula for the document in a categorized column for each category?
Thanks.
Hi all,
is that possible to have some selection formula for the document in a categorized column for each category?
Thanks.
Subject: Should be able to do it.
TrySELECT Form = “YourForm” & ((CatField = “First” & SomeField = “Test”) | (CatField = “Second” & SomeField = “Other”))
Subject: Categorized Columns: Can you be more specific?