cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Infotable Data to label chart

ishrivastava-2
1-Newbie

Infotable Data to label chart

Hi,

Can anyone tell me how to map infotable data to label chart.I want data from  one row and one field of infotable related to primary key.Should i write service for that and which service is used to map infotable data to label chart.

1 REPLY 1
mhollenbach
5-Regular Member
(To:ishrivastava-2)

If you only want one value from a specific row and field of an InfoTable then yes you will need to write your own service.

  1. It should first find that value you want in the already existing InfoTable
  2. Then return an InfoTable with only one row and two fields
    • One field containing the numerical value for the y axis
    • A second field containing the value for the x axis
  3. Add that service in your Mashup
  4. Bind the InfoTable result from the service to a Label Chart
  5. On the Label Chart, you can specify what the X and Y axis will represent, so select those values to set the properties of the Label Chart Widget

That should do it.

Meghan

Top Tags