Displaying Data on HTML Table with Pre-existing Formatting

Options

Ok. Here's a question for the community. Relatively new user to Domo, so maybe I'm missing something basic here.

Situation

We have data coming from our database that already has inline style in place for our data, so we don't need to use beast mode for conditional style display. I was thinking that the HTML table would apply the formatting in the HTML, but it seems to just render the text with the code, screenshot below.

Is there a way for the HTML Table Chart to display the formatted text using the pre-defined styling?

Chang Z, Kirkpatrick JP, Wang Z, Cai J, Adamson J, Yin FF. Evaluating radiation-induced white matter changes in patients treated with stereotactic radiosurgery using diffusion tensor imaging: a pilot study. Technol Cancer Res Treat. 2014;13(1):21-8.

Any help would be greatly appreciated!

Tagged:

Answers

  • jeremy_gregory
    Options

    I figured out a quick hack that works. Just posting here in case anyone else experiences the same issue.

    I created a Beast Mode function to render, just by using a simple concat.

    Now, when I reference my new field, it does what I need it to. I guess it just needs that little push to recognize the HTML?