Issue with CASE calculation for Assigning a Score

Ran into an issue with a metric. Pulling in the sum of a field and want to build a case to make a score based on the total quantity in the column. Issue is I keep getting an error after making the case that reads “Data Set Configuration Error, Looker Studio cannot connect to your data set. Expression ‘GreaterOrEqual’ does not have the requested implementation: GreaterOrEqual(DOUBLE, INT64)”.

I made a similar calculation for some other columns already so I’m curious to see what the issue could be. Also have an error ID (57b3d5a7) if that helps any.

I have tried to make it a metrics that will sum the column in one attempt then make the case field. Another method was making just the case with the sum(quantity) in the formula it self but both methods get the same result. It switches as well from ‘Less’ to "Greater’ or “GreaterOrEqual”.

Hello all,

Update: I was able to get it fixed but I had to change the data source in MySQL for the field. I ended up making it a DOUBLE instead of an INT for it to work in GLS. Wanted to provide an update for any others having an issue with this same error!