Known Issues

The HTML component doesn’t update automatically

The HTML component doesn’t update automatically when you call the price from the form. If you encounter this problem, replace the HTML component with a component editor, configured as follows:

  • Title: NEW HTML.
  • Auto run: enabled.
  • Hide editors: enabled after you add the following JavaScript code:
mbCoreIframe.utils.addListener('SET_CONTENT', function(data){
    document.body.innerHTML = data.value;
});

The rest of the links between the UI components remain the same.

The form doesn’t update

The spot value from the form is set to 0 when you select different as-of dates. If you encounter this problem, delete the attribute Date Bucket from the Quandl report.