Need help in making the from_dataset() formula work. The “stores4” dataset is:
techno,skill
A01,Acura MDX
A02,Audi A3
A03,BMW 2
A04,Chevrolet Camaro
A05,Dodge Challenger
A06,Honda Civic
A07,Infiniti Q50
and my formula is: from_dataset(“stores4”, “skill”, techno: techno) but I can’t get any value.
, but if I use the public link I get the following err:
Error evaluating from_dataset(“stores4”, “skill”, “{“techno”:“A01”}”): undefined method `lists’ for nil:NilClass
Found a workaround, it appears that from_dataset(), and presumably other Ruby functions, need to be written in the formula field one line input, it does not work if the Ruby code is written in the multiline Formula editor. So it needs to look like this: