Can a Selected Column in a query be used more than once...
One answer
I expect that you can have a column returned twice in a result (without
trying to figure out why you would want that). IDataQuery has a
'select' API that takes an array of ISelectionElements. If you build an
array that has the same column in two spots in the array, does it come
back twice in the results?
Matt Lavin
Jazz Server Team
allenof wrote:
trying to figure out why you would want that). IDataQuery has a
'select' API that takes an array of ISelectionElements. If you build an
array that has the same column in two spots in the array, does it come
back twice in the results?
Matt Lavin
Jazz Server Team
allenof wrote:
I am trying to construct a query that I'd like to have a specific
column repeated. Meaning... If I have an attribute Project_Id, I'd
like it to appear in the first column and the 8th column of the
returned results. Can this be done? If so, how?
Thx in Advanced... O.Frank