So I’m trying to execute a stored procedure in a query tag but it does not work and just returns a null value. The query should return only a single number. For some reason I am able to execute the stored procedure if I bind it to a property value such as a PV for a analog indicator but does not work for Query Tags. I’m also able to run a basic select statement through a query tag but cannot get it to execute a stored procedure. Is there any reason why I am unable to execute a stored procedure from a SQL Query Tag or what could I be possibly missing?