I am getting the following error
“error: Could not access blank value: Use || to provide a default value for blank fields. Example: (my_field || 0) + 1” when I have used custom data to generate the age…
I used the custom data for Age and used different distributions for various age groups according to my use case.
“20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64”
Any ideas on this ? The same logic worked for the blood group custom data O+,O-,A+,A-,B+,B-,AB+,AB- and custom distribution.
-Thanks