How to show Blob data in Custom JS Chart?
Completed
Hi ,
We need to show logo in our custom JS chart , for that we have a binary field in Database but when trying to render Binary data to image it is appending binary data field as follows in both cases (fomatted and raw data) :
data.logo[0].row_data
<.img style="width: 100%;" src=undefined" alt="logo">
data.logo[0].formatted_data
<.img style="width: 100%;" src=<Binary Data>" alt="logo">
How to fix this?
Regards
Pratap
Thanks Pratap,
I have replicated this and raised a defect to address this:
#10289
In the meantime, your best bet would probably be to create a free-hand SQL calc field to cast this to a text data type.
Let me know if you have any question on this.
Regards,
Nathan
Thanks Pratap,
I have replicated this and raised a defect to address this:
#10289
In the meantime, your best bet would probably be to create a free-hand SQL calc field to cast this to a text data type.
Let me know if you have any question on this.
Regards,
Nathan
Replies have been locked on this page!