Hi,
I have two queries in my report that each one returns one column of values related :
1st query : Month names
2nd query : values from relevant months
And i want to display them on one table using month names as headers and values like that :
Jan , Feb, Mar, Apr, etc
Jan Value ,Feb value , Mar value, etc
I've seen a couple of posts from people trying to do something similar such as : topic #381
but I don't want to create a new array , I want to use query1 for table header and query 2 as the data (or if that is not possible to create two tables with the relevant data one top of the other without headers) .
Is it possible ? George