Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Unable to count values in column
03-08-2023
03:45 AM
I am tring to count the amount of items that took <15 etc
The code I'm using is:
# Cases <15 days = CALCULATE(
COUNT(Deferrals[regardingobjectid]),
FILTER(Deferrals,
Deferrals[TimeinDeferral] = "<15"))
I'm getting this error message
Can anyone offer a suggestion to get around this?
Is there a way of doing this without using Variables?
Thanks
Solved! Go to Solution.
1 ACCEPTED SOLUTION
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023
04:22 AM

@ArchStanton , seem like TimeinDeferral in a number datatype field try like
# Cases <15 days = CALCULATE(
COUNT(Deferrals[regardingobjectid]),
FILTER(Deferrals,
Deferrals[TimeinDeferral] <= 15))
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023
04:22 AM

@ArchStanton , seem like TimeinDeferral in a number datatype field try like
# Cases <15 days = CALCULATE(
COUNT(Deferrals[regardingobjectid]),
FILTER(Deferrals,
Deferrals[TimeinDeferral] <= 15))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023
04:27 AM

Yes, that worked, many thanks!!😊

Helpful resources
Recommendations
Subject | Author | Posted | |
---|---|---|---|
05-21-2024 02:12 AM | |||
05-30-2024 11:10 PM | |||
05-16-2024 11:33 AM | |||
10-05-2023 12:21 AM | |||
03-30-2022 03:26 PM |
Featured Topics
Top Kudoed Authors (Last Month)
User | Count |
---|---|
123 | |
103 | |
84 | |
49 | |
46 |