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

Version 1 Next »

MSPbots has prebuilt widgets to help organize your reports on one page. If these widgets do not exactly fit your requirements, you can always create your own and use the table below as a guide to configuring datasets for your widgets. 

Here are the conditions that you can use when creating custom widgets.  

ConditionsDescription
Is EmptyPulls data with a null value
Is Not EmptyPulls data with a value
Is BlankPulls data with an empty string
Is Not BlankPulls data with a non-empty string
EqualsPulls data that is equal to only one specific value
Not EqualsPulls data that is not equal to one specific value
ContainsPulls data where the field's value matches the input; functions like " ilike '%input%' "
Not containsDoes not pull data where the field's value matches the input; functions like " not ilike '%input%' "
Start WithPulls data where the first part of the field's value matches the input; functions like " ilike 'input%' "
End WithPulls data where the last part of the field's value matches the input; functions like " ilike '%input' "
INPulls data that is equal to any value in the list; allows choosing a list of values
Not INPulls data that is not equal to any value in the list; allows choosing a list of values
MatchUses regular expression; functions similarly to "Contains"
Not MatchUses regular expression; functions similarly to "Not contains"

  • No labels