Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
2 subscribers
Views
1487 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Reports
26105 - no subject - Hi Everyone,\n\nWe recently upgrade to 6
teema
over 13 years ago
Hi Everyone,
We recently upgrade to 6.6.1 and for some reason the function "num_running_processes()" is not available for reporting nor does it work in the current report that was working in the previous version. Anyone have an idea or workaround?...
OriginalPostID-26105
Discussion posts and replies are publicly visible
0
elizabeth.epstein
over 13 years ago
Process Model Metrics expressions were removed in Appian 6.2. See the release notes (
forum.appian.com/.../Appian_6.2.0_Release_Notes
and the Process Model Functions documentation (
forum.appian.com/.../Accessing_Process_Data
for explanations of how to get equivalent functionality from other expressions.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
teema
over 13 years ago
Hi Lizzie,
This page has a reference to (
forum.appian.com/.../index.php
that doesn't seem to explain how to use the new Process Model Functions as they are no longer available for use in reports. Is there a reference I missed?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
elizabeth.epstein
over 13 years ago
Right, the Process Model Functions are for dashboards only. The first link provides an example of how to refactor a report to get what you want, but i'll try here. I'm guessing your report used to be Process Model context, and you have a column called # Running Processes. What you want to do instead is, make a report of process instances, Group By pm!id or pm!name, and then make your column definition =if(process_status()=0,1,0) and use Sum as the aggregation method. That will give you the total active instances of each different Model. (You could also filter your report by Status=Active, and just make the column aggregation a sum.)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
teema
over 13 years ago
That was a great idea Lizzie! Now I know what they pay you the big bucks. Thanks for your help!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel