Change Column Headings Crosstab

Poco_90

Registered User.
Local time
Today, 05:55
Joined
Jul 26, 2013
Messages
87
Hi,
I would appreciate some input on this, I have a Graph that uses a crosstab query to generate the data. Its only a simple query. One of the fields is project type, but in the query this changes to a number instead of text? I would like to have this as text but don't know how to go about it. I have searched forums and tried Allen Browne's suggestion on specifying column headings but no luck.

I have attached the initial query and the crosstab query in the screen shot as well as the graph. My aim is to get the project names in the legend, instead of 1, 2 as shown.
Thanks in advance,
Poco
 

Attachments

  • query.JPG
    query.JPG
    68.8 KB · Views: 235
in the query (not the xtab), change the labels before it goes into the crosstab.
label, colon, field

ex: MyNewLabel:sum([field])
 
Hi Ranman,
Thanks for getting back to me. I don't think this will work, because the heading can be one of 8 items.
Regards,
Poco
 
I think you've change the data-label settings without being aware of it.
Try by creating a new graph object.
 
Thanks JHB, but it made no difference. I am still getting numbers instead of names. I cheated for the time being and made a jpg of my legend and pasted it on the graph.
 
go back to the original query (qryTypeEngineer) and find out what is the related table there.
when you found out, include this in your xtab query and link it to qryTypeEngineer. add the pertinent column from this table.
 
Thank you arnelgp, your suggestion fixed my problem.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom