I've image column stored in database as BLOB datatype. I've imported that column in the RPD but when displaying images in the dashboard workbook, It's not working.
How the images can be display in DV workbook?
@User_SB8N2 , Welcome to the Oracle Analytics and AI Community.
As per my understanding, images in DV are rendered using image URLs. It means the dataset must contain a string field pointing to an image location. DV visualizations (tables, trellis, cards) can display images only when referenced via URL. Hope it helps!