thread68-1581008
In this thread - - macropod said "Your best bet is to use two separate DOCPROPERTY fields. It's always possible to concatenate two such fields via field coding, including conditionally inserting a comma & space if both DOCPROPERTY fields have data".
I'd like to do two things -
1. Concatenate two fields and place comma space between them if they're both not empty
2. Do this as a single field (so that it's a single right-click to Update the field)
I think I understand the conditional formatting part (sort of), but don't seem to be able to check for empty properties only specific values.
I could do the second part as three fields (i.e. first property, conditional comma space, second field) but it's cumbersome unless the user does an "update all" which realistically they're not going to do.
What's the smart way to put this all together?
Many thanks in advance!
In this thread - - macropod said "Your best bet is to use two separate DOCPROPERTY fields. It's always possible to concatenate two such fields via field coding, including conditionally inserting a comma & space if both DOCPROPERTY fields have data".
I'd like to do two things -
1. Concatenate two fields and place comma space between them if they're both not empty
2. Do this as a single field (so that it's a single right-click to Update the field)
I think I understand the conditional formatting part (sort of), but don't seem to be able to check for empty properties only specific values.
I could do the second part as three fields (i.e. first property, conditional comma space, second field) but it's cumbersome unless the user does an "update all" which realistically they're not going to do.
What's the smart way to put this all together?
Many thanks in advance!