Access one column of dataset returned by Stored Procedure in Perspective

You can make your named query a scalar query - that would require that the row to return is the first column in the result set. Otherwise, you can add an expression transform (put the return type back to dataset) and just use {value}[0, "columnName"] as the expression.