Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi, probably a simple answer so apologies for empty headedness.
I have a simple RAG measure:
Red | data:image/jpeg;Base64,abaea.......... |
Amber | data:image/jpeg;Base64,avaea.......... |
Green | data:image/jpeg;Base64,adaea.......... |
how can I join the 2 together so that the measure filters the table?
Solved! Go to Solution.
Because there is currently no relationship between the measure (Red, Amber or Green) & the table.
https://1drv.ms/u/s!ArVbO3X60Juiil9IRWtypHRV5vzp?e=rPyQGM
@wynhodgkiss can you please check whether it helps
Because there is currently no relationship between the measure (Red, Amber or Green) & the table.
https://1drv.ms/u/s!ArVbO3X60Juiil9IRWtypHRV5vzp?e=rPyQGM
@wynhodgkiss can you please check whether it helps
That does work, in a table viz, the problem is Simple Image only accepts columns as fields but I can work around that using a bit of creative formatting
Hi @wynhodgkiss , why cant we return binary image using 'Table name'[binary_image] ? can you please share any sample data for the actual usecase?