Last updated on: January 27, 2026
Membership Counts By Day
|
Complexity |
Advanced |
|---|---|
|
EMS Compatible |
Yes |
|
iMIS 2017 Compatible |
Yes |
|
Actions |
Insert, Insert / Update |
Learn how to retrieve the daily member counts with iDMS.
Creating a panel
Panels are found under RiSE > Panel Designer > Panel definitions.
To create the panel, do the following:
- Go to RiSE > Panel Designer > Panel definitions
- Select Add panel definition.
- Name the panel MembershipCountsByDay.
- From the Parent type drop-down, choose Standalone.
- Under MemberCounts, click Add property.
- Select all Member Types to include in the count and Day.
- Click Save.
Creating an IQA query
The next step of the process requires creating an IQA query.
To create the IQA query, do the following:
- Go to RiSE > Intelligent Query Architect.
- Choose a folder to contain the query.
- Select New > Query.
- Name the query Member Counts by Day.
- (Sources tab) Add sources:
- From Add source, click All sources.
- Select NetContactData.
- Click OK.
- (Filters tab) Add filters:
- From the Add a filter drop-down, choose Member Type.
- In the Value drop-downs, select a Member Type added in Creating a panel.
- Repeat the previous two steps for all Member Types.

- (Display tab) Configure the display:
- Under Custom, add the following SQL Expression:
sum(CASE WHEN MemberType='A' THEN 1 ELSE 0 END). - In the Alias field, input a Member Type identical to one of the Member Types entered in the Filters tab. For example, Regular Member.
- Click Add.
- Repeat the previous three steps for each Member Type.
- In the Member Type property, set the function to Count and Alias to
code_membertype.

- Under Custom, add the following SQL Expression:
- Click Save.
When the query is run, it shows member counts of each type.
Performing an Insert in iUpdate Cloud (Insert / Update if updating multiple times a day)
Use the IQA query created in the Creating an IQA query section.
To perform an Insert in iUpdate Cloud, do the following:
- Map the previously-created Panel using the Panel Data source.
- Map all fields except Ordinal.
- Do one of the following:
- Run the Job.
- Using iSchedule, schedule the task to run daily to track the member counts each day.
