I have been trying to use the date from another dataset in this schema and then generate a random date within a range of three months from that date in another field but I am getting an error:
error: Could not access blank value: Use || to provide a default value for blank fields. Example: (my_field || 0) + 1
Thanks