You can show the current date and time in widget’s title using Expression and Label Parameter supported by Bold BI application.
Follow these steps to achieve this requirement:
Create and save an expression column with TODAY()
function.
In widget title, use expression column as a label parameter.
Preview the dashboard to help you view the current date and time on widget title.
By default, the current Date and Time will be shown while using the created expression column. You can also show a required date formatting as well as the following.
The following is the list of supported date formatting types.
Date Foramtting Type | Syntax | Date Time | {{:DateTime(Column_Name)}} |
---|---|
Date | {{:Date(Column_Name)}} | Year | {{:Year(Column_Name)}} |
Quarter Year | {{:QuarterYear(Column_Name)}} |
Month Year | {{:MonthYear(Column_Name)}} |
Week Year | {{:WeekYear(Column_Name)}} |
Day Month Year | {{:DayMonthYear(Column_Name)}} | Month Day Year | {{:MonthDayYear(Column_Name)}} |