Change Images Dynamically

Is it possible to have images change dynamically? I am creating a leader board - So if person A has the highest score 0 i want person A’s image to appear. If person B has the highest score I want Person B’s image to appear

Hi @Manu

you could use a calculated field (with ifelse) to create the URL and use a table visual to display.

If you want to use a custom visual URL works only with parameter.

BR