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!


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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 that you can use 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.

Related Topics


  • No labels