Is the JS column code performed on the client side or server side?

I mean can we optimize complex cascade logic performing by 5–6 If-Then-Else columns by using just one JS column? Because multiple ITE columns decrease performance according to my experience.

Hola!

Your JS code will run on client server (device) and of course, JS helps a lot to save columns and make your APP simpler.

Here an example about what you meant

Saludos!

Thank you! That’s exactly what I’m looking for.