Category / Section
How to Render an Image Using URL and Parameterized URL Options in Image Widget
Published:
In Bold BI, you can render an image using three different options: Local
, URL
and Parameterized URL
. This article will guide you through the process of rendering an image using URL
and Parameterized URL
options in the Image widget.
Rendering an Image Using URL
To render an image using the URL
option, follow these steps:
- In the Image widget, switch the Image Source type to
URL
. - Enter the URL of the image you want to render.
Rendering an Image Using Parameterized URL
Consider you have data as shown below.
To render an image using the
Parameterized URL
option, follow these steps:
- In the Image widget, switch the Image Source type to
Parameterized URL
. - Add the parameter
{0}
to the URL.
- Configure the data in the Assign Data section.
Note: If you add a URL without the {0}
parameter, the image will not render in the server.
By following these steps, you can successfully render an image using both the URL
and Parameterized URL
options in the Image widget.