View the original community article here
Last tested: Jan 9, 2018
Using the html parameter:
dimension: audio_dimension {
sql:
case when ${TABLE}.recording_url IS NULL THEN 'NO Audio'
else ${TABLE}.recording_url
end ;;
html: <audio controls preload="metadata" controlsList="novolume" style="width:250px;">
<source src={{value}} type="audio/mp3"/>
</audio> ;;
}
This content is subject to limited support.