AaronConcannon
Technical User
Hi,
I'm using a union query to combine the results of 8 queries into a single column so that I can produce a bar chart. The problem I have is that the bars are currently Labelled as "column 1" "Column 2" and so on. Without proper labeling the chart is basicly useless.
Each of the 8 queries that form the union query always produces a single value (the value may change, but there is never more than 1 value)
The column labels will always remain consistant.
How can I get access to label the columns correctly?
TIA
Aaron
I'm using a union query to combine the results of 8 queries into a single column so that I can produce a bar chart. The problem I have is that the bars are currently Labelled as "column 1" "Column 2" and so on. Without proper labeling the chart is basicly useless.
Each of the 8 queries that form the union query always produces a single value (the value may change, but there is never more than 1 value)
The column labels will always remain consistant.
How can I get access to label the columns correctly?
TIA
Aaron