Charts
Dynamic Text
Learn how to create a dynamic text in Semaphor
This visual allows you to display formatted text dynamically based on query results. You can use HTML tags to style the text.
How to use
- Write a query that retrieves the data you want to display.
- The first column in the first row is used as the text to display.
This is useful for embedding dynamic content directly from your data source while maintaining full control over its appearance.
You can also include HTML tags within the value to format the text. For example, you might use <strong>
for bold text, <em>
for italics, or <a>
to create hyperlinks.