Skip to main content
16-Pearl
February 8, 2024
Solved

Retrieve data after selecting a data point on a chart

  • February 8, 2024
  • 1 reply
  • 1758 views

Hi community,

 

I am trying to visualize in a grid or in a text field the data info after having clicked on a data point on my combo chart. (Chart Type = Line).

I have already bound the selected data from the chart onto a grid, But I only see the datashape of the service on the grid instead of seeing data that I have selected.

 

Does someone know how I can go about this?

 

Regards,

 

Best answer by Janicen

hi @Rocko 

 

The problem on the combo chart was the XAxisType. It was set to string instead of datetime.

After doing this the selectedData on the combo chart works as expected.

 

Thank you very much for your mashup. 

1 reply

Rocko
19-Tanzanite
February 8, 2024

Not sure what's wrong, works for me, just dropped the SelectedData to the grids Data field.

Did you change SelectionMode in the chart from Default to Single or Multiple?

14-Alexandrite
February 8, 2024

Have you tried with a Combo Chart, this is where it doesn't work.
I have had success with the Line Chart.

Rocko
19-Tanzanite
February 8, 2024

Yes, Combo. I am on TWX 9.4.0