Burt Wang


1st Forum Post
  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Activity overview

Latest activity by Burt Wang
  • Burt Wang commented,

    Thanks for your answers. If we have multiple panels for a Dashboard, what is the best practice to ensure all DataLayers.Rest for charts to be async to improve performance? Most of data for charts a...

  • Burt Wang created a post,

    DataLayer.Rest or SQL: how to handle exceptions

    In case of exceptions through from server side, e.g. {     "Errors": [         "Async error test"     ],     "StatusCode": 500 } In this case, the dashboard panel where the DataLayer.Rest resides ...

  • Burt Wang created a post,

    Multiple DataLayer.* are they Async

    Are multiple DataLayers on the same panel asynchronously called? For example, if there are two DataLayer.Rest on the same panel and one for chart and one for metric data purpose, are they called by...