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
I am trying to render an image through html visuals
html visuals = "
<!DOCTYPE html>
<html lang=""en"">
<head>
<meta charset=""UTF-8"">
<meta http-equiv=""X-UA-Compatible"" content=""IE=edge"">
<meta name=""viewport"" content=""width=device-width, initial-scale=1.0"">
<div id=""htmlContent"">
<div class=""htmlViewerEntry"">
<div>
<script src=https://product-gallery.cloudinary.com/all.js type=""text/javascript"">
</script>
<script type=""text/javascript"">
const myGallery = cloudinary.galleryWidget({
container: ""#my-gallery"",
cloudName: ""cavenders"",
mediaAssets: [{
tag: ""Attributes[Style Code]""
}]
});
myGallery.render();
</script>
<div id=""my-gallery"" style=""max-width:80%;margin:auto"">
</div>
</div>
</div>
</div>
</head>
<body>
</body>
</html>
"
Where in your HTML are you specifying the image that should be rendered?
You may want to try with a simple image viewer visual first.
<script src=https://product-gallery.cloudinary.com/all.js type=""text/javascript"">
</script>
<script type=""text/javascript"">
const myGallery = cloudinary.galleryWidget({
container: ""#my-gallery"",
cloudName: ""cavenders"",
mediaAssets: [{
tag: ""Attributes[Style Code]""
}]
});
myGallery.render();
this is a javascript code in script tag.
Attributes[Style Code] is a column with alphanumeric value like abc111 which should be passed into tag and get image from cloud
Most likely Power BI sees that as a cross site script vulnerability.
User | Count |
---|---|
64 | |
59 | |
47 | |
32 | |
31 |
User | Count |
---|---|
84 | |
73 | |
52 | |
50 | |
44 |