So I'd like to return the value of a property of a table only, not the entire query using coldfusion and my local table. This is how I display it:
<h3 class="queue-type-label">#match.outcome.queueDescription.toString()#</h3>
Also, this is how I defined queueDescription:
outcome.queueDescription = queryExecute("select Description from Queues_de where ID='#match.queueId#'");
I get only the following result:
But I'd really like to get just the "Description" value... (Solo/Duo (Rangliste)) such stuff you know. Does any1 can help me?! :O