Open
Description
Description
The switch version of the Query Builder provides an improved UI/UX but lacks support for SQL statement generation, unlike the LHS function version, which supports SQL generation with functions. This limitation requires manual conversion of JSON rules to SQL case statements, increasing complexity and potential for errors.
Request
Add native SQL case statement generation support to the switch version, enabling seamless translation of configured JSON rules into SQL statements.
Benefits
Streamlines workflows by eliminating manual JSON-to-SQL conversions.
Reduces errors and enhances efficiency for SQL-based use cases.
Increases the feature parity and functionality of the switch version.
Thank you for considering this enhancement.