Hi,
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.
Thanks