Skip to main content
1-Visitor
April 12, 2018
Solved

How to bind the service data to the gauge widget?

  • April 12, 2018
  • 1 reply
  • 2075 views

I have progress gauge widget on mashup and I have one service which fetching the data from database, how to show fetched data into gauge widget? What I have done so far, bind service data to the progress widget, bind mashup loaded trigger to the service, still I am not able to see data in a widget, as I am very new to this platform please help me to get out of it.Thanks in advance.

Best answer by A_Macierzynski

Hi,

Can you specify what type of data is returned from your service? If it is infotable just pick numeric value which is intresting for you like this:

 

1234.PNG

 

Bind it to the Data property and that's it.

 

Regards,

Adam

1 reply

15-Moonstone
April 12, 2018

Hi,

Can you specify what type of data is returned from your service? If it is infotable just pick numeric value which is intresting for you like this:

 

1234.PNG

 

Bind it to the Data property and that's it.

 

Regards,

Adam

ras1-VisitorAuthor
1-Visitor
April 12, 2018

Thanks Adam. Previously I haven't added Data Shape for that service, now it's working.