N O T I C E


MSPbots WIKI is moving to a new home at support.mspbots.ai to give you the best experience in browsing our Knowledge Base resources and addressing your concerns. Click here for more info!


What's on this page:

Introduction


MSPbots has prebuilt widgets to help organize your reports on one page. If these widgets do not fit your requirements, you can create custom widgets and use the guide below in configuring datasets.

Here are the filter conditions and formats available when creating custom widgets.

Required permissions


Only users with admin privileges can create a widget and subsequently use this article.

Filter Conditions

No.ConditionsDescription
1Is EmptyPulls data with a null value.
2Is Not EmptyPulls data with a value.
3Is BlankPulls data with an empty string.
4Is Not BlankPulls data with a non-empty string.
5Equals/Equal To/EqualPulls data that is equal to only one specific value.
6Not Equals/Not Equal To/Not EqualPulls data that is not equal to one specific value.
7ContainsPulls data where the field's value matches the input; functions like " ilike '%input%' ".
8Not ContainsPulls data where the field's value does not match the input; functions like " not ilike '%input%' ".
9Start WithPulls data where the first part of the field's value matches the input; functions like " ilike 'input%' ".
10End WithPulls data where the last part of the field's value matches the input; functions like " ilike '%input' ".
11Not Start WithPulls data where the first part of the field's value does not match the input.
12Not End WithPulls data where the last part of the field's value does not match the input.
13INPulls data that is equal to any value in the list; allows choosing a list of values.
14AnyPulls data that contains any value from the list; allows choosing a list of values.
15Not INPulls data that is not equal to any value in the list; allows choosing a list of values.
16Any INPulls data that contains any value from the list; allows choosing a list of values.
17MatchUses regular expression; functions similarly to "Contains".
18Not MatchUses regular expression; functions similarly to "Not contains".

19

=

Pulls data that is equal to only one specific value.

20

>

Pulls data that is greater than only one specific value.

21

>=

Pulls data greater than or equal to a specific value.

22

<

Pulls data less than a specific value.

23

<=

Pulls data less than or equal to a specific value.

24

!=

Pulls data that is not equal to one specific value.

25

Later Than

Pulls data later than a specific value.

26

Earlier  Than

Pulls data earlier than a specific value.

27

Less Than 

Pulls data less than a specific value.

28

Time of Day

Pulls data at a specific time of the day.

29

Between

Pulls data between two points in time.

Time Variate

No.CategoryNameDescription
1

Time attribute

Last

Refers to the past time. For example, if Last 2 Weeks (Mon-Sun) is set, it means the past two weeks' Mondays to Sundays, totaling 14 days. If Include this is checked, it includes the present day as well.
2NextRefers to the upcoming time. For example, if Next 2 Weeks (Mon-Sun) is set, it means the next two weeks' Mondays to Sundays, totaling 14 days. If Include this is checked, it includes the present day as well.
3Current 

Refers to the present time.

4Previous

Refers to a specific time or period in the past. For example, if previous 2 Weeks (Mon-Sun) is set, it means the second week before, starting from Monday to Sunday, totaling 7 days.

5








Time unit

BusinessDay

Refers to working days, which may not necessarily be Monday to Friday. Some companies' working days include Saturdays.
6

Minutes

-
7

Hours

-
8

Days

-
9

Weeks (Mon-Sun)

A week from Monday to Sunday.
10Weeks (Sun-Sat)A week from Sunday to Saturday.
11Weeks (Sat-Fri)A week from Saturday to Friday.
12WeekendRefers to Saturday and Sunday.
13WeekDayRefers to Monday to Friday.
14

Months

-
15

Quarter

-
16

Years

-
17FinancialYear(QA)The specific day that marks the beginning of each financial year.
18Include thisIf this option is checked, pulling data will include the data for the current day.

Time


Please select a time accurate to the second, starting from the year.

Slicer


  1. Check Slicer to configure it.

    Ignore this filter if the Slicer does not exist in the dashboard.

  2. Click the blank box to the right of Slicer.
  3. Select the filtering criteria from the Select dropdown menu.

    1. If the desired filter criteria are not available in the Slicer, please click Advance to customize advanced filtering conditions.
    2. Enter the advanced conditions in the blank box.

      • If Ignore Filter is checked, the filtering conditions configured before the Slicer will be disregarded; only the Slicer will be effective.

Date Format

No.NameDescriptionExample
1MM-DD-YYYY

Display dates as month-day-year.

01-31-2024
2DD-MM-YYYYDisplay dates as day-month-year.31-01-2024
3YYYY-MM-DDDisplay dates as year-month-day.2024-01-31
4MM-DD-YYDisplay dates as month-day-year, showing only the last two digits of the year.01-31-24
5DD-MM-YYDisplay dates as day-month-year, showing only the last two digits of the year.31-01-24
6YY-MM-DDDisplay dates as year-month-day, showing only the last two digits of the year.24-01-31
7MM YYYYDisplay dates as month year.01 2024
8YYYYDisplay dates as year.2024
9MMM YYYYDisplay dates as month year, with the month displayed as a three-letter abbreviation of the English word, capitalized.Jan 2024

Date Time Format

No.CategoryNameDescriptionExample
1DateMM-DD-YYYY

Display date as month-day-year.

01-31-2024
2DD-MM-YYYYDisplay date as day-month-year.31-01-2024
3YYYY-MM-DDDisplay date as year-month-day.2024-01-31
4MM-DD-YYDisplay date as month-day-year, showing only the last two digits of the year.01-31-24
5DD-MM-YYDisplay date as day-month-year, showing only the last two digits of the year.31-01-24
6YY-MM-DDDisplay date as year-month-day, showing only the last two digits of the year.24-01-31
7MM YYYYDisplay date as month year.01 2024
8YYYYDisplay date as year.2024
9MMM YYYYDisplay dates as month year, with the month displayed as a three-letter abbreviation of the English word, capitalized.Jan 2024
10Same as account setting

Display dates according to the date format set in your Get Started settings.

If your selected date format in Get Started is MM/DD/YYYY, then all dates in this widget will be displayed in the format MM-DD-YYYY.

11NULL

Do not display date.

When the date time is 2024.01.31, 18:30:30, display it as 18:30:30.

12Time

HH:mm

Display time as hours (in 24-hour format): minutes18:30
13

HH:mm:ss

Display time as hours (in 24-hour format): minutes: seconds18:30:30
14

hh:mm

Display time as hours (in 12-hour format): minutes06:30
15

hh:mm:ss

Display time as hours (in 12-hour format): minutes: seconds06:30:30
16

NULL

Do not display time.

When the date time is 2024.01.31, 18:30:30, display it as 2024.01.31.
17Time Indicators

a

When Time format is set to hh:mm and hh:mm:ss, this option will appear for configuration. Display lowercase am and pm after the time.

6:30:30 pm
18

A

When Time format is set to hh:mm and hh:mm:ss, this option will appear for configuration. Display uppercase AM and PM after the time.

6:30:30 PM
19

NULL

When Time format is set to hh:mm and hh:mm:ss, this option will appear for configuration. Do not display am, pm, AM, or PM after the time.

If the time is 6:30:30 pm, do not display pm and display it as 6:30:30.

Related Topics