Jump to content
Software FX Community

abarros

Members
  • Posts

    1
  • Joined

  • Last visited

abarros's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello! First I would like to thank the responsibles for ChartFX: what a product! I have stumbled upon a problem and don't know how to solve it. I use the following SQL to populate a chart: SELECT date, value, department, area FROM ... The date and value columns are the values which I want plotted. The department and area values are string values. They should not be plotted, they also should be not appended to the date to be used as the legend for the X-axis. But I would want them to be available in the data editor and also would like them to be exported when using the Toolbar > Copy to Clipboard > As Text. So, I would like the department and area information (which are strings) to be used as tags related to the value. Thanks in advance, Andr
×
×
  • Create New...