Transform Dataset

Hi all,

Using a named Query I am returning “siteaddress” into a value display from a dataset. it returns the following: [{“siteAddress”:“Texas”}]. How would i manipulate this to return the column alone which is Texas

Make it a scalar query:
image

Thanks very much !