We recently received the following question from a user and wanted to share our answer with the rest of the ClauseBase Community:
Is there any short-hand syntax for when the same conditional syntax is going to be used 2 or more times in a row, not to have to repeat all of the “ifs” and to just state the conditional text using the same order?
For example: let’s say I have a lengthy condition like:
*“ {(#contract^value > 5000) OR (#contract^type = "licensing"): the CEO is the signatory} ”*
Is there any way to use short-hand for this condition so that I don’t have to repeat the entire thing each time I want to use it?