I’m trying to use expression over a MS SQL Server. With builded version 8.4.3/8.4.4 available for download no problem at all (expression is correctly parsed and executed) while I cannot use it if I compile myself grafana from source (both in Windows11 and Ubuntu): i get a “runtime error: invalid memory address or nil pointer dereference” and grafana crashes.This problem happens only if I create/is already created an expression (e.g. SQLSRV queries A and B, expr $A - $B)
If both Queries outputs are from the same server and float / int I presume, why don’t you do the logic in MSSQL in one query in SSMS first and then Grafana, could be a random calculation of your data that’s causing an issue