What is the programming language in REDCap for data quality checks and branching logic. So far it's a bit hard to find the correct operators by trial and error.
It would be nice to know where to look for.
yesterday I programmed a data quality check which reads
([variable1] <> "" && [variable2] = "1")
It says that variable 1 should not be empty and variable 2 is also marked.
The code works, but it is though to find out how if I don't know the underlying language and the valid operators