In the javascript for my DOMO card, this is how I am currently querying from my dataset:
If I am simply trying to query all the fields in my dataset, is there a way I can avoid hard coding all the fields in the "dataColumnName1" variable, and just change the "query1" variable to dynamically query all fields? Thanks.