Value List Q of Q Question
I run a Stored Procedure which brings back a query object. Some of the column names of that query object have two words. For example, let's say a field was called "one two". I know I can output this data with array notation
#queryname["one two"][currentrow]#
but what I really want to do is to create a value list from that field, run another database query based on that list, and then do a Q of Q, using "one two" in the where clause.
Everything I have tried so far with both valuelist () and Q of Q has resulted in a syntax error. Has anyone ever successfully accomplished this?
