ponychicken commented on issue #35929:
URL: https://github.com/apache/superset/issues/35929#issuecomment-3482136142

   @sadpandajoe 
   
   This should work independent of the shape of your dataset:
   
   ```
   case
   when random() > 0.5 then "TYPE A"
   else "TYPE B"
   end
   ```
   Expected result would be to have half the points in one color the other in a 
second. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to