Articles in this section
Category / Section

How to Use the Number Card Widget in Bold BI

Published:

The Number Card widget in Bold BI is a versatile tool for displaying key performance indicators (KPIs) without the need for a target value. This article will guide you through the process of creating a Number Card widget to display closed tickets in the last 30 days.

Steps to Create a Number Card Widget

  1. Drag and drop the Number Card widget in the designer and go to the Assign Data section.

    image.png

  2. Use the desired column in the measure section of the widget. For example, you can use the Closed Tickets Last 30 Days column.

    image.png

  3. Change the title position and font size by going to the Properties section. Choose the position to be Top and adjust the font size for the title section and value section as needed.

  4. Move the value (e.g., “49”) by changing the Horizontal alignment to the right.

    image.png

Closed Tickets Calculation

The calculation for closed tickets is done using the following expression:

IF([created_at] >= DATESUB(30,Today()) AND [status]='close' , 1, 0)

You can view this type of calculation by editing the data source.

image.png

Additional References

Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
RM
Written by Reethika Moovendhan
Updated:
Comments (0)
Please  to leave a comment
Access denied
Access denied