Some content on this site is available only to logged-in subscribers. Contact Us for information on becoming a subscriber.

InSource.Solutions | InSource Training | InSource Client Portal
InSource Solutions Logo
Log In Sign Up
InSource.Solutions InSource Training InSource Client Portal Log In Sign Up
  • Home
  • Legacy Products
  • Wonderware Information Server

TN WIS104 How to create a filter in WIS

Last updated: March 23rd, 2026

Description

  • Author: Brian Schneider
  • Published: March 23rd, 2026

Details:

Description

This article will outline the steps necessary to create a filter in Wonderware Information Server (WIS)/(Suitevoyager).

  • Author: Lewis Talley
  • Published: 07/01/2015
  • Applies to: Suitevoyager, Wonderware Information Server (ALL)

Details

  1. Create a Query “MyCaptionsQuery” as follows:

    SELECT 'Start Time' AS StartTime, 'End Time' AS EndTime

  2. Create a Query MyHistoryQuery as follows:

    SELECT TagName, DateTime, Value
    FROM v_AnalogHistory
    WHERE TagName IN ('Systimesec')
    AND wwRetrievalMode = ‘Delta’
    AND wwRowCount = 60
    AND DateTime >= ‘#StartTime#’
    AND DateTime <= ‘#EndTime#’

  3. Create the “destination” content unit. This content unit “myHistoryContentUnit” will contain the query of data to which it is passed the parameters of the source content unit through the link that you will create:

    This content unit contains no links and is a destination target which will be configured to show the data passed in as parameters. A preview of this content unit should show the data which is hard coded in the query, and since we have default parameter values – should produce viable data – displayed as a table.
     
  4. Create a link “myParameterLink”to the destination content unit as follows:
  5. Create a source content unit “mySourceContentUnit” which will contain the user input via a filter which will be linked to the destination content unit via the link.

 

wis filter create filter
Give feedback about this article

Recommended articles

TN - 1240 Creating a Watchlist Using an Import File

Read More

How to receive group emails

Read More
Support Icon

CONTACT SUPPORT

How to reach us

10800 Midlothian Turnpike Tpke, Suite 209, Richmond, VA 23235

1.877.INSOURCE

Technical Support - 1.888.691.3858

Contact Us

  • InSource Solutions
  • InSource Training
  • InSource Client Portal
  • Log In
InSource Solutions Logo

© 2026 InSource Solutions. All Rights Reserved.

Knowledge Base Software powered by Helpjuice

Expand