If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.
Is it possible to add a HTML code next to each category?
I want to display the price of each processor next to them. I have the HTML link code that does the search over the internet and returns the price.
Thanks for any ideas.
Re: Add HTML query result next to each category name
You have 2 choices.
Add the price information to the existing axis labels.
Or add a new series to the secondary axis and use the secondary category axis to display the values
Re: Add HTML query result next to each category name
Thanks Andy, now i´m understanding how to create the tables properly, i´m fresh new to this.
But my idea is more complex, i think. I don´t have the prices. The prices would come from a xml query over the internet (a html link) and then shown on the chart. I think it might be a macro issue, hope not
Was i clear?
Thank you again.